From af97520db446de8f2f22db4554edfc8427c269bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:20:41 +0000 Subject: [PATCH] Bump python-jose[cryptography] from 3.4.0 to 3.5.0 in /api Bumps [python-jose[cryptography]](https://github.com/mpdavis/python-jose) from 3.4.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.4.0...3.5.0) --- updated-dependencies: - dependency-name: python-jose[cryptography] dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 27b555e..1172811 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -6,7 +6,7 @@ sqlalchemy==2.0.23 asyncpg==0.29.0 alembic==1.13.0 redis==5.0.1 -python-jose[cryptography]==3.4.0 +python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.6 httpx==0.25.2