From 9572eaa4b387d1803dbfe27739768b7af61fdefa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 21:48:35 +0000 Subject: [PATCH] Build(deps): 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d4ace7b..926e986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ cryptography==3.3.2; python_version == '2.7' cryptography==39.0.1; python_version > '2.7' and python_version < '3.6' cryptography==40.0.2; python_version >= '3.6' and python_version < '3.7' cryptography==42.0.3; python_version >= '3.7' -dnspython==1.16.0 +dnspython==2.6.1 enum34==1.1.10 future==0.18.3 ipaddress==1.0.23