Skip to content

Commit

Permalink
Update ansible-runner requirement from ~=2.3.4 to ~=2.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ansible-runner](https://github.com/ansible/ansible-runner) to permit the latest version.
- [Release notes](https://github.com/ansible/ansible-runner/releases)
- [Commits](ansible/ansible-runner@2.3.4...2.4.0)

---
updated-dependencies:
- dependency-name: ansible-runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kvklink committed Aug 21, 2024
1 parent 6bff17e commit 54225ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"ansible-runner~=2.3.4",
"ansible-runner~=2.4.0",
"ansible~=10.1.0",
"fastapi~=0.112.1",
"httpx~=0.27.0",
Expand Down

0 comments on commit 54225ed

Please sign in to comment.