From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:57:31 +0000 (+0000) Subject: build(deps): bump dnspython in /regression-tests.auth-py X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53fa28d4ba743c8c480687fc4ea5ed221c67726d;p=thirdparty%2Fpdns.git 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] --- 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