diff --git a/pyproject.toml b/pyproject.toml index 33030af..cd67396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.137.2", + "fastapi[all]==0.139.0", "pydantic==2.13.4", "uvicorn==0.49.0", "h5grove[fastapi]==4.0.0", "PyJWT==2.13.0", "requests==2.34.2", - "Pillow==12.2.0" + "Pillow==12.3.0" ] [project.urls] @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.18", + "ruff==0.15.20", "mypy==2.1.0", "plotting-service[test]", "types-requests==2.33.0.20260518", @@ -26,7 +26,7 @@ formatting = [ ] test = [ - "pytest==9.1.0", + "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-random-order==1.2.0", "pytest-asyncio==1.4.0"