diff --git a/pyproject.toml b/pyproject.toml index bc3ce725..de132c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">= 3.11" dependencies = [ "fastapi[all]==0.128.0", "PyGithub==2.8.1", - "PyJWT==2.10.1", + "PyJWT==2.11.0", "psycopg2==2.9.11", "SQLAlchemy==2.0.46", "pydantic==2.12.5",