diff options
author | 2024-05-27 18:05:43 +0100 | |
---|---|---|
committer | 2024-05-27 18:07:34 +0100 | |
commit | af2b0c3cd3bec2fb413977f2fb8cca8c9a99635c (patch) | |
tree | 696886aa3b05c9a893d980d60647a2f6f0a2a135 /pyproject.toml | |
parent | Update Chris's user settings (diff) |
Dependency Bumps 27/05/2024
- Explicitly bump octodns-cloudflare to 0.0.6
- Explicitly bump ansible-core to 2.17.0
- Explicitly bump ruff to 0.4.5
- Implicitly bump requests to 2.32.2
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8cd33f1..52c3359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,17 +10,17 @@ readme = "README.md" python = ">3.11,<4.0" pre-commit = "3.7.1" -ruff = "0.4.4" +ruff = "0.4.5" taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] -ansible-core = "^2.16.6" +ansible-core = "^2.17.0" ansible-lint = { version = "24.2.2", markers = "platform_system != 'Windows'" } dnspython = "2.6.1" [tool.poetry.group.dns.dependencies] octodns = "^1.7.0" -octodns-cloudflare = "^0.0.5" +octodns-cloudflare = "^0.0.6" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |