Skip to content

Commit

Permalink
Upgraded ansible-lint upper bound to 24.9.0 (#290)
Browse files Browse the repository at this point in the history
Issue: AAH-3381
  • Loading branch information
alisonlhart authored Sep 18, 2024
1 parent 96c846a commit ad89300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/3381.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgraded the ansible-lint dependency upper bound from 24.7.0 to 24.9.0.
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.7.0](https://github.com/ansible/ansible-lint/tree/v24.7.0/docs)
* ``ansible-lint`` up to [24.9.0](https://github.com/ansible/ansible-lint/tree/v24.9.0/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.7.0
ansible-lint>=6.2.2,<=24.9.0
attrs>=21.4.0,<23
nh3>=0.2.18,<3 # replaces bleach
flake8>=5.0.0,<7
Expand Down

0 comments on commit ad89300

Please sign in to comment.