From b14a2079d52578de5b823e09e5ea644b5528569f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 00:44:21 +0000 Subject: [PATCH] build(deps): bump cryptography from 3.3.2 to 39.0.1 in /demo_proj Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 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/3.3.2...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo_proj/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_proj/requirements.txt b/demo_proj/requirements.txt index 546b416..97374ac 100644 --- a/demo_proj/requirements.txt +++ b/demo_proj/requirements.txt @@ -2,7 +2,7 @@ attrs==19.3.0 Automat==20.2.0 cffi==1.14.0 constantly==15.1.0 -cryptography==3.3.2 +cryptography==39.0.1 cssselect==1.1.0 Django==2.2.20 django-cors-headers==3.3.0