From 239c1a77b25c2e4be23901d3a3309ca683d0e51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:00:54 +0000 Subject: [PATCH] Bump dnspython from 2.2.0 to 2.6.1 in /test/test-app Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.0 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.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/test-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-app/requirements.txt b/test/test-app/requirements.txt index cbd93a746..8d60e41a3 100644 --- a/test/test-app/requirements.txt +++ b/test/test-app/requirements.txt @@ -1,2 +1,2 @@ PyMongo==4.0.1 -dnspython==2.2.0 +dnspython==2.6.1