From b182ace19fe0f83be1f1fdd1818448c214848584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:49:45 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 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] --- requirements.txt | 2 +- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- requirements/test.txt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c6ab8f..d23653a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ mpmath==1.1.0 numpy==1.17.3 matplotlib==3.0.2 sympy==1.5.1 -cryptography==2.8 +cryptography==3.2 seaborn==0.9.0 pyOpenSSL==19.0.0 brotli==1.0.7 diff --git a/requirements/dev.txt b/requirements/dev.txt index 1c6ab8f..d23653a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ mpmath==1.1.0 numpy==1.17.3 matplotlib==3.0.2 sympy==1.5.1 -cryptography==2.8 +cryptography==3.2 seaborn==0.9.0 pyOpenSSL==19.0.0 brotli==1.0.7 diff --git a/requirements/prod.txt b/requirements/prod.txt index 1c6ab8f..d23653a 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -5,7 +5,7 @@ mpmath==1.1.0 numpy==1.17.3 matplotlib==3.0.2 sympy==1.5.1 -cryptography==2.8 +cryptography==3.2 seaborn==0.9.0 pyOpenSSL==19.0.0 brotli==1.0.7 diff --git a/requirements/test.txt b/requirements/test.txt index 1c6ab8f..d23653a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ mpmath==1.1.0 numpy==1.17.3 matplotlib==3.0.2 sympy==1.5.1 -cryptography==2.8 +cryptography==3.2 seaborn==0.9.0 pyOpenSSL==19.0.0 brotli==1.0.7 diff --git a/setup.py b/setup.py index 3f1041c..8b44f67 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "numpy==1.16.4", "matplotlib==3.0.2", "sympy==1.4", - "cryptography==2.7", + "cryptography==3.2", "seaborn==0.9.0", "pyOpenSSL==19.0.0", "brotli==1.0.7",