Skip to content

Commit fbb60be

Browse files
Update ansible requirement from <11,>=10 to >=10.7.0,<11
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@10.0.0...10.7.0) --- updated-dependencies: - dependency-name: ansible dependency-version: 10.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9236acb commit fbb60be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
# It is also a good idea to go ahead and upgrade to version 10
5252
# since version 9 is now EOL as of the end of November 2024:
5353
# https://endoflife.date/ansible
54-
"ansible>=10,<11",
54+
"ansible>=10.7.0,<11",
5555
"docopt",
5656
"python-dateutil",
5757
"schema",

0 commit comments

Comments
 (0)