From 96764692aec2205280343326ee4c37b422cd2933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:09:15 +0000 Subject: [PATCH] chore(deps): update dependency ansible/dnspython to v2.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca893221..eaed2577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version = "0.0.1" ansible = [ "ansible==8.2.0", "ansible-lint==6.17.2", - "dnspython==2.4.0", + "dnspython==2.4.1", "netaddr==0.8.0", "cryptography==41.0.2", "passlib==1.7.4",