We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce55ea8 commit 208e7bbCopy full SHA for 208e7bb
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: copyright
25
- id: poetry-lock
26
additional_dependencies:
27
- - poetry==2.3.1 # pypi
+ - poetry==2.3.2 # pypi
28
exclude: ^pyproject.toml$
29
- id: canonicalize
30
- repo: https://github.com/codespell-project/codespell
acceptance_tests/requirements.txt
@@ -1,2 +1,2 @@
1
-poetry==2.3.1
+poetry==2.3.2
2
poetry-plugin-export==1.10.0
0 commit comments