From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 12:20:04 +0000 (+0100) Subject: Bump cryptography from 38.0.4 to 39.0.1 (#2579) X-Git-Tag: 0.24.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0c291435adaed25c7168e635ec79f6e63fea8d;p=thirdparty%2Fhttpx.git Bump cryptography from 38.0.4 to 39.0.1 (#2579) Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.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/38.0.4...39.0.1) --- 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 81bc992e..e77e5c10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ twine==4.0.2 autoflake==1.7.7 black==22.10.0 coverage==6.5.0 -cryptography==38.0.4 +cryptography==39.0.1 flake8==3.9.2 flake8-bugbear==23.1.20 flake8-pie==0.16.0; python_version>='3.7'