From 73fa3afa4f65165694629ada9437aabe05be2708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:24:49 +0000 Subject: [PATCH] Python dependency: Bump dnspython from 2.3.0 to 2.4.2 in /web/regression Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.3.0 to 2.4.2. - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.3.0...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor ... 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 7c2f0a35f35..387f681db5c 100644 --- a/web/regression/requirements.txt +++ b/web/regression/requirements.txt @@ -27,4 +27,4 @@ testtools==2.6.0 traceback2==1.4.0 selenium==4.10.0 # Pinned for https://github.com/eventlet/eventlet/issues/805 -dnspython==2.3.0 +dnspython==2.4.2