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.0 |
| pypi       | ansible-lint                              | 24.9.0 | 24.9.2 |
| 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.44 |
| pypi       | octodns                                   | 1.9.1  | 1.10.0 |
| pypi       | ruff                                      | 0.6.5  | 0.7.2  |
| pypi       | taskipy                                   | 1.13.0 | 1.14.0 |
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 5a70970 commit 6403f75
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
110 changes: 55 additions & 55 deletions poetry.lock

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

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

pre-commit = "3.8.0"
ruff = "0.6.5"
taskipy = "1.13.0"
ruff = "0.7.2"
taskipy = "1.14.0"

[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.9.2", markers = "platform_system != 'Windows'" }
dnspython = "2.7.0"

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

0 comments on commit 6403f75

Please sign in to comment.