diff --git a/pyproject.toml b/pyproject.toml index 7546d28..3470416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pymupdf = "^1.24.1" types-pillow = "^10.2.0.20240423" [tool.poetry.group.test.dependencies] -pytest = "^7.0.1" +pytest = "^8.0.0" pylint = "^3.1"