Update lockfile

This commit is contained in:
Pal Kerecsenyi 2024-10-01 14:30:37 +01:00
parent 4acc80cbf2
commit fc0162e8df
Signed by: palk
GPG Key ID: 6891661E25394C2C
2 changed files with 584 additions and 516 deletions

1090
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,11 +7,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pdfplumber = "^0.11.0"
pymupdf = "^1.24.2"
ruff = "^0.3.7"
sanic = "^23.12.1"
setuptools = "^69.5.1"
pdfplumber = "^0.11.4"
pymupdf = "^1.24.10"
ruff = "^0.6.8"
sanic = "^24.6.0"
setuptools = "^75.1.0"
[build-system]