From e4ed15bfc10e12c2639c84f2e3c99803c7b0d8b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 21:43:04 +0100 Subject: [PATCH] Bump fastparquet from 2023.1.0 to 2023.2.0 (#153) Bumps [fastparquet](https://github.com/dask/fastparquet) from 2023.1.0 to 2023.2.0. - [Release notes](https://github.com/dask/fastparquet/releases) - [Commits](https://github.com/dask/fastparquet/compare/2023.1.0...2023.2.0) --- updated-dependencies: - dependency-name: fastparquet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b97344ae..aee1e139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies =[ "click==8.1.3", "catboost==1.1", - "fastparquet==2023.1.0", + "fastparquet==2023.2.0", "gcsfs==2023.1.0", "google-auth==2.16.0", # needed by w&b in runpod "modin==0.17.0",