From a3a8a49674590c911456d0af714dd1ecc6a6b324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:13:43 +0000 Subject: [PATCH] build(deps): bump dnspython from 2.4.2 to 2.6.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b28ce78..554f6d2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -43,7 +43,7 @@ decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.14 dill==0.3.7 -dnspython==2.4.2 +dnspython==2.6.1 EasyProcess==1.1 ecdsa==0.18.0 email-validator==2.0.0.post2