From de29a5db6c987cfa1c3f76c05a4186ffb5aebec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 05:37:03 +0000 Subject: [PATCH] Bump modin from 0.19.0 to 0.22.0 Bumps [modin](https://github.com/modin-project/modin) from 0.19.0 to 0.22.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.22.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..7d7bad31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3175,14 +3175,14 @@ mkdocstrings = ">=0.20" [[package]] name = "modin" -version = "0.19.0" +version = "0.22.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.22.0-py3-none-any.whl", hash = "sha256:a28afbc25f4e8ac2944625843700068380073e34bd8b19cd9f5f2d514d416610"}, + {file = "modin-0.22.0.tar.gz", hash = "sha256:99f2f5d215b95600635115afae058f10872a6776200c84d50b2078fb707f229a"}, ] [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 = "926c341ffb8d6e6c500ec564bf86fb0180a6fd3fc1e682912bfc1bb5638d0ed7" diff --git a/pyproject.toml b/pyproject.toml index 3eb62732..d8946687 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.23"} dask = "^2023.3.1" vaex = "^4.16.0"