From dcff5acef792d4b694079b199d638beb7fa72a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:23:55 +0000 Subject: [PATCH] build(deps): Update idna requirement from >=3.19 to >=3.20 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.19...v3.20) --- updated-dependencies: - dependency-name: idna dependency-version: '3.20' 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 5d06493..e9f0c0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ feedgen>=1.0.0 google-cloud-datastore google-cloud-pubsub httpx>=0.28.1 -idna>=3.19 +idna>=3.20 itsdangerous jinja2>=3.1.6 lxml>=6.1.3