Skip to content

Commit

Permalink
Remove outdated ruamel-yaml version constraints (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 13, 2022
1 parent 05b9434 commit 21ce571
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest-forked==1.4.0
pytest-xdist==2.5.0
pyyaml==6.0
rich==11.1.0
ruamel-yaml==0.17.20 ; python_version >= "3.7"
ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.6
tenacity==8.0.1
toml==0.10.2
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pyyaml==6.0
requests==2.27.1
resolvelib==0.5.4
rich==11.1.0
ruamel-yaml==0.17.20 ; python_version >= "3.7"
ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.6
snowballstemmer==2.2.0
sphinx==4.4.0
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ install_requires =
packaging
pyyaml
rich>=9.5.1
ruamel.yaml >= 0.15.34,<1; python_version < "3.7"
ruamel.yaml >= 0.15.37,<1; python_version >= "3.7"
ruamel.yaml >= 0.15.34
# NOTE: per issue #509 0.15.34 included in debian backports
tenacity
typing-extensions; python_version < "3.8"
Expand Down

0 comments on commit 21ce571

Please sign in to comment.