Skip to content

Commit

Permalink
Upgraded ansible-lint upper bound to 25.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka committed Feb 7, 2025
1 parent 8ac5112 commit 4b3d979
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/38371.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded the ansible-lint dependency upper bound from 24.9.0 to 25.1.2.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

* ``ansible-lint`` up to [24.9.0](https://github.com/ansible/ansible-lint/tree/v24.9.0/docs)
* ``ansible-lint`` up to [25.1.2](https://github.com/ansible/ansible-lint/tree/v25.1.2/docs)
* ``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,<=24.9.0
ansible-lint>=6.2.2,<=25.1.2
attrs>=21.4.0,<23
nh3>=0.2.18,<3 # replaces bleach
flake8>=5.0.0,<7
Expand Down

0 comments on commit 4b3d979

Please sign in to comment.