From e02b7a53255bace6d7f91d60e2da931f061e2d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:15:59 +0000 Subject: [PATCH] ci: bump poetry from 1.8.5 to 2.0.0 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry) from 1.8.5 to 2.0.0. - [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.5...2.0.0) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:production update-type: version-update:semver-major ... 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 0a3d4a1..3c27ebd 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ nox==2024.10.9 nox-poetry==1.0.3 pip==24.3.1 -poetry==1.8.5 +poetry==2.0.0 poetry-dynamic-versioning==1.5.0