From 72b4e93e06714ec10084ccb9368cb23038c436c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 00:49:18 +0000 Subject: [PATCH] Bump cryptography from 3.4.5 to 3.4.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.5 to 3.4.6. - [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.4.5...3.4.6) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- requirements-docs.txt | 2 +- requirements-tests.txt | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 576ccd48..fd9da0d3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ chardet==3.0.4 # via requests colorama==0.4.3 # via twine -cryptography==3.4.5 +cryptography==3.4.6 # via secretstorage distlib==0.3.0 # via virtualenv diff --git a/requirements-docs.txt b/requirements-docs.txt index edeb5adf..045b1898 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -95,7 +95,7 @@ cloudflare==2.8.15 # via -r requirements-docs.in coverage==5.4 # via -r requirements-tests.txt -cryptography==3.4.5 +cryptography==3.4.6 # via # -r requirements-docs.in # -r requirements-tests.txt diff --git a/requirements-tests.txt b/requirements-tests.txt index 71014a8c..9ab0e5f7 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -44,7 +44,7 @@ click==7.1.2 # flask coverage==5.4 # via -r requirements-tests.in -cryptography==3.4.5 +cryptography==3.4.6 # via # moto # python-jose diff --git a/requirements.txt b/requirements.txt index 085b91ef..7cfd6068 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ click==7.1.2 # via flask cloudflare==2.8.15 # via -r requirements.in -cryptography==3.4.5 +cryptography==3.4.6 # via # -r requirements.in # acme