From 7e9e3979d4054e55ca43f59dc3382a7c75ac85ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 02:31:42 +0000 Subject: [PATCH] chore(deps-dev): Update poetry requirement from ^1.7 to >=1.7,<3.0 Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version. - [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.7.0...2.1.2) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b27883e0..f0633a22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ setuptools = ">= 47.0.0" # we do not relaly care for exact versions, as long as they have a stable CLI and craft usable virtual-environments pip = ">=23.0" pipenv = ">=2023.11.5" -poetry = "^1.7" +poetry = ">=1.7,<3.0" pdm = "^2.11" uv = "0.6.14" # keep pinned to exact version, until a v1.0.0 is released