From 22dfc98f7266c959b0d1250e6c3247bc1a1e488b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:45:14 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 44.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e718013..39eebe8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.17.1 ; python_version >= "3.11" and python_version < "4.0" and platform_ charset-normalizer==3.4.1 ; python_version >= "3.11" and python_version < "4.0" click==8.1.8 ; python_version >= "3.11" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows" -cryptography==44.0.1 ; python_version >= "3.11" and python_version < "4.0" +cryptography==44.0.2 ; python_version >= "3.11" and python_version < "4.0" deprecated==1.2.18 ; python_version >= "3.11" and python_version < "4.0" fixedint==0.1.6 ; python_version >= "3.11" and python_version < "4.0" flask-limiter==3.10.1 ; python_version >= "3.11" and python_version < "4.0"