aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-14 10:32:57 +0100
committerGravatar GitHub <[email protected]>2023-08-14 10:32:57 +0100
commit8d63a31d7e3b529b86a4bdc76c236156d61a4aca (patch)
tree5881a28acc1b8b117d074ba6273ad238309239c6
parentBump taskipy from 1.11.0 to 1.12.0 (#120) (diff)
Bump dnspython from 2.4.1 to 2.4.2 (#119)
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.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.4.1...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index d6c2e86..304a193 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -421,13 +421,13 @@ files = [
[[package]]
name = "dnspython"
-version = "2.4.1"
+version = "2.4.2"
description = "DNS toolkit"
optional = false
python-versions = ">=3.8,<4.0"
files = [
- {file = "dnspython-2.4.1-py3-none-any.whl", hash = "sha256:5b7488477388b8c0b70a8ce93b227c5603bc7b77f1565afe8e729c36c51447d7"},
- {file = "dnspython-2.4.1.tar.gz", hash = "sha256:c33971c79af5be968bb897e95c2448e11a645ee84d93b265ce0b7aabe5dfdca8"},
+ {file = "dnspython-2.4.2-py3-none-any.whl", hash = "sha256:57c6fbaaeaaf39c891292012060beb141791735dbb4004798328fc2c467402d8"},
+ {file = "dnspython-2.4.2.tar.gz", hash = "sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"},
]
[package.extras]
@@ -1212,4 +1212,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "79da11c47ced79dfee05eea6ed1965ef5dd347e9d2af7dd46d90a4bd88b37ed8"
+content-hash = "f5564ba1c2ea4be10136b7be47204cfa699d2c25d28528d2561c01fad0c8efce"
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"