From bb66630de681de5991e6b832e57962283adaef49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 09:08:30 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 37.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 37.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.2...37.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6363f43ae9..e390046faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ wheel==0.37.1 autoflake==1.4 black==22.3.0 coverage==6.0.2 -cryptography==36.0.2 +cryptography==37.0.2 flake8==3.9.2 flake8-bugbear==22.1.11 flake8-pie==0.15.0; python_version>='3.7'