From 8a0f43ae7b066ff7e6231b269b9274dd64086fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 20:13:25 +0000 Subject: [PATCH] [noissue]: Update cryptography requirement from ~=37.0.2 to ~=38.0.2 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...38.0.2) --- 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..e720b93cc24 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~=38.0.2 Django~=3.2.13 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 django-filter~=21.1