From b2bdc2c974c64dd4c0d365a89ec769f1ee31aa7c Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 9 Sep 2024 16:24:45 -0600 Subject: [PATCH] Update awcrt version to 0.21.5 --- .changes/next-release/enhancement-AWSCRT-51664.json | 5 +++++ setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changes/next-release/enhancement-AWSCRT-51664.json diff --git a/.changes/next-release/enhancement-AWSCRT-51664.json b/.changes/next-release/enhancement-AWSCRT-51664.json new file mode 100644 index 0000000000..d63b3a43bd --- /dev/null +++ b/.changes/next-release/enhancement-AWSCRT-51664.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "AWSCRT", + "description": "Update awscrt version to 0.21.5" +} diff --git a/setup.cfg b/setup.cfg index 8d5462dd9e..d0d4c67561 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,4 @@ requires_dist = urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10" [options.extras_require] -crt = awscrt==0.21.2 +crt = awscrt==0.21.5 diff --git a/setup.py b/setup.py index b551cea1ce..781f1b6e14 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def find_version(*file_paths): ] extras_require = { - 'crt': ['awscrt==0.21.2'], + 'crt': ['awscrt==0.21.5'], } setup(