diff --git a/pyproject.toml b/pyproject.toml index 4eb23c1d..8bdc1aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">= 3.11" dependencies = [ "fastapi[all]==0.131.0", "PyGithub==2.8.1", - "PyJWT==2.11.0", + "PyJWT==2.12.0", "psycopg2==2.9.11", "SQLAlchemy==2.0.46", "pydantic==2.12.5",