Skip to content

Commit

Permalink
Update ansible requirement from <6,>=2.10 to >=2.10,<9
Browse files Browse the repository at this point in the history
Updates the requirements on [ansible](https://github.com/ansible/ansible) to permit the latest version.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent 7d429d1 commit 6dda864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_version(version_file):
# OS family. This simplifies a lot of things for roles that support
# Kali Linux, so it makes sense to force the installation of Ansible
# 2.10 or newer.
"ansible>=2.10,<6",
"ansible>=2.10,<9",
"docopt",
"python-dateutil",
"schema",
Expand Down

0 comments on commit 6dda864

Please sign in to comment.