From 921d6dcfc84248b568a996b9a52a087d8130d34b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 10:59:08 +0100 Subject: [PATCH] Bump cryptography from 35.0.0 to 36.0.1 (#195) Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 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/35.0.0...36.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 649ba23e..552da3a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ unidecode==1.3.2 PyJWT==2.3.0 zeroconf==0.36.13 passlib==1.7.4 -cryptography==35.0.0 +cryptography==36.0.1 ujson==4.2.0 mashumaro==2.9 typing-inspect==0.6.0; python_version < '3.8' -- 2.34.1