From c3672ce25d25977c606542d3bd852c0051dbafa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:55:00 +0000 Subject: [PATCH] Bump cryptography from 3.0 to 3.2 in /scraper Bumps [cryptography](https://github.com/pyca/cryptography) from 3.0 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/3.0...3.2) Signed-off-by: dependabot[bot] --- scraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/requirements.txt b/scraper/requirements.txt index 21df3a8..871bd62 100644 --- a/scraper/requirements.txt +++ b/scraper/requirements.txt @@ -5,7 +5,7 @@ chardet==3.0.4 colorama==0.4.3 configparser==5.0.0 crayons==0.3.1 -cryptography==3.0 +cryptography==3.2 idna==2.10 pycparser==2.20 requests==2.24.0