From 09c57e525d3303e33ef833566b95745729137ac1 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 19 Jan 2024 01:39:12 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.21 -> 1.34.22 --- .../{python3-boto3_1.34.21.bb => python3-boto3_1.34.22.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.21.bb => python3-boto3_1.34.22.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.21.bb b/recipes-devtools/python/python3-boto3_1.34.22.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.21.bb rename to recipes-devtools/python/python3-boto3_1.34.22.bb index 2dee646d3..57571dd12 100644 --- a/recipes-devtools/python/python3-boto3_1.34.21.bb +++ b/recipes-devtools/python/python3-boto3_1.34.22.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "998f3b5948148f0ad5354e7be322f04ecbf31d6b" +SRCREV = "2c65eab9864368b0ede75f59f3d54d8bee6594ee" S = "${WORKDIR}/git" inherit setuptools3 ptest