From c8d60d397827b213355894622d16ad85c6638035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 08:54:40 +0000 Subject: [PATCH] Update dnspython requirement from <3.0.0,>=2.7.0 to >=2.8.0,<3.0.0 Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version. - [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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 018cdc7aa7..2611765b29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -dnspython>=2.7.0,<3.0.0 +dnspython>=2.8.0,<3.0.0