From c9329c6593b126fc9acbb2e272c7e10fc58f41a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:22:08 +0000 Subject: [PATCH] build(deps): bump zizmor in the test-and-lint-dependencies group Bumps the test-and-lint-dependencies group with 1 update: [zizmor](https://github.com/zizmorcore/zizmor). Updates `zizmor` from 1.16.3 to 1.19.0 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/zizmorcore/zizmor/compare/v1.16.3...v1.19.0) --- updated-dependencies: - dependency-name: zizmor dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-and-lint-dependencies ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 3acfd05483..1397e62369 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.14.10 mypy==1.19.1 -zizmor==1.16.3 +zizmor==1.19.0 # Required for type stubs freezegun==1.5.5