From 24a2cedea56dd73ba3aca357e8528266d92217ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 01:50:35 +0000 Subject: [PATCH] ci: bump nox-poetry from 1.0.3 to 1.2.0 in /.github/workflows Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 1.0.3 to 1.2.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v1.0.3...v1.2.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 67149f4..c85e4db 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,6 +1,6 @@ pip==24.2 nox==2024.10.9 -nox-poetry==1.0.3 +nox-poetry==1.2.0 poetry==1.8.4 virtualenv==20.27.1 toml==0.10.2