From 77869afbbd63692452edd39a90ea8e04231180f5 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 11 Sep 2024 01:51:41 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.15 -> 1.35.16 --- .../{python3-boto3_1.35.15.bb => python3-boto3_1.35.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.15.bb => python3-boto3_1.35.16.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.15.bb b/recipes-devtools/python/python3-boto3_1.35.16.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.15.bb rename to recipes-devtools/python/python3-boto3_1.35.16.bb index c2db7cf1da..badd960368 100644 --- a/recipes-devtools/python/python3-boto3_1.35.15.bb +++ b/recipes-devtools/python/python3-boto3_1.35.16.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "2aaacf9d0dacd411d32d4fd4b0b7be0c7e2fc9dc" +SRCREV = "8e66c0ffb7d62ade2d111bc52f993cd18cdef354" S = "${WORKDIR}/git" inherit setuptools3 ptest