From 49f6912e50e286c3cd96693464862db2d6ad12ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:21:42 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 3.2 in /django_scraper 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] --- django_scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_scraper/requirements.txt b/django_scraper/requirements.txt index 743906a..a4e3926 100644 --- a/django_scraper/requirements.txt +++ b/django_scraper/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.8.2 certifi==2019.11.28 cffi==1.14.0 chardet==3.0.4 -cryptography==2.8 +cryptography==3.2 dj-database-url==0.5.0 Django==3.0.7 django-heroku==0.3.1