aws-sam-cli: unpin tomlkit
This commit is contained in:
parent
0542af4e29
commit
2465311f2c
@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
--replace 'cfn-lint~=0.77.9' 'cfn-lint~=0.73.2' \
|
||||
--replace 'docker~=6.1.0' 'docker~=6.0.1' \
|
||||
--replace 'ruamel_yaml~=0.17.32' 'ruamel_yaml~=0.17.21' \
|
||||
--replace 'tomlkit==0.11.8' 'tomlkit~=0.11.6' \
|
||||
--replace 'tomlkit==0.11.8' 'tomlkit>=0.11.8' \
|
||||
--replace 'typing_extensions~=4.4.0' 'typing_extensions~=4.4' \
|
||||
--replace 'tzlocal==3.0' 'tzlocal>=3.0' \
|
||||
--replace 'watchdog==' 'watchdog>=2.1.2 #'
|
||||
|
Loading…
Reference in New Issue
Block a user