From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:12:43 +0000 (+0100) Subject: Bump cryptography from 37.0.2 to 38.0.1 (#2389) X-Git-Tag: 0.23.1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f70f54316aaa4476b3e92638836d9e622b51b43;p=thirdparty%2Fhttpx.git Bump cryptography from 37.0.2 to 38.0.1 (#2389) Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 38.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/37.0.2...38.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 6c8dd50d..9670095e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ twine==4.0.1 autoflake==1.4 black==22.8.0 coverage==6.4.4 -cryptography==37.0.2 +cryptography==38.0.1 flake8==3.9.2 flake8-bugbear==22.7.1 flake8-pie==0.16.0; python_version>='3.7'