From d1c87ce8be688217739a91390530cf3fb336ce60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:39:59 +0000 Subject: [PATCH] Bump cryptography from 44.0.0 to 44.0.1 in /base Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 11dc225..e786167 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -22,7 +22,7 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.1 # via requests -cryptography==44.0.0 +cryptography==44.0.1 # via certipy fqdn==1.5.1 # via jsonschema