diff --git a/pyproject.toml b/pyproject.toml index 9ac9b0d..f1c0f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pyyaml == 6.0.1", "geojson_pydantic == 1.1.0", "pyproj == 3.6.1", - "pydantic-settings == 2.3.0", + "pydantic-settings == 2.3.2", "email-validator == 2.1.1", "geodense == 1.0.0", ] @@ -28,7 +28,7 @@ dev = [ "coverage == 7.5.3", "mypy == 1.10.0", "pytest == 8.2.2", - "ruff == 0.4.7", + "ruff == 0.4.8", "types-ujson == 5.10.0.20240515", "types-PyYAML == 6.0.12.20240311", "pytest-asyncio == 0.23.7",