From 53fa28d4ba743c8c480687fc4ea5ed221c67726d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:57:31 +0000 Subject: [PATCH] build(deps): bump dnspython in /regression-tests.auth-py Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.1.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.1.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- regression-tests.auth-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.auth-py/requirements.txt b/regression-tests.auth-py/requirements.txt index f1236ed89f..9ab203d10b 100644 --- a/regression-tests.auth-py/requirements.txt +++ b/regression-tests.auth-py/requirements.txt @@ -1,4 +1,4 @@ -dnspython==2.1.0 +dnspython==2.6.1 pytest Twisted>0.15.0 requests>=2.18.4 -- 2.47.2