From 7ac65f178fafbc9e6b06514e867fb5f96ca63150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:35:05 +0000 Subject: [PATCH] Bump cryptography from 38.0.1 to 41.0.2 in /python Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements_test.txt b/python/requirements_test.txt index 14da27675e77..d97805f5ca9a 100644 --- a/python/requirements_test.txt +++ b/python/requirements_test.txt @@ -15,7 +15,7 @@ boto3==1.23.10 # Todo: investigate if we can get rid of this and exchange for ray.cloudpickle cloudpickle==2.2.0 # Keep in sync with `ci/build/upload_build_info.sh` -cryptography==38.0.1 +cryptography==41.0.2 cython==0.29.32 dataclasses; python_version < '3.7' # 0.85.0 of fastapi is breaking the ci because