From e065db0912aef77220ea5375e2420b5eaadf49b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:24:45 +0000 Subject: [PATCH] Bump pyjwt from 2.12.0 to 2.13.0 in /tools/events/meetup-automation Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 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..586436130 100644 --- a/tools/events/meetup-automation/requirements.txt +++ b/tools/events/meetup-automation/requirements.txt @@ -4,6 +4,6 @@ charset-normalizer==3.4.0 cryptography==46.0.7 idna==3.10 pycparser==2.22 -PyJWT==2.12.0 +PyJWT==2.13.0 requests==2.33.0 urllib3==2.6.3