From f07b272388573b54dfd21d3022b94ffb68ca9103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:35:28 +0000 Subject: [PATCH] deps(python)(deps): update pyjwt requirement from >=2.8.0 to >=2.12.1 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.8.0...2.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 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..97b8c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "httpx>=0.27.0", "pydantic>=2.0.0", "python-jose[cryptography]>=3.3.0", # OIDC JWT validation - "PyJWT>=2.8.0", # GitHub App JWT signing + "PyJWT>=2.12.1", # GitHub App JWT signing "pyyaml>=6.0", "prometheus-client>=0.20.0" ]