diff --git a/tools/c7n_tencentcloud/requirements.txt b/tools/c7n_tencentcloud/requirements.txt index 1bc59acb76c..b1fedc0a6ea 100644 --- a/tools/c7n_tencentcloud/requirements.txt +++ b/tools/c7n_tencentcloud/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0" cos-python-sdk-v5==1.9.21 ; python_version >= "3.7" and python_version < "4.0" crcmod==1.7 ; python_version >= "3.7" and python_version < "4.0" idna==3.4 ; python_version >= "3.7" and python_version < "4.0" -pycryptodome==3.16.0 ; python_version >= "3.7" and python_version < "4.0" +pycryptodome==3.19.1 ; python_version >= "3.7" and python_version < "4.0" pytz==2022.6 ; python_version >= "3.7" and python_version < "4.0" requests==2.27.1 ; python_version >= "3.7" and python_version < "4.0" retrying==1.3.4 ; python_version >= "3.7" and python_version < "4.0"