From 3af5146788f2945c806d4225cd588a2aa8073b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:49:03 +0100 Subject: [PATCH] Bump cryptography from 36.0.1 to 36.0.2 (#2162) 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> Co-authored-by: Tom Christie --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 826e4faa..c6c87f9e 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.1 +cryptography==36.0.2 flake8==3.9.2 flake8-bugbear==22.1.11 flake8-pie==0.15.0; python_version>='3.7'