fix: exception when target path is relative

- Bump py7zr@0.20.6
  it includes the fix: allow specify target path in relative path

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2023-08-05 09:42:14 +09:00
parent ebc8175deb
commit c8efcfc5a5

View File

@@ -26,7 +26,7 @@ dependencies = [
"defusedxml",
"humanize",
"patch>=1.16",
"py7zr>=0.20.2",
"py7zr>=0.20.6",
"requests>2.20.0",
"semantic-version",
"texttable",