From 738e0fef5a0bd70f1e1fbd4ad572b6a5deb49468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:10:32 +0000 Subject: [PATCH] Bump dnspython from 2.4.2 to 2.6.1 in /requirements Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.2 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.4.2...v2.6.1) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 66044e7..ec5b9af 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ loguru == 0.7.2 passlib == 1.7.4 toml > 0.10.1 -dnspython == 2.4.2 +dnspython == 2.6.1 # reference a version tag on github since there's no pypi release git+https://github.com/netdevops/hier_config.git@v2.2.3 deprecated == 1.2.14