From c712cd67112f712a4daeeae1f74a5c4a6e1e7b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:24:35 +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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5674789..e3eb06d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ alembic>=1.13.1 pydantic>=2.6.4 pydantic-settings>=2.2.1 cryptography>=42.0.5 -python-jose[cryptography]>=3.3.0 +python-jose[cryptography]>=3.5.0 google-api-python-client>=2.122.0 google-auth-oauthlib>=1.2.0 google-auth-httplib2>=0.2.0