From a933ad880c0bd84509418b9e2f5adcf91836cbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:14:58 +0000 Subject: [PATCH] :arrow_up: Bump cryptography from 43.0.1 to 44.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85b8ee12..46d4431a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pyOpenSSL==24.2.1 idna==3.10 urllib3==2.2.2 # sentry-sdk certifi==2024.8.30 # sentry-sdk -cryptography==43.0.1 +cryptography==44.0.0 asn1crypto==1.5.0 # for pyOpenSSL cffi==1.17.0 # for pyOpenSSL