From 72add570e18ae65ab33fd68f62881a98dc7282e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:24:05 +0000 Subject: [PATCH] Bump frictionless[pandas] from 5.17.0 to 5.17.1 in /scripts Bumps [frictionless[pandas]](https://github.com/frictionlessdata/framework) from 5.17.0 to 5.17.1. - [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.17.0...v5.17.1) --- updated-dependencies: - dependency-name: frictionless[pandas] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e9e6435..923d831 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ frictionless==5.17.1 -frictionless[pandas]==5.17.0 +frictionless[pandas]==5.17.1 frictionless[sql]==5.17.0 pandas==2.2.2 tabulate==0.9.0