From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:25:59 +0000 (+0000) Subject: Bump cryptography from 3.4.8 to 36.0.1 (#2000) X-Git-Tag: 0.21.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b95ddf3999c6a42fd9311e021c7ecf45fc26f82;p=thirdparty%2Fhttpx.git Bump cryptography from 3.4.8 to 36.0.1 (#2000) Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 36.0.1. - [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...36.0.1) --- 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> --- diff --git a/requirements.txt b/requirements.txt index c557676a..b4650a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ wheel==0.37.0 autoflake==1.4 black==21.11b1 coverage==6.0.2 -cryptography==3.4.8 +cryptography==36.0.1 flake8==3.9.2 flake8-bugbear==21.9.2 flake8-pie==0.15.0; python_version>='3.7'