From 05eb629c5470a80787a3e69ae48deec7da6fa801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 04:17:40 +0000 Subject: [PATCH] Bump cryptography from 38.0.4 to 39.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.1. - [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/38.0.4...39.0.1) --- 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..3553922b 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==39.0.1 django-db-geventpool==4.0.1 slack_sdk==3.19.5 \ No newline at end of file