aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-02-08 09:55:54 +0000
committerGravatar Johannes Christ <[email protected]>2025-02-08 10:57:18 +0100
commitb65894e56ed47c4a9b98fa303dff158529656bb2 (patch)
tree15a06e6562d3980501e5e562ad287b4d5075830e /pyproject.toml
parentUpdate poetry (diff)
Update poetry
| 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 |
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 30fa318..e982a4c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]