From f7053ac80529aa54629db04b5d107a74559ffca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 00:48:31 +0000 Subject: [PATCH] pip(deps): bump plotly from 5.24.1 to 6.0.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.24.1 to 6.0.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.24.1...v6.0.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 39 ++++++++++++++++++++++++++++++++++----- pyproject.toml | 2 +- 2 files changed, 35 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ecf1c618..4fdfcc58 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1145,6 +1145,32 @@ files = [ {file = "msgpack-1.1.0.tar.gz", hash = "sha256:dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e"}, ] +[[package]] +name = "narwhals" +version = "1.24.1" +description = "Extremely lightweight compatibility layer between dataframe libraries" +optional = true +python-versions = ">=3.8" +files = [ + {file = "narwhals-1.24.1-py3-none-any.whl", hash = "sha256:d8983fe14851c95d60576ddca37c094bd4ed24ab9ea98396844fb20ad9aaf184"}, + {file = "narwhals-1.24.1.tar.gz", hash = "sha256:b09b8253d945f23cdb683a84685abf3afb9f96114d89e9f35dc876e143f65007"}, +] + +[package.extras] +core = ["duckdb", "pandas", "polars", "pyarrow", "pyarrow-stubs"] +cudf = ["cudf (>=24.10.0)"] +dask = ["dask[dataframe] (>=2024.8)"] +dev = ["covdefaults", "hypothesis", "pre-commit", "pytest", "pytest-cov", "pytest-env", "pytest-randomly", "typing-extensions"] +docs = ["black", "duckdb", "jinja2", "markdown-exec[ansi]", "mkdocs", "mkdocs-autorefs", "mkdocs-material", "mkdocstrings[python]", "pandas", "polars (>=1.0.0)", "pyarrow"] +duckdb = ["duckdb (>=1.0)"] +extra = ["scikit-learn"] +ibis = ["ibis-framework (>=6.0.0)", "packaging", "pyarrow-hotfix", "rich"] +modin = ["modin"] +pandas = ["pandas (>=0.25.3)"] +polars = ["polars (>=0.20.3)"] +pyarrow = ["pyarrow (>=11.0.0)"] +pyspark = ["pyspark (>=3.5.0)"] + [[package]] name = "numpy" version = "2.2.2" @@ -1407,18 +1433,21 @@ xmp = ["defusedxml"] [[package]] name = "plotly" -version = "5.24.1" +version = "6.0.0" description = "An open-source, interactive data visualization library for Python" optional = true python-versions = ">=3.8" files = [ - {file = "plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089"}, - {file = "plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae"}, + {file = "plotly-6.0.0-py3-none-any.whl", hash = "sha256:f708871c3a9349a68791ff943a5781b1ec04de7769ea69068adcd9202e57653a"}, + {file = "plotly-6.0.0.tar.gz", hash = "sha256:c4aad38b8c3d65e4a5e7dd308b084143b9025c2cc9d5317fc1f1d30958db87d3"}, ] [package.dependencies] +narwhals = ">=1.15.1" packaging = "*" -tenacity = ">=6.2.0" + +[package.extras] +express = ["numpy"] [[package]] name = "pluggy" @@ -2320,4 +2349,4 @@ plot = ["matplotlib", "plotly"] [metadata] lock-version = "2.0" python-versions = "^3.10,<3.14" -content-hash = "ac6694cd28e6d41c5611a725d19791fac9c84f12336947634db58e145d9d5629" +content-hash = "4e8388beb2a64a222deb530d95f56797f14aa2f79024791b5e32f4fb858b8470" diff --git a/pyproject.toml b/pyproject.toml index 4dd0f1dd..477e9e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ PyJWT = "^2.8.0" psutil = ">=5.9.8,<7.0.0" pydantic = "^2.5.3" pandas = "^2.2.0" -plotly = {version = "^5.18.0", optional = true} +plotly = {version = ">=5.18,<7.0", optional = true} matplotlib = {version = "^3.8.2", optional = true} typing_extensions = { version = "^4.11.0", python = "<3.10" } toml = "^0.10.2"