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