From 4744c5a831d480dc04ea8fb606f7ec243d2d0bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:37:34 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.7 in /server Bumps [idna](https://github.com/kjd/idna) from 2.8 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/v2.8...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1a69a09b..ace264f0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -11,7 +11,7 @@ Django==2.2.4 django-cors-headers==3.1.0 django-rest-swagger==2.2.0 djangorestframework==3.10.2 -idna==2.8 +idna==3.7 itypes==1.1.0 Jinja2==2.10.1 MarkupSafe==1.1.1