Skip to content

Commit b5a50b3

Browse files
chore(deps): update pre-commit hook poetry to v2.4.0
1 parent 51dd065 commit b5a50b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ repos:
187187
entry: bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' --
188188
language: python
189189
additional_dependencies:
190-
- poetry==2.3.4
190+
- poetry==2.4.0
191191
pass_filenames: true
192192
files: 'pyproject\.toml$'
193193
- id: pyproject-use-version-ranges

0 commit comments

Comments
 (0)