aws-sam-cli: unpin tomlkit

This commit is contained in:
Theodore Ni 2023-08-05 09:13:23 -07:00
parent 0542af4e29
commit 2465311f2c
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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 #'