From 6ae8ca1e8751e8a2824e7e7285fc3630d2dec9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:29:33 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.12.0 in /submit-api Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 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.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- submit-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit-api/requirements.txt b/submit-api/requirements.txt index d34f5862..a26edef9 100644 --- a/submit-api/requirements.txt +++ b/submit-api/requirements.txt @@ -37,7 +37,7 @@ pycodestyle==2.14.0 pycparser==2.23 pyflakes==3.4.0 pyhumps==3.8.0 -PyJWT==2.10.1 +PyJWT==2.12.0 python-dotenv==1.2.1 referencing==0.37.0 requests==2.32.5