From 9a7a0935af3b81ecfc4c712e16ee16de966dd193 Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Fri, 11 Aug 2023 13:53:06 -0700 Subject: [PATCH] Update mqtt submodule to pull in 311 ping fix and 5 validaton relaxation for IoT Core --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acfb97fb..26f12d81 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.17.0', + 'awscrt==0.18.0', ], python_requires='>=3.7', )