diff --git a/server/tests-py/requirements-top-level.txt b/server/tests-py/requirements-top-level.txt index 4411450c0e9d7..54051d276dd21 100644 --- a/server/tests-py/requirements-top-level.txt +++ b/server/tests-py/requirements-top-level.txt @@ -2,7 +2,7 @@ # Regenerate requirements.txt by running `make server/tests-py/requirements.txt`. croniter -cryptography == 3.* # later versions require Rust support +cryptography == 50.* # later versions require Rust support graphene == 2.* # v3 has changed the API graphql-core jsondiff diff --git a/server/tests-py/requirements.txt b/server/tests-py/requirements.txt index 3f7dc07ea86dd..b05bbe411877a 100644 --- a/server/tests-py/requirements.txt +++ b/server/tests-py/requirements.txt @@ -7,7 +7,7 @@ certifi==2026.1.4 cffi==2.0.0 charset-normalizer==3.4.4 croniter==6.0.0 -cryptography==3.4.8 +cryptography==50.0.0 execnet==2.1.2 graphene==2.1.9 graphql-core==2.3.2