From ac9df053c41ebb616b01fc09adc467ffb128881f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:45:27 +0000 Subject: [PATCH] chore(deps): Bump pyjwt from 2.10.1 to 2.12.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.1. - [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.10.1...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 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 3ab79c8..4e1d8fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ alembic==1.14.1 pillow==11.1.0 redis==5.2.1 fastapi-cache2==0.2.2 -PyJWT==2.10.1 \ No newline at end of file +PyJWT==2.12.1 \ No newline at end of file