From 89de4b82f02934a1fbf6b1a5c6c21e28e825a427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:46:31 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.12.1 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 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.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d53c596..9eb5c3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ propcache==0.5.2 pycryptodome==3.23.0 pydantic==2.13.4 pydantic_core==2.47.0 -PyJWT==2.12.1 +PyJWT==2.13.0 pymongo==4.17.0 python-dateutil==2.9.0.post0 python-dotenv==1.2.2