From e6b5b2e939699f0b4620b3b1c5fdc423f15702c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 18:26:28 +0200 Subject: [PATCH] Bump cryptography from 3.4.6 to 3.4.7 (#116) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 3.4.7. - [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.6...3.4.7) --- 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 06c03624..c1e9d647 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ unidecode==1.1.2 PyJWT==2.1.0 zeroconf==0.31.0 passlib==1.7.4 -cryptography==3.4.6 +cryptography==3.4.7 ujson==4.0.2 mashumaro==2.5 typing-inspect==0.6.0; python_version < '3.8' -- 2.34.1