Skip to content

Commit

Permalink
Update poetry
Browse files Browse the repository at this point in the history
| datasource | package                                   | from   | to      |
| ---------- | ----------------------------------------- | ------ | ------- |
| pypi       | ansible-core                              | 2.17.4 | 2.18.1  |
| pypi       | ansible-lint                              | 24.9.0 | 24.12.0 |
| pypi       | dnspython                                 | 2.6.1  | 2.7.0   |
| pypi       | mkdocs-git-committers-plugin-2            | 2.3.0  | 2.4.1   |
| pypi       | mkdocs-git-revision-date-localized-plugin | 1.2.9  | 1.3.0   |
| pypi       | mkdocs-material                           | 9.5.34 | 9.5.48  |
| pypi       | octodns                                   | 1.9.1  | 1.10.0  |
| pypi       | taskipy                                   | 1.13.0 | 1.14.1  |
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 4b95e41 commit 88b7e8f
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 97 deletions.
134 changes: 40 additions & 94 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ python = ">3.11,<4.0"

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

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

[tool.poetry.group.dns.dependencies]
octodns = "^1.8.0"
Expand Down

0 comments on commit 88b7e8f

Please sign in to comment.