From 31eff455faa39f66c0d2372b3bf26c9a00859a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:08:11 +0000 Subject: [PATCH] Update python-jose requirement from >=3.3.0 to >=3.5.0 in /apps/api 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] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 42dfff3..1285267 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pydantic>=2.10.0", "pydantic-settings>=2.6.0", # Authentication - "python-jose[cryptography]>=3.3.0", + "python-jose[cryptography]>=3.5.0", "bcrypt>=4.0.0", # Rate limiting "slowapi>=0.1.9",