From 4fcb9ad646d23e16778c3c9e13664a8072f05e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 01:58:54 +0000 Subject: [PATCH 1/2] chore(deps): bump cryptography from 3.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 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.2...3.3.2) Signed-off-by: dependabot[bot] --- requirements-slim.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-slim.txt b/requirements-slim.txt index be0c98678..0828426ae 100644 --- a/requirements-slim.txt +++ b/requirements-slim.txt @@ -3,7 +3,7 @@ attrs==20.2.0 Automat==20.2.0 cffi==1.14.3 constantly==15.1.0 -cryptography==3.2 +cryptography==3.3.2 hyperlink==20.0.1 idna==2.10 incremental==17.5.0 diff --git a/requirements.txt b/requirements.txt index 564614744..af00b737f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Automat==20.2.0 av==8.0.2 cffi==1.14.3 constantly==15.1.0 -cryptography==3.2 +cryptography==3.3.2 dbus-python==1.2.16 hyperlink==20.0.1 idna==2.10 From 8146d2580ad5cbea0606022f1325651a0911f4da Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 12 Feb 2021 13:03:10 -0500 Subject: [PATCH 2/2] chore(deps): bump cryptography from 2.2 to 3.3.2 Dependabot PR missed this one --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ecb6b95b..ac21f951d 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ ], install_requires=[ 'appdirs>=1,<2', - 'cryptography>=2.2,<4', + 'cryptography>=3.3.2,<4', 'names>=0,<1', 'progressbar2>=3.20,<4', 'pyasn1>=0,<1',