chore: Update dependencies to fix single-thread warning
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/static_analysis Pipeline was successful Details

Fixed single-threaded warning provided from the fitz pymupdf library
since the issue does not exist for this new version anymore.
Bump version along the way.
This commit is contained in:
Marty Oehme 2024-01-18 18:24:19 +01:00
parent 1ef9a91e55
commit cd5f787220
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
3 changed files with 404 additions and 412 deletions

View File

@ -4,7 +4,7 @@ from typing import Any, Optional
import Levenshtein
import magic
import fitz_new as fitz
import fitz
import papis.logging
import papis.config
import papis.document

812
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "papis-extract"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
readme = "README.md"