From 174bbea1eff1773c6264c85e54d8c301d3142851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:15:24 +0000 Subject: [PATCH] Bump zizmor from 1.22.0 to 1.23.1 Bumps [zizmor](https://github.com/zizmorcore/zizmor) from 1.22.0 to 1.23.1. - [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.22.0...v1.23.1) --- updated-dependencies: - dependency-name: zizmor dependency-version: 1.23.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 558554d..04d7c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ optional-dependencies.dev = [ "types-pyyaml==6.0.12.20250915", "vulture==2.15", "yamlfix==1.19.1", - "zizmor==1.22.0", + "zizmor==1.23.1", ] optional-dependencies.release = [ "check-wheel-contents==0.6.3" ] urls.Documentation = "https://vws-python.github.io/vws-web-tools/"