From 19e6a46f19f54fd8cf4fd73e1e4155279b761f38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:57:25 +0000 Subject: [PATCH] Update dependency dnspython to v2.6.1 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7bd7cc9..baa466c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.5.2 attrs==22.1.0 certifi==2022.9.24 click==8.1.3 -dnspython==2.2.1 +dnspython==2.6.1 fastapi==0.85.1 fuzzywuzzy==0.18.0 h11==0.14.0