From 2b5bb6c393668845e776648b0d638aed1af183dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:34:25 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f39679fd..76357f4e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -62,12 +62,15 @@ flake8==7.3.0 # via -r requirements-dev.in id==1.5.0 # via twine -idna==3.7 +idna==3.15 # via requests importlib-metadata==8.7.0 # via # -c requirements.txt + # build + # isort # keyring + # twine isort==6.1.0 # via -r requirements-dev.in jaraco-classes==3.4.0