From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:34:15 +0000 (-0600) Subject: Bump cryptography from 41.0.6 to 41.0.7 (#2971) X-Git-Tag: 0.26.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0265d95faad296ed588b0752422d56344e720b49;p=thirdparty%2Fhttpx.git Bump cryptography from 41.0.6 to 41.0.7 (#2971) Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 1fb5dc80..4381f7af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ twine==4.0.2 # Tests & Linting coverage[toml]==7.3.0 -cryptography==41.0.6 +cryptography==41.0.7 mypy==1.5.1 types-certifi==2021.10.8.2 pytest==7.4.3