From d4ef5e13a7962ef4115246755d618efb6d818ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:34:47 +0000 Subject: [PATCH] Bump cryptography in /autoscale/gcp/scaleout_functions Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.3) --- 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..e7278e0 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.3 warn==0.1.0 \ No newline at end of file