From 87ce23d3c4656f1802f75a3812b029f9f865e66a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 07:31:16 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 41.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cyan_flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyan_flask/requirements.txt b/cyan_flask/requirements.txt index ccaeb272..4fa8151e 100644 --- a/cyan_flask/requirements.txt +++ b/cyan_flask/requirements.txt @@ -1,6 +1,6 @@ bcrypt==4.0.1 celery==5.3.1 -cryptography==41.0.3 +cryptography==41.0.5 Flask==2.3.2 Flask-Cors==4.0.0 Flask-Migrate==4.0.4