From 8bfa487d127eff1b0520f59cb9de3f7e0edc208f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:04:14 +0000 Subject: [PATCH] bump cryptography from 3.4.8 to 42.0.4 in /server/tests-py --- updated-dependencies: - dependency-name: cryptography 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 60cb297c0308c..94b947304628f 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 == 42.* # 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 a07c455801182..2f94bfaa4a599 100644 --- a/server/tests-py/requirements.txt +++ b/server/tests-py/requirements.txt @@ -8,7 +8,7 @@ certifi==2022.12.7 cffi==1.15.1 charset-normalizer==3.1.0 croniter==1.3.8 -cryptography==3.4.8 +cryptography==42.0.4 execnet==1.9.0 graphene==2.1.9 graphql-core==2.3.2