From 201eb22c52c8010c0945852d2f9d08bf92f43381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:38:51 +0000 Subject: [PATCH] build(deps): Update idna requirement from >=3.13 to >=3.14 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.rst) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.14) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' 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 0d71005..80f55b6 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.13 +idna>=3.14 ipaddress itsdangerous jinja2>=3.1.6