From 688bc0c50cef3df33d54fd633b73f48d52bc5df7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:44:38 +0000 Subject: [PATCH] chore(deps): update dependency idna to v3.15 [security] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 92290dfa..8dd644c8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ charset-normalizer==3.4.4; python_full_version >= '3.7.0' click==8.3.1; python_version >= '3.7' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 -idna==3.11; python_version >= '3.5' +idna==3.15; python_version >= '3.5' jinja2==3.1.6; python_version >= '3.7' markdown==3.10; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7' diff --git a/requirements.txt b/requirements.txt index 84ab486e..74a73fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.4.4; python_full_version >= '3.7.0' click==8.3.1; python_version >= '3.7' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' ghp-import==2.1.0 -idna==3.11; python_version >= '3.5' +idna==3.15; python_version >= '3.5' jinja2==3.1.6; python_version >= '3.7' markdown==3.10; python_version >= '3.8' markupsafe==2.1.5; python_version >= '3.7'