From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 09:27:13 +0000 (+0100) Subject: Bump cryptography from 36.0.2 to 37.0.2 (#2217) X-Git-Tag: 0.23.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5eb4b8b96ed37f6f8b9dfbbf5d3c23f94599441;p=thirdparty%2Fhttpx.git Bump cryptography from 36.0.2 to 37.0.2 (#2217) 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] 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 6363f43a..e390046f 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'