From 28f48fa31dbbc56c7da1e8a0ec70d0c6b47f7c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:15:56 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.10.1 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.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.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e4d07f..d0221f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,6 @@ blinker==1.9.0 # via flask click==8.2.1 # via flask -colorama==0.4.6 - # via click flask==3.1.1 # via -r requirements.in itsdangerous==2.2.0 @@ -23,7 +21,7 @@ markupsafe==3.0.2 # werkzeug pycasbin==2.0.0 # via -r requirements.in -pyjwt==2.10.1 +pyjwt==2.12.0 # via -r requirements.in simpleeval==1.0.3 # via pycasbin