From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:40:51 +0000 (-0600) Subject: Bump cryptography from 39.0.1 to 40.0.2 (#2692) X-Git-Tag: 0.24.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98268a334016cd5c4dc9130822804e0d50a3a10;p=thirdparty%2Fhttpx.git Bump cryptography from 39.0.1 to 40.0.2 (#2692) Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 40.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/39.0.1...40.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> --- diff --git a/requirements.txt b/requirements.txt index 787a733f..e78b55b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ twine==4.0.2 # Tests & Linting black==23.3.0 coverage==7.2.2 -cryptography==39.0.1 +cryptography==40.0.2 mypy==1.0.1 types-certifi==2021.10.8.2 pytest==7.2.2