From 3f3ddfb4a065f312b0486f2f9331d7d09a1a1223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 12:15:23 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /backend/requirements 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-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 3f55563..a0a4c90 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -21,7 +21,7 @@ exceptiongroup==1.0.4 Flask==2.2.5 Flask-Cors==3.0.10 flask-restplus==0.13.0 -idna==3.4 +idna==3.7 inflection==0.5.1 iniconfig==1.1.1 itsdangerous==2.1.2