From 85af9c41202264bf08e35a8f3836af12acbd8ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:38:25 +0000 Subject: [PATCH] Bump idna from 3.11 to 3.15 in /server/auth Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/auth/requirements.txt b/server/auth/requirements.txt index 84f4ca2f..ee0a818d 100644 --- a/server/auth/requirements.txt +++ b/server/auth/requirements.txt @@ -65,7 +65,7 @@ httpx==0.28.1 # via # fastapi # fastapi-cloud-cli -idna==3.11 +idna==3.15 # via # anyio # email-validator