From 8c3de5bfe40842e8da23585fbbe308eff2c2326f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 May 2026 20:18:10 +0000 Subject: [PATCH] fix(deps): update dependency idna to v3.13 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74c4203..3c815f8 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.11", + "idna==3.13", "pycparser==2.23", "typing_extensions==4.15.0", ] diff --git a/requirements.txt b/requirements.txt index 868c9f0..4ff952c 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.11 +idna==3.13 pycparser==2.23 typing_extensions==4.15.0