From 1cb8b8fa1f5d4c9fdf0bf6234b86280de9bcccf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:28:29 +0000 Subject: [PATCH] Bump cryptography from 41.0.8 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.8 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/commits/44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bc372e..e1b64ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ click==8.1.7 pillow==10.1.0 # Cryptography and certificates -cryptography==41.0.8 +cryptography==44.0.1 pyopenssl==23.3.0 # Testing