From 1114e8bac29f15dbfc9010abe8e479a7725b9a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:31:15 +0000 Subject: [PATCH] Bump dnspython from 2.2.1 to 2.6.1 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 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.2.1...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d73b67a..30c5b31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ ddtrace==1.1.4 # via -r requirements.in dill==0.3.5.1 # via pylint -dnspython==2.2.1 +dnspython==2.6.1 # via srvlookup flask==1.1.4 # via @@ -159,6 +159,10 @@ tomli==2.0.1 # via # pep517 # pylint +typing-extensions==4.12.2 + # via + # astroid + # pylint urllib3==1.26.9 # via # requests