diff --git a/poetry.lock b/poetry.lock index a53e1f1..bc1eda4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -453,13 +453,13 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "folium" -version = "0.17.0" +version = "0.18.0" description = "Make beautiful maps with Leaflet.js & Python" optional = false python-versions = ">=3.8" files = [ - {file = "folium-0.17.0-py2.py3-none-any.whl", hash = "sha256:14210d054e9afad6ebac037495508297d78805fcfa16f859fdee10bb7f85c2c1"}, - {file = "folium-0.17.0.tar.gz", hash = "sha256:48385df9a3f6ceca23647c2e8d87850c8a6e05b40db63266e7b8c6d2d734d4c6"}, + {file = "folium-0.18.0-py2.py3-none-any.whl", hash = "sha256:4e85f2b10166d5208bb65cdf4a072e239a923647dca4dee7c1d2dbe100af56b1"}, + {file = "folium-0.18.0.tar.gz", hash = "sha256:39655dacb600fb1f614793575c5d352b90f28a7a9c9540ed6b7f46e43b428df8"}, ] [package.dependencies] @@ -2086,4 +2086,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d2ed2c8c40fd715e16b1162d8a7dd0b29e49168c422de86689a59df1bf19a88c" +content-hash = "a2f9bff98c7233a512e1a9d9bf79aec7018ea0e76d1e70503e7d27eb98e5ca62" diff --git a/pyproject.toml b/pyproject.toml index 362564e..3b04e14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas = "^2.2.2" pydantic = "^2.8.2" streamlit = "^1.34,<1.35" streamlit-searchbox = "^0.1.14" -folium = "^0.17.0" +folium = ">=0.17,<0.19" watchdog = ">=4.0.2,<6.0.0" public-transit-client = "^1.0.0"