From 12d32191a633826d817c1c15086071288e2fcb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:45:08 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.13.0 in /data-tool Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.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.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data-tool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 data-tool/requirements.txt diff --git a/data-tool/requirements.txt b/data-tool/requirements.txt old mode 100755 new mode 100644 index cb3b148610..c36bac498d --- a/data-tool/requirements.txt +++ b/data-tool/requirements.txt @@ -42,7 +42,7 @@ pyRFC3339==1.1 pyasn1==0.4.8 pycountry==20.7.3 pydantic>=2.7,<3.0.0 -pyjwt==2.8.0 +pyjwt==2.13.0 pyrsistent==0.17.3 python-dateutil>=2.8.2 python-dotenv>=0.21.0