aws-sam-cli: fix requests version bounds
This commit is contained in:
parent
151b2bc407
commit
68f1bdc1c8
@ -69,6 +69,7 @@ buildPythonApplication rec {
|
||||
--replace "serverlessrepo==0.1.9" "serverlessrepo~=0.1.9" \
|
||||
--replace "python-dateutil~=2.6, <2.8.1" "python-dateutil~=2.6" \
|
||||
--replace "tomlkit==0.5.8" "tomlkit~=0.5.8" \
|
||||
--replace "requests==2.22.0" "requests~=2.22"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user