From db0336b4b2505672a25a2791320da94161acc504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:15:20 +0000 Subject: [PATCH] [dependabot] Chore: Bump cryptography from 41.0.4 to 42.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42618f8..e7be12c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "Pillow==10.1.0", "Werkzeug", "boto3~=1.28.8", - "cryptography==41.0.4", + "cryptography==42.0.2", "farm>=0.5.0", "flask", "fuzzywuzzy==0.18.0",