From 1bdb60efa6897955351851b440910b95e2dafaba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:28:47 +0000 Subject: [PATCH] build(deps): update python-jose[cryptography] requirement in /backend Updates the requirements on [python-jose[cryptography]](https://github.com/mpdavis/python-jose) to permit the latest version. - [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[cryptography] dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/api/pyproject.toml | 2 +- backend/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/api/pyproject.toml b/backend/api/pyproject.toml index 6be5678..5371669 100644 --- a/backend/api/pyproject.toml +++ b/backend/api/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "service", "fastapi>=0.128.0", "uvicorn[standard]>=0.34.0", - "python-jose[cryptography]>=3.3.0", + "python-jose[cryptography]>=3.5.0", "bcrypt>=5.0.0", "python-multipart>=0.0.20", "colorlog>=6.10.1", diff --git a/backend/uv.lock b/backend/uv.lock index 02a6162..b9e9c10 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -128,7 +128,7 @@ requires-dist = [ { name = "colorlog", specifier = ">=6.10.1" }, { name = "fastapi", specifier = ">=0.128.0" }, { name = "models", editable = "models" }, - { name = "python-jose", extras = ["cryptography"], specifier = ">=3.3.0" }, + { name = "python-jose", extras = ["cryptography"], specifier = ">=3.5.0" }, { name = "python-multipart", specifier = ">=0.0.20" }, { name = "pyyaml", specifier = ">=6.0" }, { name = "service", editable = "service" },