From cdeafbd944e54fe3cbbe1453ee449b53519b0710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 23:41:41 +0000 Subject: [PATCH] Bump cryptography from 40.0.2 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 258b90b..8a00ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "Pillow==7.2.0", "Werkzeug==2.2.2", "boto3~=1.28.8", - "cryptography==40.0.2", + "cryptography==41.0.6", "farm==0.5.0", "flask", "fuzzywuzzy==0.18.0",