From 75d574f6c232fdf436ca88717b3f63a9b754fb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:42:06 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement from >=2.10.1 to >=2.12.1 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c97c3676..744b2ca7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ cachecontrol >= 0.14.3 google-api-core[grpc] >= 2.25.1, < 3.0.0dev; platform.python_implementation != 'PyPy' google-cloud-firestore >= 2.21.0; platform.python_implementation != 'PyPy' google-cloud-storage >= 3.1.1 -pyjwt[crypto] >= 2.10.1 +pyjwt[crypto] >= 2.12.1 cryptography < 44.0.0; platform.python_implementation == 'PyPy' and python_version < '3.11' httpx[http2] == 0.28.1 \ No newline at end of file