From 27f5dd315085edb9fd8fbdb75ce09b574761d74b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:02:49 +0000 Subject: [PATCH] chore(deps): update dependency itables to >=1.6.3,<2.3 --- poetry.lock | 14 ++++++++------ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2b70943c21c..bc83f0a843e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2720,13 +2720,13 @@ arrow = ">=0.15.0" [[package]] name = "itables" -version = "2.1.5" +version = "2.2.1" description = "Pandas and Polar DataFrames as interactive DataTables" optional = false python-versions = ">=3.7" files = [ - {file = "itables-2.1.5-py3-none-any.whl", hash = "sha256:842e7e31f3f6ea5e4a085d189dcb6ee38e20c0750e4322a31eccb895e5a00a76"}, - {file = "itables-2.1.5.tar.gz", hash = "sha256:ed96c98cdd91a91c004c1a0150d572a6b1021a1311bc94e8bfa2e68ba42d44fb"}, + {file = "itables-2.2.1-py3-none-any.whl", hash = "sha256:6d66eeb6cd19b10a2458c5de5913d34785e709bf2dcb85e6652546f541274581"}, + {file = "itables-2.2.1.tar.gz", hash = "sha256:96fcb51ece4afc546f7682b2bc094d5aa9cb2cea0568edb5cd7e51e41f7275b7"}, ] [package.dependencies] @@ -2735,11 +2735,13 @@ numpy = "*" pandas = "*" [package.extras] -all = ["matplotlib", "polars", "pyarrow", "pytz", "world-bank-data"] +all = ["anywidget", "matplotlib", "polars", "pyarrow", "pytz", "traitlets", "world-bank-data"] +dev = ["anywidget", "ipykernel", "jupyterlab", "jupytext", "matplotlib", "nbconvert", "polars", "pyarrow", "pytest", "pytest-cov", "pytz", "requests", "shiny", "traitlets", "watchfiles", "world-bank-data"] polars = ["polars", "pyarrow"] samples = ["pytz", "world-bank-data"] style = ["matplotlib"] -test = ["ipykernel", "jupytext", "matplotlib", "nbconvert", "polars", "pyarrow", "pytest", "pytest-cov", "pytz", "requests", "shiny", "world-bank-data"] +test = ["anywidget", "ipykernel", "jupytext", "matplotlib", "nbconvert", "polars", "pyarrow", "pytest", "pytest-cov", "pytz", "requests", "shiny", "traitlets", "world-bank-data"] +widget = ["anywidget", "traitlets"] [[package]] name = "jaraco-classes" @@ -7897,4 +7899,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3a61ef75272dd8c592f94823bba3865b7ef5f53ec8bd3ba0263dff7ec9de07ee" +content-hash = "33c56e8ced59cb731699d9ae515d503f113d8e6a885d5eb5687c4b40a369327b" diff --git a/pyproject.toml b/pyproject.toml index 1f5b99d89d92..ca83f20f971d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ altair = { version = ">=5.0.1,<6", python = ">=3.10,<3.13" } # pin griffe until https://github.com/ibis-project/ibis/pull/9865 is addressed griffe = { version = "<1", python = ">=3.10,<3.13" } ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" } -itables = { version = ">=1.6.3,<2.2", python = ">=3.10,<3.13" } +itables = { version = ">=1.6.3,<2.3", python = ">=3.10,<3.13" } nbclient = { version = ">=0.8.0,<1", python = ">=3.10,<3.13" } plotly = { version = ">=5.16.1,<6", python = ">=3.10,<3.13" } plotnine = { version = ">=0.12.2,<1", python = ">=3.10,<3.13" }