From f9e722d88980c52ff3260c43e3fd09f441263022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:06:19 +0000 Subject: [PATCH] chore(deps): bump python-jose from 3.3.0 to 3.5.0 in /backend Bumps [python-jose](https://github.com/mpdavis/python-jose) from 3.3.0 to 3.5.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.5.0) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1c7bc16e..d57c4509 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ alembic==1.18.3 psycopg2-binary==2.9.9 # Authentication -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 bcrypt==4.3.0 # Pinned: 5.0.0 breaks passlib 1.7.4 compatibility (see PR #52) authlib==1.6.6