From 19ba7516568d321cfb1cdee0305a70896e37f7b7 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 19 Dec 2024 17:47:46 +0900 Subject: [PATCH] chore: relax dependency py7zr >=0.22.0 Signed-off-by: Hiroshi Miura --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c469e217..57f323d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "defusedxml", "humanize", "patch>=1.16", - "py7zr>=1.0.0-rc1", + "py7zr>=0.22.0", "requests>=2.31.0", "semantic-version", "texttable",