From 24f2350f66078d85df83befd68f6596b0cef65d4 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 23 Jan 2024 01:34:50 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.22 -> 1.34.24 --- .../{python3-boto3_1.34.22.bb => python3-boto3_1.34.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.22.bb => python3-boto3_1.34.24.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.22.bb b/recipes-devtools/python/python3-boto3_1.34.24.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.22.bb rename to recipes-devtools/python/python3-boto3_1.34.24.bb index 57571dd12..34f267ef8 100644 --- a/recipes-devtools/python/python3-boto3_1.34.22.bb +++ b/recipes-devtools/python/python3-boto3_1.34.24.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "2c65eab9864368b0ede75f59f3d54d8bee6594ee" +SRCREV = "63b461731e60605055d5065c63efa04ecc292ff0" S = "${WORKDIR}/git" inherit setuptools3 ptest