Skip to content

Commit

Permalink
aws-sam-cli: fix version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed Sep 10, 2020
1 parent b03c729 commit 1e67b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/aws-sam-cli/default.nix
Expand Up @@ -79,8 +79,8 @@ buildPythonApplication rec {
--replace "serverlessrepo==0.1.9" "serverlessrepo~=0.1.9" \
--replace "python-dateutil~=2.6, <2.8.1" "python-dateutil~=2.6" \
--replace "jmespath~=0.9.5" "jmespath~=0.10.0" \
--replace "tomlkit==0.5.8" "tomlkit~=0.6.0" \
--replace "requests==2.22.0" "requests~=2.22"
--replace "tomlkit==0.5.8" "tomlkit~=0.7.0" \
--replace "requests==2.23.0" "requests~=2.24"
'';

meta = with lib; {
Expand Down

0 comments on commit 1e67b4a

Please sign in to comment.