Skip to content

Commit

Permalink
chore(deps-dev): bump the python-development group with 1 update (#378)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the python-development group with 1 update

Bumps the python-development group with 1 update: [ansible-lint](https://github.com/ansible/ansible-lint).

- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v6.16.2...v6.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* we don't want to do that rule

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ari Kalfus <[email protected]>
  • Loading branch information
dependabot[bot] and artis3n authored Oct 9, 2023
1 parent 15a8064 commit 679667b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ exclude_paths:
skip_list:
- yaml[line-length]
- package-latest
- var-naming[no-role-prefix]
19 changes: 11 additions & 8 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 @@ -10,7 +10,7 @@ python = "^3.11"
ansible = "^8.4.0"

[tool.poetry.group.dev.dependencies]
ansible-lint = { version = "^6.16.2", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "^6.18.0", markers = "platform_system != 'Windows'" }
molecule = "^6.0.2"
molecule-plugins = {extras = ["docker"], version = "^23.5.0"}
pre-commit = "^3.4.0"
Expand Down

0 comments on commit 679667b

Please sign in to comment.