From ab821fed108c3c3eff8d9afce349cf6d54a35353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:52:26 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.3.0 to 2.13.0 in /server/tests-py Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 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.3.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/tests-py/requirements-top-level.txt | 2 +- server/tests-py/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tests-py/requirements-top-level.txt b/server/tests-py/requirements-top-level.txt index 4411450c0e9d7..90d2fa08b951d 100644 --- a/server/tests-py/requirements-top-level.txt +++ b/server/tests-py/requirements-top-level.txt @@ -7,7 +7,7 @@ graphene == 2.* # v3 has changed the API graphql-core jsondiff psycopg2-binary -PyJWT == 2.3.* # v2.4 disallows the key format we use +PyJWT == 2.13.* # v2.4 disallows the key format we use pytest == 6.2.5 pytest-durations pytest-fixture-order diff --git a/server/tests-py/requirements.txt b/server/tests-py/requirements.txt index 3f7dc07ea86dd..2ab552a1c316a 100644 --- a/server/tests-py/requirements.txt +++ b/server/tests-py/requirements.txt @@ -22,7 +22,7 @@ promise==2.3 psycopg2-binary==2.9.11 py==1.11.0 pycparser==3.0 -PyJWT==2.3.0 +PyJWT==2.13.0 pytest==6.2.5 pytest-durations==1.6.1 pytest-fixture-order==0.1.5