From a7e01df21dc5ae41a68cf93a24538b5c8d148e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:07:58 +0000 Subject: [PATCH] Bump the workflows-dependencies group across 1 directory with 3 updates Bumps the workflows-dependencies group with 3 updates in the /.github/workflows directory: [nox](https://github.com/wntrblm/nox), [pip](https://github.com/pypa/pip) and [poetry](https://github.com/python-poetry/poetry). Updates `nox` from 2025.5.1 to 2025.10.16 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.05.01...2025.10.16) Updates `pip` from 25.1.1 to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.1.1...25.3) Updates `poetry` from 2.1.3 to 2.2.1 - [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.2.1) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.10.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: poetry dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 470d360..7c6ef48 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,4 +1,4 @@ -nox==2025.5.1 -pip==25.1.1 +nox==2025.10.16 +pip==25.3 nox-poetry==1.2.0 -poetry==2.1.3 +poetry==2.2.1