diff --git a/pyproject.toml b/pyproject.toml index 4966ca2..ea59bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,9 +33,9 @@ include = [ python = ">=3.8,<4.0" langcodes = ">=3.4.0" Pillow = ">=10.4.0" -pypdf = ">=5.6.1" -rarfile = ">=4.0" -xmltodict = ">=0.13.0" +pypdf = ">=5.7.0" +rarfile = ">=4.2" +xmltodict = ">=0.14.2" [tool.poetry.scripts] cbzplayer = "cbz.__main__:main"