From 654a9833b55be0d2c4517289e9fb9e7daafee529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:58:24 +0000 Subject: [PATCH] Bump cryptography in /autoscale/gcp/scaleout_functions Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autoscale/gcp/scaleout_functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscale/gcp/scaleout_functions/requirements.txt b/autoscale/gcp/scaleout_functions/requirements.txt index cb77263..e27d37d 100644 --- a/autoscale/gcp/scaleout_functions/requirements.txt +++ b/autoscale/gcp/scaleout_functions/requirements.txt @@ -7,5 +7,5 @@ paramiko==2.11.0 oauth2client==3.0.0 requests==2.25.1 urllib3==1.26.9 -cryptography==39.0.1 +cryptography==41.0.2 warn==0.1.0 \ No newline at end of file