From 3e85756c2b01d4004d880f94aa0dcbb0b9f5a742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 23:00:35 +0000 Subject: [PATCH] Update cryptography requirement from ~=39.0.1 to ~=40.0.1 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [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/39.0.1...40.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e6ffac..d3ab4ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-WTF~=1.1.1 WTForms~=3.0.1 Werkzeug~=2.2.3 gunicorn==20.1.0 -cryptography~=39.0.1 +cryptography~=40.0.1 bcrypt~=4.0.1 PyMySQL~=1.0.2 SQLAlchemy~=2.0.4