From 03a5aa6ea675e35dca3957800f507d14a5155faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:54:21 +0000 Subject: [PATCH] Bump dnspython from 2.2.1 to 2.4.2 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 to 2.4.2. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.2.1...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c69eea57..3104b18b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,21 +1026,21 @@ files = [ [[package]] name = "dnspython" -version = "2.2.1" +version = "2.4.2" description = "DNS toolkit" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.8,<4.0" files = [ - {file = "dnspython-2.2.1-py3-none-any.whl", hash = "sha256:a851e51367fb93e9e1361732c1d60dab63eff98712e503ea7d92e6eccb109b4f"}, - {file = "dnspython-2.2.1.tar.gz", hash = "sha256:0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"}, + {file = "dnspython-2.4.2-py3-none-any.whl", hash = "sha256:57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8"}, + {file = "dnspython-2.4.2.tar.gz", hash = "sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"}, ] [package.extras] -curio = ["curio (>=1.2,<2.0)", "sniffio (>=1.1,<2.0)"] -dnssec = ["cryptography (>=2.6,<37.0)"] -doh = ["h2 (>=4.1.0)", "httpx (>=0.21.1)", "requests (>=2.23.0,<3.0.0)", "requests-toolbelt (>=0.9.1,<0.10.0)"] +dnssec = ["cryptography (>=2.6,<42.0)"] +doh = ["h2 (>=4.1.0)", "httpcore (>=0.17.3)", "httpx (>=0.24.1)"] +doq = ["aioquic (>=0.9.20)"] idna = ["idna (>=2.1,<4.0)"] -trio = ["trio (>=0.14,<0.20)"] +trio = ["trio (>=0.14,<0.23)"] wmi = ["wmi (>=1.5.1,<2.0.0)"] [[package]] @@ -4513,4 +4513,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "57920386647451091ac38f5ea01eb6b915f8473e1f03127e0a2fe759c39c0b78" +content-hash = "272f097f775eca90e3e6d69684ff1d82e8fb113c9ddad927163c81165711d16e" diff --git a/pyproject.toml b/pyproject.toml index 36e182c5f..57f975aa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ click-repl = "==0.3.0" colorama = "==0.4.4" defusedxml = "==0.7.1" deprecated = "==1.2.14" -dnspython = "==2.2.1" +dnspython = "==2.4.2" docopt = "==0.6.2" docutils = "==0.16" eventlet = "==0.33.3"