From 8eb4bc5ee819e016a6000101552a85a53cdb5a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:20:54 +0000 Subject: [PATCH] Build(deps): Bump folium from 0.17.0 to 0.19.3 Bumps [folium](https://github.com/python-visualization/folium) from 0.17.0 to 0.19.3. - [Release notes](https://github.com/python-visualization/folium/releases) - [Changelog](https://github.com/python-visualization/folium/blob/main/CHANGES.txt) - [Commits](https://github.com/python-visualization/folium/compare/v0.17.0...v0.19.3) --- updated-dependencies: - dependency-name: folium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a53e1f1..1fd0f2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "altair" @@ -453,13 +453,13 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "folium" -version = "0.17.0" +version = "0.19.3" description = "Make beautiful maps with Leaflet.js & Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.19.3-py2.py3-none-any.whl", hash = "sha256:1852c5b68e7cd48cb9235bccfd3298134ac905e8e8808744dfed7f85bb74c8f9"}, + {file = "folium-0.19.3.tar.gz", hash = "sha256:e92b63736eb7578399009f3d14b91fd447b5c4c07e7fa5ea0560c58f917d1420"}, ] [package.dependencies] @@ -2086,4 +2086,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d2ed2c8c40fd715e16b1162d8a7dd0b29e49168c422de86689a59df1bf19a88c" +content-hash = "68b94cece36f9feb43a1133b08c51338dc3df741303ed6b79f82000ebed6d0aa" diff --git a/pyproject.toml b/pyproject.toml index 362564e..20a6b0d 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.20" watchdog = ">=4.0.2,<6.0.0" public-transit-client = "^1.0.0"