From 3cc308a26458607e1711e7d4e03e6316be9ba0e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:54:11 +0000 Subject: [PATCH] :arrow_up: Bump ansible-dev-tools from 24.7.2 to 24.8.0 Bumps [ansible-dev-tools](https://github.com/ansible/ansible-dev-tools) from 24.7.2 to 24.8.0. - [Release notes](https://github.com/ansible/ansible-dev-tools/releases) - [Commits](https://github.com/ansible/ansible-dev-tools/compare/v24.7.2...v24.8.0) --- updated-dependencies: - dependency-name: ansible-dev-tools dependency-type: direct:production 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 64747cd31a..8840f9a439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ "sphinx==8.0.2", ] lint = [ - "ansible-dev-tools==24.7.2", + "ansible-dev-tools==24.8.0", "ansible==10.2.0", "black==24.4.2", "mypy==1.10.1",