Skip to content

Commit

Permalink
Fixed ruamel.yaml issue on Python 3.6 by pinning to <0.17.22
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 3, 2023
1 parent f93b11d commit 987565f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ coveralls>=3.3.0; python_version >= '3.5'
# and safety 2.4.0 will also no longer pin it (see https://github.com/pyupio/safety/issues/455).
safety>=2.2.0,!=2.3.5; python_version >= '3.6'
dparse>=0.6.2; python_version >= '3.6'
ruamel.yaml>=0.17.21; python_version >= '3.6'
ruamel.yaml>=0.17.21,<0.17.22; python_version == '3.6'
ruamel.yaml>=0.17.21; python_version >= '3.7'

# Tox
tox>=2.5.0
Expand Down

0 comments on commit 987565f

Please sign in to comment.