From c54c6dfb1d9b849d24b9f4744caed3d9760aa6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:22:18 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f17a1761d..66e2e5adc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ psycopg[binary]==3.2.13 # PostgreSQL adapter for *synchronous* opera pydantic-extra-types==2.10.5 pydantic-settings==2.3.4 pydantic==2.12.5 -pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` +pyjwt[crypto]==2.12.0 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.7 # PDF processing, imported as `fitz` pypdf==6.4.0 python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters