diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index a7bd494..f9521e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ taskipy = "1.12.0"  [tool.poetry.group.ansible.dependencies]  ansible = "8.2.0"  ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } -dnspython = "2.4.1" +dnspython = "2.4.2"  [tool.taskipy.tasks]  lint = "pre-commit run --all-files" | 
