From cc087bd059b78b9f701c92a21bd162b050aea21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 09:52:05 +0000 Subject: [PATCH] Bump cryptography Bumps the pip group with 1 update in the /tests/validation directory: [cryptography](https://github.com/pyca/cryptography). Updates `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-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tests/validation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/validation/requirements.txt b/tests/validation/requirements.txt index 6c6e8e4e..b9c0f71a 100644 --- a/tests/validation/requirements.txt +++ b/tests/validation/requirements.txt @@ -1,6 +1,6 @@ bcrypt==4.2.0 cffi==1.16.0 -cryptography==43.0.1 +cryptography==44.0.1 exceptiongroup==1.2.2 iniconfig==2.0.0 packaging==24.1