From bc23db2f4ff3f34863cf933c75459f2f6814cf42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 22:17:44 +0000 Subject: [PATCH] Bump cryptography from 44.0.1 to 45.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 45.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...45.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production update-type: version-update:semver-major ... 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..14b1a98 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==45.0.4 decorator==5.1.1 future==1.0.0 h11==0.14.0