Skip to content

Commit e4bc1ba

Browse files
pip(deps-dev): update poetry requirement from ^1.1.12 to ^2.0.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.1.12...2.0.0) --- updated-dependencies: - dependency-name: poetry dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16ecfc1 commit e4bc1ba

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
@@ -40,7 +40,7 @@ pytest = "^8.3.4"
4040
black = "*"
4141
mypy = "*"
4242
flake8 = "*"
43-
poetry = "^1.1.12"
43+
poetry = "^2.0.0"
4444
pytest-mock = "*"
4545
pytest-dependency = "*"
4646
pytest-cov = "*"

0 commit comments

Comments
 (0)