From 6f19b06e3fdc34f7d29d55091da9b3f9955e4360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:24:43 +0000 Subject: [PATCH] Bump idna from 3.10 to 3.15 in /tools/events/meetup-automation Bumps [idna](https://github.com/kjd/idna) from 3.10 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/v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/events/meetup-automation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/events/meetup-automation/requirements.txt b/tools/events/meetup-automation/requirements.txt index 2212fc8fb..c4865a669 100644 --- a/tools/events/meetup-automation/requirements.txt +++ b/tools/events/meetup-automation/requirements.txt @@ -2,7 +2,7 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.4.0 cryptography==46.0.7 -idna==3.10 +idna==3.15 pycparser==2.22 PyJWT==2.12.0 requests==2.33.0