From 819067321a1d65f2b5ffc2b9f70082034beddc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:42:14 +0000 Subject: [PATCH] Bump idna from 2.6 to 3.15 in /app Bumps [idna](https://github.com/kjd/idna) from 2.6 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/v2.6...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index ff8d7a9..6cb3002 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -13,7 +13,7 @@ google-auth==1.3.0 google-auth-httplib2==0.0.3 google-auth-oauthlib==0.2.0 httplib2==0.10.3 -idna==2.6 +idna==3.15 isort==4.3.4 itypes==1.1.0 Jinja2==2.10