From f5801c6d1a77a06b096d29054cdf7631285e527f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:40:06 +0000 Subject: [PATCH] :arrow_up: Bump ansible from 10.2.0 to 10.3.0 Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 10.2.0 to 10.3.0. - [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md) - [Commits](https://github.com/ansible-community/ansible-build-data/compare/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: ansible 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 c61e9c6039..883d466e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ docs = [ ] lint = [ "ansible-dev-tools==24.8.0", - "ansible==10.2.0", + "ansible==10.3.0", "black==24.8.0", "mypy==1.11.2", "pandas-stubs==2.2.2.240807",