Skip to content

Commit

Permalink
chore(deps-dev): bump ansible-lint from 6.12.0 to 6.12.1
Browse files Browse the repository at this point in the history
Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.12.0 to 6.12.1.
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v6.12.0...v6.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 3, 2023
1 parent 35a7fcf commit 8ac6bd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -11,7 +11,7 @@ ansible = "^7.2.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^2.20.0"
ansible-lint = { version = "^6.9.0", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "^6.12.1", markers = "platform_system != 'Windows'" }
molecule = {extras = ["docker"], version = "^4.0.3"}
pytest = "^7.2.1"

Expand Down

0 comments on commit 8ac6bd8

Please sign in to comment.