From 4c86eeda2b2fd016f4b55828f59033f768e54cbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:37:34 +0000 Subject: [PATCH] chore(deps): update dependency lonboard to v0.10.3 (#10321) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfd55ec2cbd6..748c741ea36c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3708,13 +3708,13 @@ files = [ [[package]] name = "lonboard" -version = "0.10.2" +version = "0.10.3" description = "Fast, interactive geospatial data visualization in Jupyter." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "lonboard-0.10.2-py3-none-any.whl", hash = "sha256:d77ed4ed4564288a66d628551af9cfc4e63896bb4bfd31ce3d43bce254316041"}, - {file = "lonboard-0.10.2.tar.gz", hash = "sha256:c254c7b5711888db2eeb6eb917ab7a7e53782899d66871033634a862a69a2647"}, + {file = "lonboard-0.10.3-py3-none-any.whl", hash = "sha256:27c77c4021afe49d70377de5af879f9afd9fe133508c54f936fd222e4cf8d98c"}, + {file = "lonboard-0.10.3.tar.gz", hash = "sha256:0e0202279a83f05ba5dfffd6193e09d9f40b20dda3c89b3098de06b620abc1eb"}, ] [package.dependencies] @@ -3725,7 +3725,7 @@ arro3-io = ">=0.4.1" ipywidgets = ">=7.6.0" numpy = ">=1.14" pyproj = ">=3.3" -traitlets = ">=5.10" +traitlets = ">=5.7.1" typing-extensions = {version = ">=4.6.0,<5.0.0", markers = "python_version < \"3.12\""} [package.extras] @@ -8390,4 +8390,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "eb2d6da50b7bb7bce15eb0c94e5e6754bd81c871d09935badee2d4eed9a9a46b" +content-hash = "1224c1a6d00920be605b3ffafe43b430c1ce86aea487b482377debe299bcbd03" diff --git a/pyproject.toml b/pyproject.toml index e80e317e6968..64cc3507fd13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ requests = { version = ">=2,<3", python = ">=3.10,<3.13" } rich = { version = ">13.8.0,<14", python = ">=3.10,<3.13" } scikit-learn = { version = ">=1.3,<2", python = ">=3.10,<3.13" } seaborn = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" } -lonboard = { version = "0.10.2", python = ">=3.10,<3.13" } +lonboard = { version = "0.10.3", python = ">=3.10,<3.13" } jupyter-cache = { version = ">=1.0.0,<2", python = ">=3.10,<3.13" } jupyterlab = { version = ">=4.2.5,<5", python = ">=3.10,<3.13" } jupyterlab-night = { version = ">=0.4.6,<1", python = ">=3.10,<3.13" } diff --git a/requirements-dev.txt b/requirements-dev.txt index 469f363fa1e7..3d5855737bf5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -127,7 +127,7 @@ jupyterlite-core==0.3.0 ; python_version >= "3.10" and python_version < "3.13" jupyterlite-pyodide-kernel==0.3.2 ; python_version >= "3.10" and python_version < "3.13" keyring==24.3.1 ; python_version >= "3.10" and python_version < "4.0" kiwisolver==1.4.7 ; python_version >= "3.10" and python_version < "3.13" -lonboard==0.10.2 ; python_version >= "3.10" and python_version < "3.13" +lonboard==0.10.3 ; python_version >= "3.10" and python_version < "3.13" lz4==4.3.3 ; python_version >= "3.10" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.1 ; python_version >= "3.10" and python_version < "4.0"