From 7b2323615e4b8d62ce8036bdf7caa91750c8f96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:25:12 +0100 Subject: [PATCH] Bump cryptography from 36.0.1 to 36.0.2 (#228) Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 36.0.2. - [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/36.0.1...36.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 5c334127..ebaf489f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ unidecode==1.3.2 PyJWT==2.3.0 zeroconf==0.38.3 passlib==1.7.4 -cryptography==36.0.1 +cryptography==36.0.2 ujson==5.1.0 mashumaro==3.0 typing-inspect==0.6.0; python_version < '3.8' -- 2.34.1