From 8af077ac7ace0d0f4860c0dc3ee4b15b9de4ed71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:27:00 +0000 Subject: [PATCH] Update ansible requirement from ~=9.3.0 to ~=9.4.0 Updates the requirements on [ansible](https://github.com/ansible-community/ansible-build-data) to permit the latest version. - [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/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: ansible dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a998b4..780c29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "ansible-runner~=2.3.4", - "ansible~=9.3.0", + "ansible~=9.4.0", "fastapi~=0.110.0", "httpx~=0.27.0", "jsonschema~=4.21.1",