From f6dac9d4de083d1f6f159474376a2a988b91859d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 11:17:49 +0000 Subject: [PATCH] Bump pyjwt[crypto] from 2.12.0 to 2.12.1 Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.12.1. - [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.12.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.12.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 132640c02..b0e8c40b1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ #--------------------------------------------------------- flake8==7.3.0 pillow==12.1.1 -pyjwt[crypto]==2.12.0 +pyjwt[crypto]==2.12.1 pytest==9.0.2 pytest-cache==1.0 pytest-cov==7.0.0