From dac02f510c25c19cde51ff2264a8dafb29e7b414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 16:31:13 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.9 to 3.2.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 3.2.1. - [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/2.9...3.2.1) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements/base.txt b/requirements/base.txt index 510f54c5..8281a181 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # note: it is mandatory to register all dependencies of the required packages. # Required packages: -cryptography==2.9 +cryptography==3.2 defusedxml==0.6.0 jsonschema==3.2.0 lxml==4.5.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 36f65e71..9b26108a --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_version(*file_paths: Sequence[str]) -> str: history = open('HISTORY.rst').read().replace('.. :changelog:', '') requirements = [ - 'cryptography>=2.8,<3', + 'cryptography>=2.8,<4', 'defusedxml>=0.6.0,<1', 'jsonschema>=3.1.1', 'lxml>=4.5.0,<5',