From 568d42441e4a823f52e86d7db1bc8b7968096cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:15:04 +0000 Subject: [PATCH] chore(deps): bump idna from 3.4 to 3.7 Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-version: '3.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16c620b..c0723cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ coverage==7.3.1 Django==4.2.25 djangorestframework==3.14.0 exceptiongroup==1.1.3 -idna==3.4 +idna==3.7 iniconfig==2.0.0 kombu==5.3.2 packaging==23.1