From b2a5ffdfc8755f084d0ae2fd44d90070c7414c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:03:29 +0000 Subject: [PATCH] Update dnspython requirement from <3.0.0,>=2.0.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.0.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 843cec08..61e0ac25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ beautifulsoup4>=4.15.0 bokeh>=3.0.0 cryptography>=48.0.0 deprecated>=1.2.4 -dnspython>=2.0.0, <3.0.0 +dnspython>=2.8.0, <3.0.0 folium>=0.9.0 geoip2>=2.9.0 h11>=0.16.0 # (sec vuln) transitive dependency via httpx