From 29896ddf42836d4fd284a86ad8b3c8c207d4d388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:19:49 +0000 Subject: [PATCH] Bump cryptography in /autoscale/gcp/scaleout_functions Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0) --- 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..15c0faa 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.0 warn==0.1.0 \ No newline at end of file