From d39f96a62c165a271635a2b37d2584f3ca8e35d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:27:10 +0000 Subject: [PATCH] Bump the workflows-dependencies group across 1 directory with 2 updates Bumps the workflows-dependencies group with 2 updates in the /.github/workflows directory: [pip](https://github.com/pypa/pip) and [poetry](https://github.com/python-poetry/poetry). Updates `pip` from 25.1.1 to 25.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.1.1...25.2) Updates `poetry` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: poetry dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflows-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 470d360..512d309 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ nox==2025.5.1 -pip==25.1.1 +pip==25.2 nox-poetry==1.2.0 -poetry==2.1.3 +poetry==2.1.4