aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 12:31:46 +0000
committerGravatar GitHub <[email protected]>2024-03-04 12:31:46 +0000
commitccc4c8ee28f3b44d9977ad69494476002d529b14 (patch)
tree0dea0424106f67671c3fb666089ece5135e781d2
parentBump ansible from 9.2.0 to 9.3.0 (#188) (diff)
Bump dnspython from 2.5.0 to 2.6.1 (#185)
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock18
-rw-r--r--pyproject.toml2
2 files changed, 10 insertions, 10 deletions
diff --git a/poetry.lock b/poetry.lock
index 7420eb0..5ad53b8 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -434,22 +434,22 @@ files = [
[[package]]
name = "dnspython"
-version = "2.5.0"
+version = "2.6.1"
description = "DNS toolkit"
optional = false
python-versions = ">=3.8"
files = [
- {file = "dnspython-2.5.0-py3-none-any.whl", hash = "sha256:6facdf76b73c742ccf2d07add296f178e629da60be23ce4b0a9c927b1e02c3a6"},
- {file = "dnspython-2.5.0.tar.gz", hash = "sha256:a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15"},
+ {file = "dnspython-2.6.1-py3-none-any.whl", hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50"},
+ {file = "dnspython-2.6.1.tar.gz", hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc"},
]
[package.extras]
-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)"]
+dev = ["black (>=23.1.0)", "coverage (>=7.0)", "flake8 (>=7)", "mypy (>=1.8)", "pylint (>=3)", "pytest (>=7.4)", "pytest-cov (>=4.1.0)", "sphinx (>=7.2.0)", "twine (>=4.0.0)", "wheel (>=0.42.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)"]
-trio = ["trio (>=0.14)"]
+doh = ["h2 (>=4.1.0)", "httpcore (>=1.0.0)", "httpx (>=0.26.0)"]
+doq = ["aioquic (>=0.9.25)"]
+idna = ["idna (>=3.6)"]
+trio = ["trio (>=0.23)"]
wmi = ["wmi (>=1.5.1)"]
[[package]]
@@ -1266,4 +1266,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "6d11c3e23b52958e9eb74650923d88d6309d2114b0f9dbe6edf85dee43af4236"
+content-hash = "cc8b9a601d2b33a2e86ed2919e3d8bd75c19d908cfb5dd0e65f508fb3222dafa"
diff --git a/pyproject.toml b/pyproject.toml
index 12e17d6..ae6dc4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ taskipy = "1.12.2"
[tool.poetry.group.ansible.dependencies]
ansible = "9.3.0"
ansible-lint = { extras = ["yamllint"], version = "6.17.2", markers = "platform_system != 'Windows'" }
-dnspython = "2.5.0"
+dnspython = "2.6.1"
[tool.taskipy.tasks]
lint = "pre-commit run --all-files"