From bbf2c9416e1d3067d7b5634947a52096fa332d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:23:16 +0000 Subject: [PATCH] chore(deps): bump idna from 3.10 to 3.15 in /platform Bumps [idna](https://github.com/kjd/idna) from 3.10 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.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- platform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/requirements.txt b/platform/requirements.txt index 34a511cee9..172f347c73 100644 --- a/platform/requirements.txt +++ b/platform/requirements.txt @@ -81,7 +81,7 @@ greenlet==3.2.4 # sqlalchemy gunicorn==23.0.0 # via -r requirements.in -idna==3.10 +idna==3.15 # via requests importlib-resources==6.5.2 # via flask-restx