From 4312faaff9d89054b23eb674b4ed1a57d3c11c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:14:36 +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...41.0.7) --- 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 dd6a54e83f..6858317572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp>=3.8.1,<3.9.1 asyncio-throttle>=1.0,<=1.0.2 backoff>=2.1.2,<2.2.2 click>=8.1.0,<=8.1.7 -cryptography>=38.0.1,<41.0.6 +cryptography>=38.0.1,<41.0.8 Django~=4.2.0 # LTS version, switch only if we have a compelling reason to django-filter>=23.1,<=23.4 django-guid>=3.3,<=3.3.1