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.2 |
| pypi       | dnspython                                 | 2.6.1  | 2.7.0  |
| pypi       | mkdocs-git-committers-plugin-2            | 2.3.0  | 2.5.0  |
| pypi       | mkdocs-git-revision-date-localized-plugin | 1.2.9  | 1.3.0  |
| pypi       | mkdocs-material                           | 9.5.34 | 9.6.3  |
| pypi       | octodns                                   | 1.9.1  | 1.11.0 |
| pypi       | octodns-cloudflare                        | 0.0.7  | 0.0.9  |
| pypi       | ruff                                      | 0.6.5  | 0.9.5  |
| pypi       | taskipy                                   | 1.13.0 | 1.14.1 |
  • Loading branch information
renovate[bot] authored and jchristgit committed Feb 8, 2025
1 parent 5518fa3 commit b65894e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
116 changes: 58 additions & 58 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,17 +11,17 @@ package-mode = false
python = ">3.11,<4.0"

pre-commit = "4.1.0"
ruff = "0.6.5"
taskipy = "1.13.0"
ruff = "0.9.5"
taskipy = "1.14.1"

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

[tool.poetry.group.dns.dependencies]
octodns = "^1.8.0"
octodns-cloudflare = "^0.0.7"
octodns-cloudflare = "^0.0.9"


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

0 comments on commit b65894e

Please sign in to comment.