From daf58ba7a51eb90730a0aefa4eb53706b5845e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:35:54 +0000 Subject: [PATCH] Bump dnspython from 2.6.1 to 2.8.0 Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.6.1 to 2.8.0. - [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.6.1...v2.8.0) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fae86d1..c95bf77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -dnspython==2.6.1 +dnspython==2.8.0 pymongo==4.15.2