From cadaff5e5503c973d2017c7a3d53860f08e5af85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:57:20 +0000 Subject: [PATCH] chore(deps): Bump pyjwt from 2.12.0 to 2.13.0 in /requirements 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] --- requirements/integration-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/integration-tests.txt b/requirements/integration-tests.txt index 0a18d0bb2..7734a4b20 100644 --- a/requirements/integration-tests.txt +++ b/requirements/integration-tests.txt @@ -1,5 +1,5 @@ pytest==8.4.2 pytest-timeout==2.4.0 httpx==0.28.1 -PyJWT==2.12.0 +PyJWT==2.13.0 psycopg2-binary==2.9.10