diff --git a/pyproject.toml b/pyproject.toml index 87246b0..bdd2cb0 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", + "fastapi[all]==0.136.1", + "pydantic==2.13.4", + "uvicorn==0.47.0", + "h5grove[fastapi]==4.0.0", "PyJWT==2.12.1", - "requests==2.33.1", + "requests==2.34.2", "Pillow==12.2.0" ] @@ -18,10 +18,10 @@ dependencies = [ [project.optional-dependencies] formatting = [ - "ruff==0.15.10", - "mypy==1.20.0", + "ruff==0.15.13", + "mypy==2.1.0", "plotting-service[test]", - "types-requests==2.33.0.20260408", + "types-requests==2.33.0.20260513", "types-urllib3==1.26.25.14", ]