From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 13:49:03 +0000 (+0100) Subject: Bump cryptography from 36.0.1 to 36.0.2 (#2162) X-Git-Tag: 0.23.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af5146788f2945c806d4225cd588a2aa8073b90;p=thirdparty%2Fhttpx.git 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 --- 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'