From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:52:20 +0000 (+0000) Subject: Bump cryptography from 42.0.2 to 42.0.4 (#3107) X-Git-Tag: 0.27.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77cb36f181b6ee728dd25c781ba5550a8804ee1d;p=thirdparty%2Fhttpx.git Bump cryptography from 42.0.2 to 42.0.4 (#3107) Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 f127064b..cc72ea12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ twine==4.0.2 # Tests & Linting coverage[toml]==7.4.1 -cryptography==42.0.2 +cryptography==42.0.4 mypy==1.8.0 pytest==8.0.0 ruff==0.1.15