From f586298a349471ffc855e1d544287b4715a5abb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:17:46 +0000 Subject: [PATCH] chore(deps): Bump idna from 3.7 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1728e7f..617f657 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,10 +50,14 @@ flake8-formatter-junit-xml==0.0.6 # via -r requirements-dev.in id==1.5.0 # via twine -idna==3.7 +idna==3.15 # via requests importlib-metadata==8.6.1 - # via keyring + # via + # build + # isort + # keyring + # twine isort==6.1.0 # via -r requirements-dev.in jaraco-classes==3.4.0