From 1d155e56f611ca5823164f938151dfeb1288b841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 20:25:06 +0000 Subject: [PATCH] [noissue]: Update cryptography requirement from ~=37.0.2 to ~=37.0.4 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [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/37.0.2...37.0.4) --- 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 09c3d2fb854..d243bcb876b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ aiofiles==0.8.0 aioredis~=2.0.1 backoff~=2.0.1 click<9.0 -cryptography~=37.0.2 +cryptography~=37.0.4 Django~=3.2.13 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1