bump dep version

This commit is contained in:
hyugogirubato
2025-07-09 23:39:00 +02:00
parent 8161551ab6
commit 3c53f16d07
+3 -3
View File
@@ -33,9 +33,9 @@ include = [
python = ">=3.8,<4.0" python = ">=3.8,<4.0"
langcodes = ">=3.4.0" langcodes = ">=3.4.0"
Pillow = ">=10.4.0" Pillow = ">=10.4.0"
pypdf = ">=5.6.1" pypdf = ">=5.7.0"
rarfile = ">=4.0" rarfile = ">=4.2"
xmltodict = ">=0.13.0" xmltodict = ">=0.14.2"
[tool.poetry.scripts] [tool.poetry.scripts]
cbzplayer = "cbz.__main__:main" cbzplayer = "cbz.__main__:main"