From fb5844061d9d809d1bf1cd7780b766d3e9aac709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:33:34 +0000 Subject: [PATCH] chore(deps-dev): update dnspython requirement 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.3.0...v2.8.0) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5ef9cd44..dc9b88ea 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ coverage>=7.2.7,<7.11 cryptography>=42,<44; python_version <= '3.7' cryptography>=44,<47; python_version >= '3.8' -dnspython>=2.3,<3 +dnspython>=2.8.0,<3 pytest>=7.4.4,<9 pytest-asyncio>=0.21.1,<=1.2.0 pytest-mock>=3,<4