Skip to content

Commit

Permalink
build(deps-dev): bump ansible-lint from 6.17.2 to 6.18.0
Browse files Browse the repository at this point in the history
Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.17.2 to 6.18.0.
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v6.17.2...v6.18.0)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huyz committed Sep 2, 2023
1 parent e128f98 commit 78c3273
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ antsibull-changelog = "^0.22.0"
pre-commit = "^3.3.3"
# Avoid the dumb, irrelevant ansible-lint error
# https://github.com/ansible/ansible-lint/discussions/2820
ansible-lint = { version = "^6.17.2", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "^6.18.0", markers = "platform_system != 'Windows'" }
# molecule >= 5.0.1 to avoid ansible-compat issue with 4.x
# https://github.com/ansible-community/molecule/issues/3903
molecule = { version = "^6.0.2" }
Expand Down

0 comments on commit 78c3273

Please sign in to comment.