From 57701817304e665308eb73b47eeb7c4b0174c2a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:44:14 +0000 Subject: [PATCH] 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.17.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 b5d4378..8cfd4c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "crash", "crate[sqlalchemy]", "ddlgenerator<0.2", - "frictionless[excel,json,ods,parquet,sql]<5.6", + "frictionless[excel,json,ods,parquet,sql]<5.18", "fsspec[gcs,github,http,s3]==2024.3.1", "json_stream<3", "line-protocol-parser<2",