From e5b16187adb96da5832aa1ec3253a82ae4c88d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:50:50 +0000 Subject: [PATCH] build(deps): bump idna from 3.8 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.8 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.8...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 4e5e1f7..ce4d96d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests -idna==3.8 +idna==3.15 # via requests iniconfig==2.0.0 # via pytest