Skip to content

Commit 7e9e397

Browse files
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](python-poetry/poetry@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] <[email protected]>
1 parent 2f2982b commit 7e9e397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ setuptools = ">= 47.0.0"
103103
# we do not relaly care for exact versions, as long as they have a stable CLI and craft usable virtual-environments
104104
pip = ">=23.0"
105105
pipenv = ">=2023.11.5"
106-
poetry = "^1.7"
106+
poetry = ">=1.7,<3.0"
107107
pdm = "^2.11"
108108
uv = "0.6.14" # keep pinned to exact version, until a v1.0.0 is released
109109

0 commit comments

Comments
 (0)