diff --git a/pyproject.toml b/pyproject.toml index 518215d..29d20f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ classifiers = [ ] readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ - "fastapi[all] == 0.113.0", - "uvicorn == 0.30.6", + "fastapi[all] == 0.115.0", + "uvicorn == 0.31.0", "pyyaml == 6.0.2", "geojson_pydantic == 1.1.1", - "pyproj == 3.6.1", - "pydantic-settings == 2.4.0", + "pyproj == 3.7.0", + "pydantic-settings == 2.5.2", "email-validator == 2.2.0", "geodense == 2.0.0", ]