From 8f6accb7c830e9c3eb9c7e1da2d5d685dfd163b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:12:18 +0000 Subject: [PATCH] Bump pyjwt from 2.12.0 to 2.13.0 in /services/summaries 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] --- services/summaries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/summaries/requirements.txt b/services/summaries/requirements.txt index 904db078d7..8289991671 100644 --- a/services/summaries/requirements.txt +++ b/services/summaries/requirements.txt @@ -9,7 +9,7 @@ iniconfig==2.0.0 packaging==24.2 pluggy==1.5.0 pretend==1.0.9 -PyJWT[crypto]==2.12.0 +PyJWT[crypto]==2.13.0 pytest==9.0.3 python-arango==8.1.7 python-dotenv==1.2.2