From c3c56d5a2d2473154c21b018191d020ba72d8395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:39:20 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 39.0.1 in /router Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- router/requirements2.txt | 2 +- router/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 router/requirements2.txt mode change 100755 => 100644 router/requirements3.txt diff --git a/router/requirements2.txt b/router/requirements2.txt old mode 100755 new mode 100644 index 485a9db..0f5982c --- a/router/requirements2.txt +++ b/router/requirements2.txt @@ -1,5 +1,5 @@ setuptools-rust -cryptography==3.2 +cryptography==39.0.1 wheel requests awscli diff --git a/router/requirements3.txt b/router/requirements3.txt old mode 100755 new mode 100644 index 69a8304..d8c07c7 --- a/router/requirements3.txt +++ b/router/requirements3.txt @@ -1,5 +1,5 @@ setuptools-rust -cryptography==3.2 +cryptography==39.0.1 wheel requests awscli