From 44f47372b85ab217341fad04fb5de35e16cb214b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 21:36:01 +0000 Subject: [PATCH] Update dependency jsonlines to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaa8bed..30ca320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -jsonlines = "1.2.0" +jsonlines = "4.0.0" multiformats = "^0.2.1" pandas = "^2.0.2" pyarrow = "^13.0.0"