From a88c1b99951d0fc2ee331db534e41a0262c51898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:02:46 +0000 Subject: [PATCH] Bump pyjwt[crypto] from 2.11.0 to 2.12.0 Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.11.0 to 2.12.0. - [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.11.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index df3a0627d..132640c02 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ #--------------------------------------------------------- flake8==7.3.0 pillow==12.1.1 -pyjwt[crypto]==2.11.0 +pyjwt[crypto]==2.12.0 pytest==9.0.2 pytest-cache==1.0 pytest-cov==7.0.0