From f694739067418538a135d7975fcf80c74d883af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:36:39 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 in /tools/python/airmaps Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 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/2.8...3.2) Signed-off-by: dependabot[bot] --- tools/python/airmaps/requirements.txt | 2 +- tools/python/airmaps/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/airmaps/requirements.txt b/tools/python/airmaps/requirements.txt index 20d0bc268b0..194ec8e7cee 100644 --- a/tools/python/airmaps/requirements.txt +++ b/tools/python/airmaps/requirements.txt @@ -2,5 +2,5 @@ omim-data-all omim-maps_generator apache-airflow [postgres]==1.10.10 psycopg2-binary==2.8.4 -cryptography==2.8 +cryptography==3.2 webdavclient==1.0.8 \ No newline at end of file diff --git a/tools/python/airmaps/requirements_dev.txt b/tools/python/airmaps/requirements_dev.txt index 31bad3b6877..14bd041640a 100644 --- a/tools/python/airmaps/requirements_dev.txt +++ b/tools/python/airmaps/requirements_dev.txt @@ -1,5 +1,5 @@ -r ../maps_generator/requirements_dev.txt apache-airflow [postgres]==1.10.10 psycopg2-binary==2.8.4 -cryptography==2.8 +cryptography==3.2 webdavclient==1.0.8