From a2ef3bc5a4756f3f6a5c72123c13b0e43131b207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:59:09 +0000 Subject: [PATCH] [noissue]: Update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...43.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc4df0c646..3f9cbe78f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ backoff>=2.1.2,<2.2.2 click>=8.1.0,<=8.1.7 cloudevents==1.10.1 # Pinned because project warns "things might (and will) break with every update" confluent-kafka~=2.4.0 -cryptography>=38.0.1,<42.0.9 +cryptography>=38.0.1,<43.0.1 Django~=4.2.0 # LTS version, switch only if we have a compelling reason to django-filter>=23.1,<=24.2 django-guid>=3.3,<=3.5.0