From 0011506ba5ee8a768ef9169fe22410a588d5388c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:28:30 +0000 Subject: [PATCH] Update dataclasses-json requirement from ~=0.5.7 to ~=0.6.0 Updates the requirements on [dataclasses-json](https://github.com/lidatong/dataclasses-json) to permit the latest version. - [Release notes](https://github.com/lidatong/dataclasses-json/releases) - [Commits](https://github.com/lidatong/dataclasses-json/compare/v0.5.7...v0.6.0) --- updated-dependencies: - dependency-name: dataclasses-json 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 1d797e93..0f4125e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "beautifulsoup4~=4.11", "bleach~=6.0", "click~=8.1", - "dataclasses-json~=0.5.7", + "dataclasses-json~=0.6.0", "diskcache~=5.4", "fasttext-langdetect~=1.0", "fastwarc~=0.14.0",