From ff82cc5fd2993aa85e3ca26d58da0bead9c11a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:52:18 +0000 Subject: [PATCH] fix(deps): update dependency pyjwt to v2.12.0 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a2d9e2c..96985cf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "httpx~=0.28.1", "pydantic>=2.10.4", "pyjwt>=2.10.0 ; python_full_version >= '3.9'", - "pyjwt>=2.9.0,<2.10 ; python_full_version == '3.8.*'", + "pyjwt>=2.12,<2.13; python_full_version == '3.8.*'", ] [project.urls]