From adc9734370e78ca3e7f643f70edbc1f745e58068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:53:08 +0000 Subject: [PATCH] Bump cryptography from 2.3 to 39.0.1 in /web300-6 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3 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/2.3...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web300-6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 web300-6/requirements.txt diff --git a/web300-6/requirements.txt b/web300-6/requirements.txt old mode 100755 new mode 100644 index 9cdfa68..f3f0291 --- a/web300-6/requirements.txt +++ b/web300-6/requirements.txt @@ -4,4 +4,4 @@ pycrypto==2.6.1 six==1.11.0 SQLAlchemy==1.2.10 Werkzeug==0.14.1 -cryptography==2.3 \ No newline at end of file +cryptography==39.0.1 \ No newline at end of file