From ffeb67aa998b0bed2832028d9e1e9971e48268cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 22:18:29 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 44.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.3 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 02436d0..d352cb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.9.0 certifi==2025.1.31 cffi==1.17.1 -cryptography==44.0.1 +cryptography==44.0.3 decorator==5.1.1 future==1.0.0 h11==0.14.0