From 093b9b63464afc8dcdf3a85a8e45f60e75730e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:11:21 +0000 Subject: [PATCH] build(deps): Bump idna from 3.4 to 3.7 in /api 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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index dc91233a..f7f1c79d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -13,7 +13,7 @@ h11==0.14.0 httpcore==0.16.3 httptools==0.5.0 httpx==0.23.3 -idna==3.4 +idna==3.7 iniconfig==2.0.0 jdot==0.5 loguru==0.6.0