From 493285a146a0e925a73996b8a493a2e15eee8551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:06:42 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.9 to 3.3.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 3.3.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.3.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 17f623e6..f71cfb56 --- 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',