Skip to content

Commit

Permalink
Merge pull request #442 from mbonfoster/increase-pyyaml-limit
Browse files Browse the repository at this point in the history
Increase PyYAML limit as awscli Test passed #449
  • Loading branch information
Mickeypeng authored Jul 21, 2023
2 parents b9b0067 + b63cca2 commit 87a576d
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 87a576d

Please sign in to comment.