From b30e2c089a6bddcb8bd479ce9a891aefacc6debd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 05:51:03 +0000 Subject: [PATCH] Bump actionlint-py from 1.6.26.11 to 1.6.27.12 Bumps [actionlint-py](https://github.com/Mateusz-Grzelinski/actionlint-py) from 1.6.26.11 to 1.6.27.12. - [Commits](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.6.26.11...v1.6.27.12) --- 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 f5fa8dd0c..2a060442e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -297,7 +297,7 @@ dependencies = [ ] [project.optional-dependencies] dev = [ - "actionlint-py==1.6.26.11", + "actionlint-py==1.6.27.12", "check-manifest==0.49", "deptry==0.14.1", "dirty-equals==0.7.1.post0",