From b94fb5b9da9810c0bb3e8754b51dd63d68e07522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:33:00 +0000 Subject: [PATCH] Bump dnspython from 2.4.2 to 2.6.1 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d477aa5..bb4bc83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ datamodel-code-generator==0.25.9 # via -r requirements.in colorama==0.4.6 # via click -dnspython==2.4.2 +dnspython==2.6.1 # via email-validator email-validator==2.2.0 # via pydantic