From 09e1600bf0b669bf3035fa08c6fa438e363e495f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:23:35 +0000 Subject: [PATCH] Bump pyjwt from 2.12.1 to 2.13.0 in /submit-api Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 to 2.13.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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 68efccd0f..df4ef1bed 100644 --- a/submit-api/requirements.txt +++ b/submit-api/requirements.txt @@ -46,7 +46,7 @@ pycodestyle==2.14.0 pycparser==2.23 pyflakes==3.4.0 pyhumps==3.8.0 -PyJWT==2.12.1 +PyJWT==2.13.0 pyogrio==0.12.1 pyproj==3.7.2 python-dateutil==2.9.0.post0