From 6e1a80af6f3a308550eda8d3d5b39a4f9d8751f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:06:53 +0000 Subject: [PATCH] Bump cryptography from 38.0.4 to 41.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.4...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 33d77396..a26450fe 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -38,6 +38,6 @@ google-cloud-logging==3.2.5 redis==4.3.4 celery[redis]==5.2.7 django-celery-results==2.4.0 -cryptography==38.0.4 +cryptography==41.0.0 django-db-geventpool==4.0.1 slack_sdk==3.19.5 \ No newline at end of file