Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/lint-26-4-0.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade the ansible-lint dependency bound from 25.12.0 to 26.4.0.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

``galaxy-importer`` requires the following other Ansible projects:

* ``ansible-lint`` up to [26.1.0](https://github.com/ansible/ansible-lint/tree/v26.1.0)
* ``ansible-lint`` up to [26.4.0](https://github.com/ansible/ansible-lint/tree/v26.4.0)
* ``ansible-core`` up to [2.16](https://docs.ansible.com/ansible-core/2.16/index.html)

If you are installing from source, see ``setup.cfg`` in the repository for the matching requirements.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = find:
install_requires =
ansible-core
ansible-builder>=1.2.0,<4.0
ansible-lint>=6.2.2,<=26.1.0
ansible-lint>=6.2.2,<=26.4.0
attrs>=21.4.0,<23
nh3>=0.2.18,<3 # replaces bleach
flake8>=5.0.0,<7
Expand Down
Loading