diff --git a/.changes/next-release/enhancement-AWSCRT-67374.json b/.changes/next-release/enhancement-AWSCRT-67374.json new file mode 100644 index 0000000000..a2df9319f5 --- /dev/null +++ b/.changes/next-release/enhancement-AWSCRT-67374.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "AWSCRT", + "description": "Update awscrt version to 0.20.11" +} diff --git a/setup.cfg b/setup.cfg index 7b12eb1356..2bf03be6e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ requires_dist = urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10" [options.extras_require] -crt = awscrt==0.20.9 +crt = awscrt==0.20.11 [flake8] ignore = E203,E226,E501,E731,W503,W504 diff --git a/setup.py b/setup.py index c6a9aea41c..15ba4a2277 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def find_version(*file_paths): ] extras_require = { - 'crt': ['awscrt==0.20.9'], + 'crt': ['awscrt==0.20.11'], } setup(