From 13ac6a73e591f9f0b775586644d01fd37097717b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 16:32:59 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.9.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.9.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 ab044f6..d1d0e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "psycopg[binary]>=3.2.0", "pydantic>=2.8.0", "pydantic-settings>=2.3.4", - "PyJWT>=2.9.0", + "PyJWT>=2.12.1", "python-json-logger>=2.0.7", "opentelemetry-api>=1.27.0", "opentelemetry-sdk>=1.27.0",