From f58e7ba6b52dfc4eec2d220b37c18511e7b1cc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:24:56 +0000 Subject: [PATCH] Bump cryptography in /tools/google-cloud-support-slackbot Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/google-cloud-support-slackbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/google-cloud-support-slackbot/requirements.txt b/tools/google-cloud-support-slackbot/requirements.txt index bbac9657d4..7845b13fef 100644 --- a/tools/google-cloud-support-slackbot/requirements.txt +++ b/tools/google-cloud-support-slackbot/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.6.1 +cryptography==41.0.3 firebase==3.0.1 firebase-admin==5.1.0 Flask==1.1.4