From cfa4b3696d4a45da6eeb6b34d0debe1c23f64a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:01:37 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.6.0 to 2.13.0 in /scripts/docs-collator Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.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.6.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/docs-collator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs-collator/requirements.txt b/scripts/docs-collator/requirements.txt index 775d693db..83e4eb803 100644 --- a/scripts/docs-collator/requirements.txt +++ b/scripts/docs-collator/requirements.txt @@ -8,7 +8,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.2 pycparser==2.21 PyGithub==2.5.0 -PyJWT==2.6.0 +PyJWT==2.13.0 PyNaCl==1.5.0 requests==2.28.2 urllib3==1.26.14