From 0bde432ba775913f0565e307e38610f98b79e7d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 14:46:31 +0000 Subject: [PATCH] build(deps): bump cryptography from 2.7 to 2.8 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.7 to 2.8. - [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.7...2.8) Signed-off-by: dependabot-preview[bot] --- tox-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-requirements.txt b/tox-requirements.txt index 77e2acb0..e74ffa02 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage==4.5.4 -cryptography==2.7 +cryptography==2.8 pytest==4.6.3 WebTest==2.0.33 Flask