From e81bb4805ab04babcaa3363cddd687ad73d78b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:46:47 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.12.0 in /docker 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] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 3729582..1c0bdac 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,7 +3,7 @@ Flask==3.1.3 Flask-Babel==4.0.0 Flask-Mail==0.10.0 Flask-SQLAlchemy-Lite==0.2.1 -PyJWT==2.10.1 +PyJWT==2.12.0 pytz==2025.2 pyotp==2.9.0 uWSGI==2.0.31