Skip to content

Commit

Permalink
Update Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent 0e38764 commit d848e24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.6.1 # pypi
- poetry==1.7.1 # pypi
- id: poetry-lock
additional_dependencies:
- poetry==1.6.1 # pypi
- poetry==1.7.1 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
c2cciutils[checks,publish]==1.6.11
pre-commit==3.5.0
poetry-dynamic-versioning==1.1.1
poetry-dynamic-versioning==1.2.0
poetry-plugin-export==1.6.0
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-plugin-drop-python-upper-constraint==0.1.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.6.1
poetry==1.7.1
poetry-plugin-export==1.6.0
poetry-plugin-tweak-dependencies-version==1.5.1
poetry-dynamic-versioning==1.1.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.2.0
pip==23.3.1

0 comments on commit d848e24

Please sign in to comment.