From 8122e717e86ced4deecacee7ed86f290ba1d9846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 00:24:29 +0000 Subject: [PATCH] Update dnspython requirement from ~=2.4.1 to ~=2.4.2 in /Python Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: dnspython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/requirements.txt b/Python/requirements.txt index 9bfd92d..cac6b2d 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -1 +1 @@ -dnspython ~= 2.4.1 \ No newline at end of file +dnspython ~= 2.4.2 \ No newline at end of file