From 0392de9c813e24977a4e9f9d75176f57b7d0a885 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 30 Jan 2024 01:31:48 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.28 -> 1.34.30 --- .../{python3-boto3_1.34.28.bb => python3-boto3_1.34.30.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.28.bb => python3-boto3_1.34.30.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.28.bb b/recipes-devtools/python/python3-boto3_1.34.30.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.28.bb rename to recipes-devtools/python/python3-boto3_1.34.30.bb index a6974a390..64e317aba 100644 --- a/recipes-devtools/python/python3-boto3_1.34.28.bb +++ b/recipes-devtools/python/python3-boto3_1.34.30.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "4ab369abbb2beb653432972996c3bb57430caf49" +SRCREV = "a1ac69936c14503310d9d8fbf2554c7410d12124" S = "${WORKDIR}/git" inherit setuptools3 ptest