From 5382929ac4e4991273935aa2e5bf5547d035d182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 03:13:06 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /projects/movie-rater 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] --- projects/movie-rater/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/movie-rater/requirements.txt b/projects/movie-rater/requirements.txt index cb2cb5b5..996a4b57 100644 --- a/projects/movie-rater/requirements.txt +++ b/projects/movie-rater/requirements.txt @@ -5,7 +5,7 @@ certifi==2023.7.22 charset-normalizer==3.3.0 fastapi==0.109.1 greenlet==2.0.2 -idna==3.4 +idna==3.7 pydantic==2.4.2 pydantic_core==2.10.1 python-dotenv==1.0.0