From b3edfca3b0eee792f040ebbd4aa4d9da962b91cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 05:48:54 +0000 Subject: [PATCH] Bump modin from 0.19.0 to 0.21.0 Bumps [modin](https://github.com/modin-project/modin) from 0.19.0 to 0.21.0. - [Release notes](https://github.com/modin-project/modin/releases) - [Changelog](https://github.com/modin-project/modin/blob/master/docs/release-procedure.md) - [Commits](https://github.com/modin-project/modin/compare/0.19.0...0.21.0) --- updated-dependencies: - dependency-name: modin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7ff27e42..a5dc83df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3175,14 +3175,14 @@ mkdocstrings = ">=0.20" [[package]] name = "modin" -version = "0.19.0" +version = "0.21.0" description = "Modin: Make your pandas code run faster by changing one line of code." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "modin-0.19.0-py3-none-any.whl", hash = "sha256:d9f35c2874665e6c1a4eb7ba57ffc0b8a545fa12c4c1350b6d94c3af6ebb4d9a"}, - {file = "modin-0.19.0.tar.gz", hash = "sha256:c13858a31a040652b4fefcf4b600fc3073e7fbef870f071c5e48bb5e147b3503"}, + {file = "modin-0.21.0-py3-none-any.whl", hash = "sha256:0531b12f1f440813af0f930856508d40c6ceb53e1b265e526eb350841aba891b"}, + {file = "modin-0.21.0.tar.gz", hash = "sha256:a168907c69e637928783d5293e372ddee0912d3a4273e81c5e380cf75716c8d7"}, ] [package.dependencies] @@ -6362,4 +6362,4 @@ docs = ["mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings", "mkdocstr [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "566099a41ad7a0513564966e1e2d2e7e40c4aa1ffac3301a6fe854af37f01035" +content-hash = "2dbd928abb2f715c82716e357508a232916d305292107e7759a0cd1fd7a38650" diff --git a/pyproject.toml b/pyproject.toml index 3eb62732..f55c16a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-mock = "^3.10.0" Faker = ">=15.3.4,<19.0.0" geopandas = "^0.12.2" polars = ">=0.16.12,<0.18.0" -modin = {extras = ["all"], version = "^0.19.0"} +modin = {extras = ["all"], version = ">=0.19,<0.22"} dask = "^2023.3.1" vaex = "^4.16.0"