Skip to content

Commit

Permalink
Update poetry
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| pypi       | ansible-lint    | 24.9.0 | 24.9.2 |
| pypi       | mkdocs-material | 9.5.34 | 9.5.39 |
| pypi       | ruff            | 0.6.5  | 0.6.8  |
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent e88581c commit d200eff
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ package-mode = false
python = ">3.11,<4.0"

pre-commit = "3.8.0"
ruff = "0.6.5"
ruff = "0.6.8"
taskipy = "1.13.0"

[tool.poetry.group.ansible.dependencies]
ansible-core = "^2.17.0"
ansible-lint = { version = "24.9.0", markers = "platform_system != 'Windows'" }
ansible-lint = { version = "24.9.2", markers = "platform_system != 'Windows'" }
dnspython = "2.6.1"

[tool.poetry.group.dns.dependencies]
Expand Down

0 comments on commit d200eff

Please sign in to comment.