From 1565c32efe17ce770c194544b5c636e13a5955e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:19:32 +0000 Subject: [PATCH] chore(deps): bump cryptography from 3.4.8 to 50.0.0 in /server/tests-py Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.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..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