diff --git a/pyproject.toml b/pyproject.toml index 2a3f9e5..9ac9b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,11 +11,11 @@ classifiers = [ readme = { file = "./README.md", content-type = "text/markdown" } dependencies = [ "fastapi[all] == 0.111.0", - "uvicorn == 0.30.0", + "uvicorn == 0.30.1", "pyyaml == 6.0.1", "geojson_pydantic == 1.1.0", "pyproj == 3.6.1", - "pydantic-settings == 2.2.1", + "pydantic-settings == 2.3.0", "email-validator == 2.1.1", "geodense == 1.0.0", ] @@ -27,8 +27,8 @@ dev = [ "black == 24.4.2", "coverage == 7.5.3", "mypy == 1.10.0", - "pytest == 8.2.1", - "ruff == 0.4.5", + "pytest == 8.2.2", + "ruff == 0.4.7", "types-ujson == 5.10.0.20240515", "types-PyYAML == 6.0.12.20240311", "pytest-asyncio == 0.23.7",