From f1285eb1de1adcdcc6e67c7d4be25c24a8ef7afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:58:52 +0000 Subject: [PATCH] :arrow_up: Update cryptography requirement in /ozi/dist/sigstore Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ozi/dist/sigstore/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ozi/dist/sigstore/requirements.in b/ozi/dist/sigstore/requirements.in index 2bfdcdf6..9b0acc77 100644 --- a/ozi/dist/sigstore/requirements.in +++ b/ozi/dist/sigstore/requirements.in @@ -1,2 +1,2 @@ sigstore~=3.0 -cryptography~=43.0 +cryptography~=44.0