From 25065df2b6b1fb3261fe450561891920b7c3f35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:42:05 +0000 Subject: [PATCH] Bump actionlint-py from 1.7.4.20 to 1.7.5.21 Bumps [actionlint-py](https://github.com/Mateusz-Grzelinski/actionlint-py) from 1.7.4.20 to 1.7.5.21. - [Commits](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.4.20...v1.7.5.21) --- updated-dependencies: - dependency-name: actionlint-py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d1cde91d..bb08001e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "werkzeug>=3.1.2", ] optional-dependencies.dev = [ - "actionlint-py==1.7.4.20", + "actionlint-py==1.7.5.21", "check-manifest==0.50", "check-wheel-contents==0.6.1", "deptry==0.21.2",