From 9bc11c1d691627e7ce3f0bb1fd04779cc3679a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:04:36 +0000 Subject: [PATCH] Chore(deps): Update frictionless[excel,json,ods,parquet,sql] requirement Updates the requirements on [frictionless[excel,json,ods,parquet,sql]](https://github.com/frictionlessdata/framework) to permit the latest version. - [Release notes](https://github.com/frictionlessdata/framework/releases) - [Changelog](https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/frictionlessdata/framework/compare/v0.5.6...v5.18.0) --- updated-dependencies: - dependency-name: frictionless[excel,json,ods,parquet,sql] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3051892..51cd528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "colorama<1", "crash", "ddlgenerator<0.2", - "frictionless[excel,json,ods,parquet,sql]<5.6", + "frictionless[excel,json,ods,parquet,sql]<5.19", "fsspec[gcs,github,http,s3]==2024.9.0", "json_stream<3", "line-protocol-parser<2",