From cd2e056b7742551e16cfce822abcced1d8241a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:48:45 +0000 Subject: [PATCH] build(deps): update python-jose requirement in /backend Updates the requirements on [python-jose](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 dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 249fb7e..0bbb63b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "alembic>=1.14.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", - "python-jose[cryptography]>=3.3.0", + "python-jose[cryptography]>=3.5.0", "bcrypt>=4.0.0,<5.0.0", "cryptography>=44.0.0", "litellm>=1.55.0",