From 94af1d86bbd54a65fb5826d201d751ad8bb9e948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:56:25 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 39.0.1 in /files Bumps [cryptography](https://github.com/pyca/cryptography) from 3.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.3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- files/requirements_python2.txt | 2 +- files/requirements_python3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/requirements_python2.txt b/files/requirements_python2.txt index aa88632..0a9b059 100644 --- a/files/requirements_python2.txt +++ b/files/requirements_python2.txt @@ -6,7 +6,7 @@ cachetools==3.1.1 certifi==2020.11.8 cffi==1.14.4 chardet==3.0.4 -cryptography==3.3.2 +cryptography==39.0.1 dictdiffer==0.8.1 distro==1.5.0 enum34==1.1.6 diff --git a/files/requirements_python3.txt b/files/requirements_python3.txt index 82f18e7..5ae02da 100644 --- a/files/requirements_python3.txt +++ b/files/requirements_python3.txt @@ -8,7 +8,7 @@ cachetools==4.1.1 certifi==2020.11.8 cffi==1.14.4 chardet==3.0.4 -cryptography==3.3.2 +cryptography==39.0.1 distro==1.5.0 google-auth==1.23.0 idna==2.10