From 082a715fb054ab504aca670456c3ab1191eca35d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 09:25:49 +0000 Subject: [PATCH] Bump cryptography from 3.1 to 3.1.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 3.1.1. - [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.1...3.1.1) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6434610516..3f4b36c15c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ black==20.8b1 ; implementation_name == "cpython" # via -r test-requirements.in cffi==1.14.3 # via cryptography click==7.1.2 # via black coverage==5.3 # via pytest-cov -cryptography==3.1 # via pyopenssl, trustme +cryptography==3.1.1 # via pyopenssl, trustme decorator==4.4.2 # via ipython flake8==3.8.3 # via -r test-requirements.in idna==2.10 # via -r test-requirements.in, trustme