From 8a22aa33e0ecb355e9a70a1a79407c318de3eba1 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Wed, 19 Jul 2023 15:13:14 -0700 Subject: [PATCH] Update awscrt to 0.16.26 (#2987) --- .changes/next-release/enhancement-AWSCRT-50323.json | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/enhancement-AWSCRT-50323.json diff --git a/.changes/next-release/enhancement-AWSCRT-50323.json b/.changes/next-release/enhancement-AWSCRT-50323.json new file mode 100644 index 0000000000..1077f35f98 --- /dev/null +++ b/.changes/next-release/enhancement-AWSCRT-50323.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "AWSCRT", + "description": "Upgrade awscrt version to 0.16.26" +} diff --git a/setup.cfg b/setup.cfg index f691d4477e..f29b12a824 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ requires_dist = urllib3>=1.25.4,<1.27 [options.extras_require] -crt = awscrt==0.16.9 +crt = awscrt==0.16.26 [flake8] ignore = E203,E226,E501,E731,W503,W504