From c76e48c7388411ae86707ac892e05b46982484ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 May 2026 20:39:38 +0000 Subject: [PATCH] fix(deps): update dependency idna to v3.14 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 927020f..2199bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.13", + "idna==3.14", "pycparser==3.0", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 46688c9..5ac5bfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ exceptiongroup==1.3.1 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.13 +idna==3.14 pycparser==3.0 typing_extensions==4.15.0