From 7828829ebb9e734d915fcb7ea3d2d95299d2c878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 03:02:33 +0000 Subject: [PATCH] Bump cryptography from 38.0.3 to 39.0.2 in /docker Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.3 to 39.0.2. - [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.3...39.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index d80c4e6..e60b0f6 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -26,7 +26,7 @@ click-plugins==1.1.1 click-repl==0.2.0 click==8.1.3; python_version >= '3.7' colorama==0.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -cryptography==38.0.3; python_version >= '3.6' +cryptography==39.0.2; python_version >= '3.6' dateparser==1.1.4 defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' django-ckeditor==6.5.1