diff --git a/pyproject.toml b/pyproject.toml index 87246b0..33030af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ readme = "README.md" version = "0.0.1" requires-python = ">= 3.11" dependencies = [ - "fastapi[all]==0.135.3", - "pydantic==2.12.5", - "uvicorn==0.44.0", - "h5grove[fastapi]==3.0.0", - "PyJWT==2.12.1", - "requests==2.33.1", + "fastapi[all]==0.137.2", + "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" ] @@ -18,18 +18,18 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.10", - "mypy==1.20.0", + "ruff==0.15.18", + "mypy==2.1.0", "plotting-service[test]", - "types-requests==2.33.0.20260408", + "types-requests==2.33.0.20260518", "types-urllib3==1.26.25.14", ] test = [ - "pytest==9.0.3", + "pytest==9.1.0", "pytest-cov==7.1.0", "pytest-random-order==1.2.0", - "pytest-asyncio==1.3.0" + "pytest-asyncio==1.4.0" ]