From 44d727b5cb2e31cb52e627de34b23a81c5cff6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:27:39 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /backend/docker Bumps [idna](https://github.com/kjd/idna) from 3.3 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.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] --- backend/docker/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/docker/requirements.txt b/backend/docker/requirements.txt index 6f723d25..b4efe2ba 100644 --- a/backend/docker/requirements.txt +++ b/backend/docker/requirements.txt @@ -122,7 +122,7 @@ huggingface-hub==0.20.3 # transformers identify==2.3.6 # via pre-commit -idna==3.3 +idna==3.7 # via requests importlib-metadata==7.0.1 # via build @@ -210,7 +210,6 @@ pyjwt[crypto]==1.7.1 # via # django-allauth # djangorestframework-jwt - # pyjwt pyodbc==4.0.35 # via -r requirements.in pyparsing==2.4.7