Skip to content

Commit 13c6667

Browse files
committed
Upgrade ansible-lint upper bound to 26.4.0
1 parent 2f51ba9 commit 13c6667

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGES/lint-26-4-0.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade the ansible-lint dependency bound from 25.12.0 to 26.4.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

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

1313
If you are installing from source, see ``setup.cfg`` in the repository for the matching requirements.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages = find:
1919
install_requires =
2020
ansible-core
2121
ansible-builder>=1.2.0,<4.0
22-
ansible-lint>=6.2.2,<=26.1.0
22+
ansible-lint>=6.2.2,<=26.4.0
2323
attrs>=21.4.0,<23
2424
nh3>=0.2.18,<3 # replaces bleach
2525
flake8>=5.0.0,<7

0 commit comments

Comments
 (0)