Skip to content

Commit

Permalink
pip(deps-dev): update poetry requirement from ^1.1.12 to ^2.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 16ecfc1 commit e4bc1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pytest = "^8.3.4"
black = "*"
mypy = "*"
flake8 = "*"
poetry = "^1.1.12"
poetry = "^2.0.0"
pytest-mock = "*"
pytest-dependency = "*"
pytest-cov = "*"
Expand Down

0 comments on commit e4bc1ba

Please sign in to comment.