From abd1cd02e437bb773aac0f70261733ab66d3a8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:52:30 +0000 Subject: [PATCH] Update frictionless[aws] requirement from >=5.18.1 to >=5.19.0 Updates the requirements on [frictionless[aws]](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.18.1...v5.19.0) --- updated-dependencies: - dependency-name: frictionless[aws] dependency-version: 5.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c164208..9dfacdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "defusedxml>=0.7.1", "delta-spark>=4.1.0", "dlt[deltalake,duckdb,filesystem,parquet]>=1.22.2", - "frictionless[aws]>=5.18.1", + "frictionless[aws]>=5.19.0", "frozendict>=2.4.7", "lxml>=6.1.0", "pydantic>=2.12.5", diff --git a/uv.lock b/uv.lock index 5e485d3..baad95a 100644 --- a/uv.lock +++ b/uv.lock @@ -438,7 +438,7 @@ requires-dist = [ { name = "defusedxml", specifier = ">=0.7.1" }, { name = "delta-spark", specifier = ">=4.1.0" }, { name = "dlt", extras = ["deltalake", "duckdb", "filesystem", "parquet"], specifier = ">=1.22.2" }, - { name = "frictionless", extras = ["aws"], specifier = ">=5.18.1" }, + { name = "frictionless", extras = ["aws"], specifier = ">=5.19.0" }, { name = "frozendict", specifier = ">=2.4.7" }, { name = "lxml", specifier = ">=6.1.0" }, { name = "pydantic", specifier = ">=2.12.5" },