From 1531e70c3a0fc8734baac05294d15d09f272d0e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:14:27 +0000 Subject: [PATCH] Update dependency idna to v3.15 [SECURITY] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..e707a4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ flask-wtf==1.2.2 ; python_version >= "3.12" and python_version < "4.0" flask==3.1.1 ; python_version >= "3.12" and python_version < "4.0" greenlet==3.2.3 ; python_version >= "3.12" and python_version < "3.14" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0" -idna==3.10 ; python_version >= "3.12" and python_version < "4.0" +idna==3.15 ; python_version >= "3.12" and python_version < "4.0" isort==6.0.1 ; python_version >= "3.12" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0"