diff options
author | 2025-03-21 17:12:00 +0000 | |
---|---|---|
committer | 2025-03-21 19:03:28 +0100 | |
commit | 1a8d6ae07dfff2b35c24331365f503499c359ef0 (patch) | |
tree | f7356da0bbab1afa68d48b5aab28c9bf13fe91d3 /pyproject.toml | |
parent | Update nftables submodule URL (diff) |
Update poetry
| datasource | package | from | to |
| ---------- | ----------------------------------------- | ------ | ------ |
| pypi | ansible-core | 2.18.2 | 2.18.3 |
| pypi | ansible-lint | 25.1.2 | 25.1.3 |
| pypi | mkdocs-git-revision-date-localized-plugin | 1.3.0 | 1.4.5 |
| pypi | mkdocs-material | 9.6.4 | 9.6.9 |
| pypi | pre-commit | 4.1.0 | 4.2.0 |
| pypi | ruff | 0.9.6 | 0.11.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 7ea039b..49c1eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ package-mode = false [tool.poetry.dependencies] python = ">3.11,<4.0" -pre-commit = "4.1.0" -ruff = "0.9.6" +pre-commit = "4.2.0" +ruff = "0.11.2" taskipy = "1.14.1" [tool.poetry.group.ansible.dependencies] ansible-core = "^2.17.0" -ansible-lint = { version = "25.1.2", markers = "platform_system != 'Windows'" } +ansible-lint = { version = "25.1.3", markers = "platform_system != 'Windows'" } dnspython = "2.7.0" [tool.poetry.group.dns.dependencies] |