diff --git a/poetry.lock b/poetry.lock index 1dfcc0d3..fcedf7c5 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.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -1944,13 +1944,13 @@ nose = "*" [[package]] name = "lonboard" -version = "0.8.0" -description = "Python library for fast, interactive geospatial vector data visualization in Jupyter." +version = "0.9.3" +description = "Fast, interactive geospatial data visualization in Jupyter." optional = true python-versions = "<4.0,>=3.8" files = [ - {file = "lonboard-0.8.0-py3-none-any.whl", hash = "sha256:a9449b465d394e8947bac6a754c1961cbee12eedfd829da550bafd9043a2e471"}, - {file = "lonboard-0.8.0.tar.gz", hash = "sha256:157a5a538fd5860c9cd74247ef3d78ed25657cea6ac3815469db52d0282b494c"}, + {file = "lonboard-0.9.3-py3-none-any.whl", hash = "sha256:5c879d764dc70dc288f7e4d94d6d57eb5c4c1acdcaad14b15b220af4d36a8882"}, + {file = "lonboard-0.9.3.tar.gz", hash = "sha256:ca64ed194901c67296869a4cf26ee6400fa648183601fbb8f95d09f2c34249f5"}, ] [package.dependencies] @@ -2755,9 +2755,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -3310,8 +3310,8 @@ files = [ annotated-types = ">=0.4.0" pydantic-core = "2.20.0" typing-extensions = [ - {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, {version = ">=4.6.1", markers = "python_version < \"3.13\""}, + {version = ">=4.12.2", markers = "python_version >= \"3.13\""}, ] [package.extras] @@ -5391,4 +5391,4 @@ spark = ["pyspark"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "0b52e292ae2716caf9fe0d7fa9d2e7191761ea28bd8f017316c1684aad847526" +content-hash = "308b2b6eeccc52496da19fa276441fecaddbb503a08bf37e3ac87ad4dbe60d96" diff --git a/pyproject.toml b/pyproject.toml index 9eff8029..1b766364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ libarchive = { version = ">=0.4.7,<1.0.0", optional = true } altair = {version = "^5.3", optional = true} ipywidgets = {version = "^8.1", optional = true} ipyleaflet = {version = ">=0.18,<0.20", optional = true} -lonboard = {version = "^0.8.0", optional = true} +lonboard = {version = ">=0.8,<0.10", optional = true} plotly = {version = "^5.21", optional = true} # -- Spark --