From 2d9db42111044c54bede54250ae3fe16ac49a758 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 6 Sep 2024 01:45:00 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.12 -> 1.35.13 --- .../{python3-boto3_1.35.12.bb => python3-boto3_1.35.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.12.bb => python3-boto3_1.35.13.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.12.bb b/recipes-devtools/python/python3-boto3_1.35.13.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.12.bb rename to recipes-devtools/python/python3-boto3_1.35.13.bb index 5cc5ef10b0..0aa14af524 100644 --- a/recipes-devtools/python/python3-boto3_1.35.12.bb +++ b/recipes-devtools/python/python3-boto3_1.35.13.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "882adebf497131a45b2255129f28e9e2ec7f8d1b" +SRCREV = "18a61dc6b57e74c002348867899acabc5fd0c364" S = "${WORKDIR}/git" inherit setuptools3 ptest