From 1b655f159c0b648970d5839d1a38a991c54f275a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:11:51 +0000 Subject: [PATCH] build(deps): bump cryptography from 44.0.0 to 44.0.1 in /requirements 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: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 845df047d3..e97461353f 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -10,7 +10,7 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.1 # via requests -cryptography==44.0.0 +cryptography==44.0.1 # via securesystemslib idna==3.10 # via requests