From f85d5daa2d51e1ef70c62b401489458fbcb53327 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Apr 2026 13:40:21 +0000 Subject: [PATCH] chore(deps): update dependency idna to v3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a0f761..3e0f697 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "h11==0.16.0", "httpcore==1.0.9", "httpx==0.28.1", - "idna==3.11", + "idna==3.12", "oauthlib==3.3.1", "oead==1.2.9.post4", "pendulum==3.2.0",