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 <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 3, 2023
1 parent 0f2bfc5 commit 3c7a0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ pep517>=0.9.1
# Safety CI by pyup.io
safety>=2.2.0
dparse>=0.6.2
ruamel.yaml>=0.17.21,<0.17.22; python_version == '3.6'
ruamel.yaml>=0.17.21; python_version >= '3.7'

# Unit test (imports into testcases):
# pytest 4.3.1 solves an issue on Python 3 with minimum package levels
Expand Down
1 change: 1 addition & 0 deletions minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ pep517==0.9.1
# Safety is run only on Python >=3.6
safety==2.2.0
dparse==0.6.2
ruamel.yaml==0.17.21

# Unit test (imports into testcases):
# pytest 4.3.1 solves an issue on Python 3 with minimum package levels
Expand Down

0 comments on commit 3c7a0f3

Please sign in to comment.