From ddbe44ba6fc8331fab426b092397dac559d771a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:04:38 +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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54139c1cd5d81..ab7bf58ea87af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ crontab>=0.22.6 # pin version to avoid Rust build issues: https://github.com/pyca/cryptography/issues/5771 cryptography<3.4 Cython #extended-lib -dnspython==1.16.0 #basic-lib +dnspython==2.6.1 #basic-lib docopt>=0.6.2 #basic-lib elasticsearch>=7.0.0,<8.0.0 flake8>=3.6.0 #extended-lib