diff --git a/requirements.txt b/requirements.txt index e32645e..7aa0d96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ boto3==1.14.47 botocore==1.17.47 cffi==1.14.2 coverage==5.2.1 -cryptography==2.9.2 +cryptography==44.0.0 docutils==0.15.2 flake8==3.8.3 iniconfig==1.0.1 diff --git a/setup.py b/setup.py index f4b949a..e58e98e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages=find_packages(exclude=["test*"]), install_requires=[ "boto3==1.14.47", - "cryptography==2.9.2", + "cryptography==44.0.0", "ipaddress==1.0.23", "marshmallow==2.19.2", "kmsauth==0.6.0",