From 3893ab27d68e0aa3967f67300dcc9a4f27a5e0ff Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 22 Jan 2025 02:06:50 +0000 Subject: [PATCH] python3-boto3: upgrade 1.36.2 -> 1.36.3 (cherry picked from commit 0bc3f805fbac8fefe80b1aa4a17e75c4f14aaaa3) --- .../python/{python3-boto3_1.36.2.bb => python3-boto3_1.36.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.36.2.bb => python3-boto3_1.36.3.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.36.2.bb b/recipes-devtools/python/python3-boto3_1.36.3.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.36.2.bb rename to recipes-devtools/python/python3-boto3_1.36.3.bb index 22acfa474..c97997390 100644 --- a/recipes-devtools/python/python3-boto3_1.36.2.bb +++ b/recipes-devtools/python/python3-boto3_1.36.3.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "2d89f4d7782113d9387bb9b8f0b5b2c371a89098" +SRCREV = "50e6c29196fdb2ace0adc7ee65231b57ad8f1c74" S = "${WORKDIR}/git" inherit setuptools3 ptest