From 1fc04256d6bc080604bda2d257acc2bc0fc811a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:13:48 +0000 Subject: [PATCH] build(deps): Bump cryptography from 43.0.3 to 44.0.1 in /tests Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4e5d033..0aa335b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -21,7 +21,7 @@ charset-normalizer==3.4.0 # via requests coverage==7.6.4 # via -r requirements.in -cryptography==43.0.3 +cryptography==44.0.1 # via moto idna==3.10 # via requests