From b51a46da0e81608966924454ae3cd698732e505f Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 20 Sep 2024 01:45:19 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.22 -> 1.35.23 --- .../{python3-boto3_1.35.22.bb => python3-boto3_1.35.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.22.bb => python3-boto3_1.35.23.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.22.bb b/recipes-devtools/python/python3-boto3_1.35.23.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.22.bb rename to recipes-devtools/python/python3-boto3_1.35.23.bb index 7ff2e0fa1..397d0b492 100644 --- a/recipes-devtools/python/python3-boto3_1.35.22.bb +++ b/recipes-devtools/python/python3-boto3_1.35.23.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "dd54fe9ede8c19aa5491c4fc2497018847e5d8b5" +SRCREV = "746a9994deb944336dfc91c8a89bcd9bd25accc0" S = "${WORKDIR}/git" inherit setuptools3 ptest