From afc53624e1595f171828ec7ee98a8f6497c5f3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 02:38:28 +0000 Subject: [PATCH] Bump cryptography from 3.3.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 14f5d0f..1beb301 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -30,7 +30,7 @@ colorama==0.4.4 # via twine coverage==5.3.1 # via pytest-cov -cryptography==3.3.1 +cryptography==3.3.2 # via secretstorage distlib==0.3.1 # via virtualenv diff --git a/requirements.txt b/requirements.txt index ab1554d..96ab955 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ click==7.1.2 # -r requirements.in # click-completion # flask -cryptography==3.3.1 +cryptography==3.3.2 # via pyopenssl distlib==0.3.1 # via virtualenv