Skip to content

Commit

Permalink
Update ansible requirement from ==7.7.* to >=7.7,<11.3
Browse files Browse the repository at this point in the history
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](ansible-community/ansible-build-data@7.7.0...11.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent a56b715 commit 8c0b87e
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 @@ -54,7 +54,7 @@ dependencies = [
requires-python = ">=3.8"

[project.optional-dependencies]
ansible = ["ansible==7.7.*"]
ansible = ["ansible>=7.7,<11.3"]
mypy = [
"mypy==1.10.*",
"types-PyYAML==6.0.*",
Expand Down

0 comments on commit 8c0b87e

Please sign in to comment.