From 9c6a5ce1ceeb16e675aac79b2f7aedfa5db187ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:59:31 +0000 Subject: [PATCH] build: bump itables from 2.1.5 to 2.2.1 Bumps [itables](https://github.com/mwouts/itables) from 2.1.5 to 2.2.1. - [Release notes](https://github.com/mwouts/itables/releases) - [Changelog](https://github.com/mwouts/itables/blob/main/docs/changelog.md) - [Commits](https://github.com/mwouts/itables/compare/v2.1.5...v2.2.1) --- updated-dependencies: - dependency-name: itables dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e0ac38ad..32f9904e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1900,13 +1900,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "itables" -version = "2.1.5" +version = "2.2.1" description = "Pandas and Polar DataFrames as interactive DataTables" optional = true 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] @@ -1915,11 +1915,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 = "itsdangerous"