From cd977b4ded85d54888d8f6a3fe664706a24a7fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 03:22:56 +0000 Subject: [PATCH] build(deps): bump csvkit from 2.1.0 to 2.2.0 in /csv Bumps [csvkit](https://github.com/wireservice/csvkit) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst) - [Commits](https://github.com/wireservice/csvkit/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: csvkit dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- csv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csv/requirements.txt b/csv/requirements.txt index 5db0d15..9abd5d7 100644 --- a/csv/requirements.txt +++ b/csv/requirements.txt @@ -1,2 +1,2 @@ -csvkit==2.1.0 +csvkit==2.2.0 remarshal==1.2.0