From 043a43d392a173fd72a83a0c7362588aafb00982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:04:00 +0000 Subject: [PATCH] Bump dnspython from 2.4.2 to 2.6.1 in /web_app 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] --- web_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/requirements.txt b/web_app/requirements.txt index 1780e15b..39f6912b 100644 --- a/web_app/requirements.txt +++ b/web_app/requirements.txt @@ -8,7 +8,7 @@ charset-normalizer==3.3.2 click==8.1.7 cryptography==41.0.5 distro==1.8.0 -dnspython==2.4.2;python_version>="3.8" +dnspython==2.6.1;python_version>="3.8" dnspython==2.3.0;python_version<"3.8" eventlet==0.33.3 Flask==3.0.0;python_version>="3.8"