From 699c3ee118803fd92f3f7dc8f1b8ac3186aef665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:48:06 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [cryptography](https://github.com/pyca/cryptography) and [zizmor](https://github.com/woodruffw/zizmor). Updates `cryptography` from 44.0.1 to 44.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) Updates `zizmor` from 1.3.1 to 1.4.1 - [Release notes](https://github.com/woodruffw/zizmor/releases) - [Changelog](https://github.com/woodruffw/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/woodruffw/zizmor/compare/v1.3.1...v1.4.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zizmor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/pinned.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 80e2c0c67a..6c794b50a3 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -8,7 +8,7 @@ # are pinned to prevent unexpected linting failures when tools update) ruff==0.9.7 mypy==1.15.0 -zizmor==1.3.1 +zizmor==1.4.1 # Required for type stubs freezegun==1.5.1 diff --git a/requirements/pinned.txt b/requirements/pinned.txt index 038c8af1b0..d73f7fc7cc 100644 --- a/requirements/pinned.txt +++ b/requirements/pinned.txt @@ -6,7 +6,7 @@ # cffi==1.17.1 # via cryptography -cryptography==44.0.1 +cryptography==44.0.2 # via securesystemslib pycparser==2.22 # via cffi