From d142d32c57cc713318614f9cea3ef1c7212006bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:37:53 +0000 Subject: [PATCH] Chore(deps): Update frictionless requirement Updates the requirements on [frictionless](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/v5.16.0...v5.19.0) --- updated-dependencies: - dependency-name: frictionless dependency-version: 5.19.0 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 f3ba7ae..82191ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ dependencies = [ "crash", "ddlgenerator<0.2", "fastparquet<2026.5", - "frictionless[excel,json,ods,parquet,sql]>=5.16,<5.19", + "frictionless[excel,json,ods,parquet,sql]>=5.16,<5.20", "fsspec[gcs,github,http,s3]<=2025.12.0", "json-stream<3", "line-protocol-parser<2",