diff --git a/pyproject.toml b/pyproject.toml index 65e38ef..2aeabb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ classifiers = [ ] readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ - "fastapi[all] == 0.111.0", - "uvicorn == 0.30.1", - "pyyaml == 6.0.1", + "fastapi[all] == 0.112.1", + "uvicorn == 0.30.6", + "pyyaml == 6.0.2", "geojson_pydantic == 1.1.0", "pyproj == 3.6.1", - "pydantic-settings == 2.3.4", + "pydantic-settings == 2.4.0", "email-validator == 2.2.0", "geodense == 2.0.0", ] @@ -24,14 +24,14 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "black == 24.4.2", - "coverage == 7.5.4", - "mypy == 1.10.1", - "pytest == 8.2.2", - "ruff == 0.5.1", + "black == 24.8.0", + "coverage == 7.6.1", + "mypy == 1.11.1", + "pytest == 8.3.2", + "ruff == 0.6.0", "types-ujson == 5.10.0.20240515", - "types-PyYAML == 6.0.12.20240311", - "pytest-asyncio == 0.23.7", + "types-PyYAML == 6.0.12.20240808", + "pytest-asyncio == 0.23.8", ] [build-system]