From a064d7737865e395495934b4dd46ab7c8c623bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:28:51 +0000 Subject: [PATCH] Bump the workflows-dependencies group across 1 directory with 4 updates Bumps the workflows-dependencies group with 4 updates in the /.github/workflows directory: [pip](https://github.com/pypa/pip), [nox-poetry](https://github.com/cjolowicz/nox-poetry), [poetry](https://github.com/python-poetry/poetry) and [virtualenv](https://github.com/pypa/virtualenv). Updates `pip` from 24.3.1 to 25.0 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.3.1...25.0) Updates `nox-poetry` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v1.0.3...v1.1.0) Updates `poetry` from 1.8.4 to 2.0.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/1.8.4...2.0.1) Updates `virtualenv` from 20.28.0 to 20.29.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.28.0...20.29.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows-dependencies - dependency-name: nox-poetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflows-dependencies - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflows-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index c90d52b..f15eeec 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ -pip==24.3.1 +pip==25.0 nox==2024.10.9 -nox-poetry==1.0.3 -poetry==1.8.4 -virtualenv==20.28.0 +nox-poetry==1.1.0 +poetry==2.0.1 +virtualenv==20.29.1