From 159ff1ca5f62f3e51ada9714da8e66de9489241e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:30:47 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.7 in /django/gameschat/gameschat-without-talkjs 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] --- django/gameschat/gameschat-without-talkjs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/gameschat/gameschat-without-talkjs/requirements.txt b/django/gameschat/gameschat-without-talkjs/requirements.txt index 02d3b236..168e5dca 100644 --- a/django/gameschat/gameschat-without-talkjs/requirements.txt +++ b/django/gameschat/gameschat-without-talkjs/requirements.txt @@ -9,7 +9,7 @@ Django==2.2.28 django-crispy-forms==1.7.2 django-heroku==0.3.1 gunicorn==19.9.0 -idna==2.8 +idna==3.7 isort==4.3.21 lazy-object-proxy==1.4.2 mccabe==0.6.1