From b5bdcb460215b6234292eb6c0bd63abee5d5f64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 08:02:40 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 3.4.8 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...3.4.8) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/typing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4480fdfc..baef1822 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -26,7 +26,7 @@ charset-normalizer==2.0.4 # via requests click==8.0.1 # via pip-tools -cryptography==3.4.7 +cryptography==3.4.8 # via -r requirements/typing.in distlib==0.3.2 # via virtualenv diff --git a/requirements/typing.txt b/requirements/typing.txt index d4a125f1..f2cf7887 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # cffi==1.14.6 # via cryptography -cryptography==3.4.7 +cryptography==3.4.8 # via -r requirements/typing.in mypy==0.910 # via -r requirements/typing.in