From c0353bfd547c1307a1749fce4a7c8752a0685657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:24:26 +0000 Subject: [PATCH] build(deps): Update idna requirement from >=3.18 to >=3.19 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.18...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' 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 6a3bd64..0a9b83c 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.18 +idna>=3.19 itsdangerous jinja2>=3.1.6 lxml>=6.1.1