From 36635b8c20f36ca1a25bd140d0d32a21e9f41410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:43:52 +0000 Subject: [PATCH] chore(deps): bump nox-poetry from 1.0.3 to 1.1.0 in /.github/workflows Bumps [nox-poetry](https://github.com/cjolowicz/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) --- 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 2056491..bfa1d10 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==23.3.2 nox==2023.4.22 -nox-poetry==1.0.3 +nox-poetry==1.1.0 poetry==1.7.1 virtualenv==20.25.1