From 6013682a33b80e95eea80b77fb5a98c1128a2387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:10:12 +0000 Subject: [PATCH] dependency: (deps): bump dnspython from 2.7.0 to 2.8.0 in /backend Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.7.0 to 2.8.0. - [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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c3c58ab0..96f77ab4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ django-cors-headers==4.9.0 django-rest-framework==0.1.0 djangorestframework==3.16.1 djangorestframework-simplejwt==5.5.1 -dnspython==2.7.0 +dnspython==2.8.0 python-docx==1.2.0 drf-yasg==1.21.11 exceptiongroup==1.3.0