From adc5bfee3cfb721d3b115960979b0ad64c13d41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 16:18:50 +0100 Subject: [PATCH] Bump cryptography from 3.4.7 to 35.0.0 (#168) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 35.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/3.4.7...35.0.0) --- 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 83f2fcef..ea14f2ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ unidecode==1.1.2 PyJWT==2.1.0 zeroconf==0.36.2 passlib==1.7.4 -cryptography==3.4.7 +cryptography==35.0.0 ujson==4.1.0 mashumaro==2.6.4 typing-inspect==0.6.0; python_version < '3.8' -- 2.34.1