From ccfac49b3884fd31adf82bf05db8ca42f3f92207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:49:12 +0000 Subject: [PATCH] Bump dnspython from 1.16.0 to 2.6.1 Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.16.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/v1.16.0...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_client.txt b/requirements_client.txt index 4cc5427..f868ce4 100644 --- a/requirements_client.txt +++ b/requirements_client.txt @@ -1,4 +1,4 @@ -dnspython==1.16.0 +dnspython==2.6.1 netifaces==0.10.9 pyaes==1.6.1 pyfiglet==0.8.post1