From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 12:55:22 +0000 (+0000) Subject: Bump cryptography from 38.0.1 to 38.0.3 (#2447) X-Git-Tag: 0.23.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd1d51d597a3d75cef5b0d9479b5a89d39a51ec0;p=thirdparty%2Fhttpx.git Bump cryptography from 38.0.1 to 38.0.3 (#2447) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. - [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/38.0.1...38.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 26bc63b2..dc87c7dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ twine==4.0.1 autoflake==1.7.7 black==22.10.0 coverage==6.5.0 -cryptography==38.0.1 +cryptography==38.0.3 flake8==3.9.2 flake8-bugbear==22.7.1 flake8-pie==0.16.0; python_version>='3.7'