From b8373156977e358d5a823ac67a5d5ee1447d0648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:04:15 +0000 Subject: [PATCH] Bump cryptography from 35.0.0 to 36.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 36.0.0. - [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/35.0.0...36.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... 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 33493af3..84ce1a88 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -26,7 +26,7 @@ charset-normalizer==2.0.7 # via requests click==8.0.3 # via pip-tools -cryptography==35.0.0 +cryptography==36.0.0 # via -r requirements/typing.in distlib==0.3.3 # via virtualenv diff --git a/requirements/typing.txt b/requirements/typing.txt index 2be7465a..e6a22a52 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # cffi==1.15.0 # via cryptography -cryptography==35.0.0 +cryptography==36.0.0 # via -r requirements/typing.in mypy==0.910 # via -r requirements/typing.in