From d8134af4785a09b85f923b13ca98cbea67f222ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 05:28:38 +0000 Subject: [PATCH] Bump actionlint-py from 1.7.0.14 to 1.7.1.15 Bumps [actionlint-py](https://github.com/Mateusz-Grzelinski/actionlint-py) from 1.7.0.14 to 1.7.1.15. - [Commits](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.0.14...v1.7.1.15) --- 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 65726fa68..ae011172a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "werkzeug", ] optional-dependencies.dev = [ - "actionlint-py==1.7.0.14", + "actionlint-py==1.7.1.15", "check-manifest==0.49", "check-wheel-contents==0.6.0", "deptry==0.16.1",