mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
fix pin of ruamel
This commit is contained in:
parent
3e6139fbce
commit
ccd319279e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ classifiers =
|
|||
[options]
|
||||
packages = find:
|
||||
install_requires =
|
||||
ruamel.yaml>=0.15 < 0.17.39
|
||||
ruamel.yaml>=0.15, < 0.17.39
|
||||
tomli>=1.1.0;python_version<"3.11"
|
||||
python_requires = >=3.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue