From 57e1a5ecc495bccec0a4409e17cf4fb7e25c1d18 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 25 Apr 2024 01:33:43 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.90 -> 1.34.91 --- .../{python3-boto3_1.34.90.bb => python3-boto3_1.34.91.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.90.bb => python3-boto3_1.34.91.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.90.bb b/recipes-devtools/python/python3-boto3_1.34.91.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.90.bb rename to recipes-devtools/python/python3-boto3_1.34.91.bb index 30394d839..174bd5760 100644 --- a/recipes-devtools/python/python3-boto3_1.34.90.bb +++ b/recipes-devtools/python/python3-boto3_1.34.91.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "eb20bba2fe4b43bfffaa45c9eacbe4e31934f42d" +SRCREV = "1cdfd9e3eae8be7d0a6758e7f6cb92d75ba5009a" S = "${WORKDIR}/git" inherit setuptools3 ptest