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