From 57cfc272243fc56f3c78aef87a5415ed08a742ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:34:16 +0000 Subject: [PATCH] Python dependency: Bump dnspython from 2.3.0 to 2.6.1 in /web/regression Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.3.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.3.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/regression/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/regression/requirements.txt b/web/regression/requirements.txt index 89b4ef028f1..ec9b38e3c55 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -27,4 +27,4 @@ testtools==2.7.1 traceback2==1.4.0 selenium==4.19.0 # Pinned for https://github.com/eventlet/eventlet/issues/805 -dnspython==2.3.0 +dnspython==2.6.1