From 6e2ce09129ef8f4f629d74bd39af249c60df1828 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 29 Jun 2023 00:28:46 +0000 Subject: [PATCH] python3-boto3: upgrade 1.26.162 -> 1.26.163 --- .../{python3-boto3_1.26.162.bb => python3-boto3_1.26.163.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.26.162.bb => python3-boto3_1.26.163.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.26.162.bb b/recipes-devtools/python/python3-boto3_1.26.163.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.26.162.bb rename to recipes-devtools/python/python3-boto3_1.26.163.bb index 266fa14ed..0862dda03 100644 --- a/recipes-devtools/python/python3-boto3_1.26.162.bb +++ b/recipes-devtools/python/python3-boto3_1.26.163.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "c2cff270535080dabc541a1274e1c534aac7ce0a" +SRCREV = "b9773526d16c5b616cc9a91af10014e6338c0b05" S = "${WORKDIR}/git" inherit setuptools3 ptest