From db59e53b60c6a580a638eaa151a364b5983219a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:17:23 +0000 Subject: [PATCH] build(deps): bump idna from 3.10 to 3.15 in /src/kubedash 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: direct:production ... Signed-off-by: dependabot[bot] --- src/kubedash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kubedash/requirements.txt b/src/kubedash/requirements.txt index dc01b8dd..3b1d4f07 100644 --- a/src/kubedash/requirements.txt +++ b/src/kubedash/requirements.txt @@ -48,7 +48,7 @@ gunicorn-color==0.1.0 ; python_version >= "3.11" and python_version < "3.13" gunicorn==23.0.0 ; python_version >= "3.11" and python_version < "3.13" h11==0.16.0 ; python_version >= "3.11" and python_version < "3.13" html5lib==1.1 ; python_version >= "3.11" and python_version < "3.13" -idna==3.10 ; python_version >= "3.11" and python_version < "3.13" +idna==3.15 ; python_version >= "3.11" and python_version < "3.13" importlib-metadata==8.4.0 ; python_version >= "3.11" and python_version < "3.13" ipython==8.27.0 ; python_version >= "3.11" and python_version < "3.13" itsdangerous==2.2.0 ; python_version >= "3.11" and python_version < "3.13"