From 26bd2fb91fdae493e35f2f33dd3d9c2a5256e257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:02:56 +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.15.10) --- 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 0b6bb08..df2f34b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "crash", "crate[sqlalchemy]", "ddlgenerator<0.2", - "frictionless[excel,json,ods,parquet,sql]<5.6", + "frictionless[excel,json,ods,parquet,sql]<5.16", "fsspec[gcs,github,http,s3]==2023.1", "json_stream<3", "line-protocol-parser<2",