From 0b713347da0ff000958285463f1b1f182a3c8c13 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 2 Oct 2024 01:58:10 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.29 -> 1.35.31 --- .../{python3-boto3_1.35.29.bb => python3-boto3_1.35.31.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.29.bb => python3-boto3_1.35.31.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.29.bb b/recipes-devtools/python/python3-boto3_1.35.31.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.29.bb rename to recipes-devtools/python/python3-boto3_1.35.31.bb index 400959d38..0c02b3859 100644 --- a/recipes-devtools/python/python3-boto3_1.35.29.bb +++ b/recipes-devtools/python/python3-boto3_1.35.31.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "f1cff148c12c42aaf192f73b577deb5839bd5445" +SRCREV = "aaa09a4d87bf65f4e0f1537dfdcea4304e6dc71c" S = "${WORKDIR}/git" inherit setuptools3 ptest