From 16fbc18712cd6e8000c2c17091e0f82111cc742a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:37:09 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc136a2..550d4ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ fastapi==0.75.0; python_full_version >= "3.6.1" future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" greenlet==1.1.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") h11==0.13.0; python_version >= "3.6" -idna==3.3; python_version >= "3.6" and python_full_version >= "3.6.2" +idna==3.15; python_version >= "3.6" and python_full_version >= "3.6.2" imgix==3.2.1 importlib-metadata==4.11.3; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7" jinja2==3.1.1; python_version >= "3.7"