Skip to content

Commit

Permalink
Increase PyYAML limit as awscli
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonfoster committed Jul 17, 2023
1 parent fd81b19 commit b63cca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ semantic_version == 2.8.5
six>=1.11.0,<1.15.0
termcolor == 1.1.0
wcwidth>=0.1.7,<0.2.0
PyYAML>=5.3.1,<5.5 # use the same range that 'aws-cli' uses. This is also compatible with 'docker-compose'
PyYAML>=5.3.1,<6.1 # use the same range that 'aws-cli' uses. This is also compatible with 'docker-compose'
urllib3>=1.26.5 #1.26.5 fix CVE-2021-33503

0 comments on commit b63cca2

Please sign in to comment.