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