From a889a4fd319e27ee1c7871b71df76d088caf84ba Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 11 Jun 2024 01:42:22 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.121 -> 1.34.123 --- .../{python3-boto3_1.34.121.bb => python3-boto3_1.34.123.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.121.bb => python3-boto3_1.34.123.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.121.bb b/recipes-devtools/python/python3-boto3_1.34.123.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.121.bb rename to recipes-devtools/python/python3-boto3_1.34.123.bb index 22d609062..5af982e44 100644 --- a/recipes-devtools/python/python3-boto3_1.34.121.bb +++ b/recipes-devtools/python/python3-boto3_1.34.123.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "4882f982d966f7b5b829df2cdea5cedc79784398" +SRCREV = "e7bfeb4e2b8a07ea74b59297feb0246bd8ac6a90" S = "${WORKDIR}/git" inherit setuptools3 ptest