diff --git a/pyproject.toml b/pyproject.toml index f364394..947c26b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ requires-python = ">= 3.11" dependencies = [ "cryptography==48.0.0", "gql[all]==4.0.0", - "fastapi[all]==0.136.1", + "fastapi[all]==0.136.3", "psycopg2==2.9.12", - "PyJWT==2.12.1", - "SQLAlchemy==2.0.49", - "uvicorn==0.47.0", + "PyJWT==2.13.0", + "SQLAlchemy==2.0.50", + "uvicorn==0.48.0", "requests==2.34.2" ] @@ -20,9 +20,9 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.13", + "ruff==0.15.14", "mypy==2.1.0", - "types-requests==2.33.0.20260513", + "types-requests==2.33.0.20260518", "fia-auth[test]", ]