From f034848858eb2cc0f390423df2a9f8db56c87a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:26:11 +0000 Subject: [PATCH] chore(deps): bump idna from 3.13 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.13 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.13...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 91e6947..24a04fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "filelock==3.29.0", "h11==0.16.0", "id==1.6.1", - "idna==3.13", + "idna==3.15", "importlib-metadata==9.0.0", "invoke==3.0.3", "itsdangerous==2.2.0", diff --git a/requirements.txt b/requirements.txt index 2ee639e..d5414ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ Flask==3.1.3 Flask-SocketIO==5.6.1 h11==0.16.0 id==1.6.1 -idna==3.13 +idna==3.15 importlib_metadata==9.0.0 invoke==3.0.3 itsdangerous==2.2.0