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