diff --git a/poetry.lock b/poetry.lock index ee201311d461..46e60dea4587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2930,13 +2930,13 @@ arrow = ">=0.15.0" [[package]] name = "itables" -version = "2.0.1" +version = "2.1.0" description = "Pandas and Polar DataFrames as interactive DataTables" optional = false python-versions = ">=3.7" files = [ - {file = "itables-2.0.1-py3-none-any.whl", hash = "sha256:ab99561f088eb7dbfca6f24f894a80929fd8c3198f55126441057366e0718bec"}, - {file = "itables-2.0.1.tar.gz", hash = "sha256:dae51872275f7d2a7be7159c280a67ae369ec31bb0d3b87042c5919f6de201a3"}, + {file = "itables-2.1.0-py3-none-any.whl", hash = "sha256:4ff280a173bb741339b4e6a44a827e220f60094fccfa7884b3e437ba10f7f14f"}, + {file = "itables-2.1.0.tar.gz", hash = "sha256:7c013060d78041bddf7ee19db57ab4aff9f1e68333fc5cd03969c8c9a56e6691"}, ] [package.dependencies] @@ -8089,4 +8089,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9f1e8fa7f1b73d5ac4ab883f892300ae19d5e057bcb0fbe53fa85fa52ab237b4" +content-hash = "987dd6aefab23eadf5b3c841610a7cae32035f50657ca439e7629303f32c09e2" diff --git a/pyproject.toml b/pyproject.toml index 1a849c877733..ee8dc2f0c85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ tomli = ">=2.0.1,<3" [tool.poetry.group.docs.dependencies] altair = { version = ">=5.0.1,<6", python = ">=3.10,<3.13" } ipykernel = { version = ">=6.25.1,<7", python = ">=3.10,<3.13" } -itables = { version = ">=1.6.3,<2.1", python = ">=3.10,<3.13" } +itables = { version = ">=1.6.3,<2.2", 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" } diff --git a/requirements-dev.txt b/requirements-dev.txt index 7eced343ad4d..a3c92590e260 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -110,7 +110,7 @@ ipython==8.24.0 ; python_version >= "3.10" and python_version < "4.0" ipytree==0.2.2 ; python_version >= "3.10" and python_version < "3.13" ipywidgets==8.1.2 ; python_version >= "3.10" and python_version < "3.13" isoduration==20.11.0 ; python_version >= "3.10" and python_version < "3.13" -itables==2.0.1 ; python_version >= "3.10" and python_version < "3.13" +itables==2.1.0 ; python_version >= "3.10" and python_version < "3.13" jaraco-classes==3.4.0 ; python_version >= "3.10" and python_version < "4.0" jedi==0.19.1 ; python_version >= "3.10" and python_version < "4.0" jeepney==0.8.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"