3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #67267 from scoates/update-aws-sam-cli

aws-sam-cli: update requests dependency to 2.22.0
This commit is contained in:
Graham Christensen 2019-08-22 14:08:17 -04:00 committed by GitHub
commit 7305796f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ buildPythonApplication rec {
];
postPatch = ''
substituteInPlace requirements/base.txt --replace "requests==2.20.1" "requests==2.21.0"
substituteInPlace requirements/base.txt --replace "requests==2.20.1" "requests==2.22.0"
substituteInPlace requirements/base.txt --replace "six~=1.11.0" "six~=1.12.0"
substituteInPlace requirements/base.txt --replace "PyYAML~=3.12" "PyYAML~=5.1"
'';