[oe] [meta-python] [PATCH 21/37] python3-google-auth: upgrade 2.55.2 -> 2.56.0

Wang Mingyu < [email protected]> Wed, 22 Jul 2026 18:23:04 +0800
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
From: Wang Mingyu <[email protected]>

Changelog:
============
- auth: Implement python mtls helpers
- google-auth: add aiohttp bound for Python 3.14
- google-auth: add bounds for urllib3 and packaging dependencies
- google-auth: add cryptography bound for Python 3.14
- google-auth: add gRPC extra and clean up obsolete TODOs
- google-auth: raise rsa extra lower bound to 4.0

Signed-off-by: Wang Mingyu <[email protected]>
---
 ...hon3-google-auth_2.55.2.bb => python3-google-auth_2.56.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-google-auth_2.55.2.bb => python3-google-auth_2.56.0.bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.56.0.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb
rename to meta-python/recipes-devtools/python/python3-google-auth_2.56.0.bb
index 8da1a61bf3..dab45d0be5 100644
--- a/meta-python/recipes-devtools/python/python3-google-auth_2.55.2.bb
+++ b/meta-python/recipes-devtools/python/python3-google-auth_2.56.0.bb
@@ -9,7 +9,7 @@ SRC_URI += " \
         file://0001-python3-google-auth-Skip-mTLS-tests-in-ptest-environ.patch \
         file://run-ptest \
 "
-SRC_URI[sha256sum] = "97ae7790ff740f2bc9db60eb864a7804f4ac19f5f02c38b3d942f2fea6e9b9ae"
+SRC_URI[sha256sum] = "f90fa030b569a92654b9d690665a073841df33d57487be53db583a9a0867a553"
 
 PYPI_PACKAGE = "google_auth"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
-- 
2.43.0