From 02ea39241acd48a64e5c7b7c79d2ce46390eaab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:42:34 +0000 Subject: [PATCH] chore(deps): bump idna from 3.6 to 3.7 in /backend Bumps [idna](https://github.com/kjd/idna) from 3.6 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.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... 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 9fe417f66312..905a48ed6057 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -68,7 +68,7 @@ httpx==0.25.2; python_version >= '3.8' huggingface-hub==0.20.3; python_full_version >= '3.8.0' humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' humanize==4.9.0; python_version >= '3.8' -idna==3.6; python_version >= '3.5' +idna==3.7; python_version >= '3.5' importlib-metadata==6.11.0; python_version >= '3.8' iniconfig==2.0.0; python_version >= '3.7' iopath==0.1.10; python_version >= '3.6'