From 3eeb4c7f1174f1778d4c91cb68a236aa003db435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:43:48 +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 26a2c28..fb4e7da 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ sqlalchemy[asyncio]==2.0.27 asyncpg==0.29.0 aiosqlite==0.20.0 alembic==1.13.1 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 bcrypt>=4.0.1,<4.1 python-multipart==0.0.9