From 705e80eb68bab58035ce1f8f62aa97fc30462191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:02:08 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 36.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 36.0.1. - [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...36.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c140b3e..491be4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Authlib==0.15.3 cffi==1.14.5 chardet==4.0.0 gunicorn==20.1.0 -cryptography==3.4.7 +cryptography==36.0.1 idna==3.1 multidict==5.1.0 pycparser==2.20