From 2c56190b748a3375cd149052ae60a7bde22ea82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 13:12:26 +0000 Subject: [PATCH] chore(deps): bump python-jose from 3.3.0 to 3.4.0 Bumps [python-jose](https://github.com/mpdavis/python-jose) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.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 56836ae..a84a1bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ anthropic==0.34.2 google-genai>=1.0.0 python-multipart==0.0.12 pydantic-settings==2.5.2 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 PyMuPDF==1.24.11 httpx==0.27.2 pytest==8.3.3