From 33001d2c67e132b6d639387b16be3d8a8e858e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:31:12 +0000 Subject: [PATCH] Bump idna from 3.6 to 3.7 in /fastapi-server 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] --- fastapi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi-server/requirements.txt b/fastapi-server/requirements.txt index 5ecf6ee..12ceb21 100644 --- a/fastapi-server/requirements.txt +++ b/fastapi-server/requirements.txt @@ -6,7 +6,7 @@ exceptiongroup==1.2.0 fastapi==0.110.0 h11==0.14.0 httptools==0.6.1 -idna==3.6 +idna==3.7 numpy==1.26.4 pydantic==2.6.4 pydantic_core==2.16.3