From 149968e381b3888f8d71adfe47f80994486548c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 08:49:06 +0200 Subject: [PATCH] Bump fastparquet from 2024.2.0 to 2024.5.0 (#228) Bumps [fastparquet](https://github.com/dask/fastparquet) from 2024.2.0 to 2024.5.0. - [Commits](https://github.com/dask/fastparquet/compare/2024.2.0...2024.5.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 15b88fea..2cf3dab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pyyaml~=6.0.1", "requests~=2.31.0", "fastapi==0.111.0", - "fastparquet==2024.2.0", + "fastparquet==2024.5.0", "python-multipart==0.0.9", "rich~=13.7.0", "simple-ddl-parser==1.5.1",