From 0d666b38c0c97e364d7b1ab64aa09c180c7cdc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:17:33 +0000 Subject: [PATCH] Bump cryptography from 2.2.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.2.2 to 3.3.2. - [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/2.2.2...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_unit_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1dd92c3..669569dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ jinja2==2.10 # numpy==1.14.3 PyYAML==3.12 -cryptography==2.2.2 +cryptography==3.3.2 python-geoip==1.2 python-geoip-geolite2==2015.303 certifi==2018.4.16 diff --git a/requirements_unit_tests.txt b/requirements_unit_tests.txt index e14217ec..51b7eaa4 100644 --- a/requirements_unit_tests.txt +++ b/requirements_unit_tests.txt @@ -1,7 +1,7 @@ pgpubsub numpy==1.14.3 PyYAML==3.12 -cryptography==2.2.2 +cryptography==3.3.2 scikit-learn==0.19.1 python-geoip==1.2 python-geoip-geolite2==2015.303