From fd4386fefb8fe8a4568831a7d8b2930d5fb61455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:09:11 +0200 Subject: [PATCH] Bump cryptography from 3.4.8 to 37.0.4 (#1570) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 37.0.4. - [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.8...37.0.4) --- 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 888c38c78..d51eea5f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mypy==0.961 types-click==7.1.8 types-pyyaml==6.0.9 trustme==0.9.0 -cryptography==3.4.8 +cryptography==37.0.4 coverage==6.4.1 coverage-conditional-plugin==0.5.0 httpx==0.23.0