From 2324f86fa2ef4de938b988478b2818a3e8c14297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:44:52 +0000 Subject: [PATCH] build(deps): Update idna requirement from >=3.14 to >=3.15 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [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.14...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60bc1c7..6c7c4b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ google-cloud-datastore google-cloud-pubsub gunicorn>=26.0.0 httpx>=0.28.1 -idna>=3.14 +idna>=3.15 ipaddress itsdangerous jinja2>=3.1.6