From 45d2256d7f634f7938901c032d3267852ce58a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 17:40:49 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 44.0.1 in /testsite Bumps [cryptography](https://github.com/pyca/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-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testsite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsite/requirements.txt b/testsite/requirements.txt index ea3d65b..0251927 100644 --- a/testsite/requirements.txt +++ b/testsite/requirements.txt @@ -16,7 +16,7 @@ python-dateutil==2.8.2 pytz==2024.2 # This has been obviated by `zoneinfo' and `tzdata' # since 3.9, but we still use it. monotonic==1.6 -cryptography==43.0.1 +cryptography==44.0.1 # When DEBUG=1 django-debug-toolbar==5.0.1 ; python_version >= "3.12" # Currently in alpha