From 769a61b4051a02b37e013da3578c1c9f602e2555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 22:26:19 +0000 Subject: [PATCH] build(deps): bump cryptography in the dependencies group Bumps the dependencies group with 1 update: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 44.0.2 to 44.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.2...44.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 aa8483f0f1..4be725daf5 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -6,7 +6,7 @@ # cffi==1.17.1 # via cryptography -cryptography==44.0.2 +cryptography==44.0.3 # via securesystemslib pycparser==2.22 # via cffi