From 8be7de114828ed937eb0aa19cc64c5f376dbc0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:37:51 +0000 Subject: [PATCH] Bump pyjwt from 2.11.0 to 2.13.0 in /ci/docker/integration/runner Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.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.11.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/docker/integration/runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/integration/runner/requirements.txt b/ci/docker/integration/runner/requirements.txt index 49a1bbb15773..61a5acccc353 100644 --- a/ci/docker/integration/runner/requirements.txt +++ b/ci/docker/integration/runner/requirements.txt @@ -3,7 +3,7 @@ legacy-cgi==2.6.4 Jinja2==3.1.6 MarkupSafe==3.0.3 PyHDFS==0.4.0 -PyJWT==2.11.0 +PyJWT==2.13.0 PyMySQL==1.1.2 PyNaCl==1.6.2 annotated-types==0.7.0