nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

aws-sam-cli: fix version bounds

(cherry picked from commit 1e67b4a64633998bd850393a7abcf8e386f80f8a)

+2 -2
+2 -2
pkgs/development/tools/aws-sam-cli/default.nix
··· 79 79 --replace "serverlessrepo==0.1.9" "serverlessrepo~=0.1.9" \ 80 80 --replace "python-dateutil~=2.6, <2.8.1" "python-dateutil~=2.6" \ 81 81 --replace "jmespath~=0.9.5" "jmespath~=0.10.0" \ 82 - --replace "tomlkit==0.5.8" "tomlkit~=0.6.0" \ 83 - --replace "requests==2.22.0" "requests~=2.22" 82 + --replace "tomlkit==0.5.8" "tomlkit~=0.7.0" \ 83 + --replace "requests==2.23.0" "requests~=2.24" 84 84 ''; 85 85 86 86 meta = with lib; {