From fc56d00fe892beb81ae4b594b8a985afb66112ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:45:40 +0000 Subject: [PATCH] Bump python-jose from 3.3.0 to 3.4.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3d9ae32..462ff60 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ python-multipart==0.0.6 pandas==2.2.0 numpy==1.26.3 scikit-learn==1.4.0 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 python-dotenv==1.0.0 httpx==0.26.0