From ef5bbeb61d6f156ecbccb152a141d00815910872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 02:54:26 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.1 in the pip group Bumps the pip group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 43.0.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d41ebe..bcf9133 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cachetools==5.3.2 certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 -cryptography==43.0.1 +cryptography==44.0.1 dill==0.3.8 decorator==5.1.1 Deprecated==1.2.14