diff options
-rw-r--r-- | poetry.lock | 21 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/poetry.lock b/poetry.lock index b47fa7a..6770def 100644 --- a/poetry.lock +++ b/poetry.lock @@ -420,22 +420,23 @@ files = [ [[package]] name = "dnspython" -version = "2.4.2" +version = "2.5.0" description = "DNS toolkit" optional = false -python-versions = ">=3.8,<4.0" +python-versions = ">=3.8" files = [ - {file = "dnspython-2.4.2-py3-none-any.whl", hash = "sha256:57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8"}, - {file = "dnspython-2.4.2.tar.gz", hash = "sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"}, + {file = "dnspython-2.5.0-py3-none-any.whl", hash = "sha256:6facdf76b73c742ccf2d07add296f178e629da60be23ce4b0a9c927b1e02c3a6"}, + {file = "dnspython-2.5.0.tar.gz", hash = "sha256:a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15"}, ] [package.extras] -dnssec = ["cryptography (>=2.6,<42.0)"] -doh = ["h2 (>=4.1.0)", "httpcore (>=0.17.3)", "httpx (>=0.24.1)"] +dev = ["black (>=23.1.0)", "coverage (>=7.0)", "flake8 (>=5.0.3)", "mypy (>=1.0.1)", "pylint (>=2.7)", "pytest (>=6.2.5)", "pytest-cov (>=3.0.0)", "sphinx (>=7.0.0)", "twine (>=4.0.0)", "wheel (>=0.41.0)"] +dnssec = ["cryptography (>=41)"] +doh = ["h2 (>=4.1.0)", "httpcore (>=0.17.3)", "httpx (>=0.25.1)"] doq = ["aioquic (>=0.9.20)"] -idna = ["idna (>=2.1,<4.0)"] -trio = ["trio (>=0.14,<0.23)"] -wmi = ["wmi (>=1.5.1,<2.0.0)"] +idna = ["idna (>=2.1)"] +trio = ["trio (>=0.14)"] +wmi = ["wmi (>=1.5.1)"] [[package]] name = "filelock" @@ -1250,4 +1251,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "f9f106a8b5316434805f52539fffb0dda2f764e5b1023a3f5d9f7f819a8ccccd" +content-hash = "9e614b79a799c93a31f05da9d4e195133d76928b8d5dad5914aa97c3f47e80f7" diff --git a/pyproject.toml b/pyproject.toml index d41fa77..ed9f484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ taskipy = "1.12.2" [tool.poetry.group.ansible.dependencies] ansible = "9.1.0" ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" } -dnspython = "2.4.2" +dnspython = "2.5.0" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |