From 40af01005c1b2488bb27e2d09028609202bde7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:35:33 +0000 Subject: [PATCH] deps(python)(deps): update python-jose requirement 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d65394c..77779ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "uvicorn[standard]>=0.29.0", "httpx>=0.27.0", "pydantic>=2.0.0", - "python-jose[cryptography]>=3.3.0", # OIDC JWT validation + "python-jose[cryptography]>=3.5.0", # OIDC JWT validation "PyJWT>=2.8.0", # GitHub App JWT signing "pyyaml>=6.0", "prometheus-client>=0.20.0"