diff --git a/pyproject.toml b/pyproject.toml index f3c18e0..d0a3080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pyyaml>=6.0.3,<7", "typer>=0.24,<0.25", "python-docx>=1.2.0,<2", - "openpyxl>=3.1,<4", + "openpyxl>=3.1.5,<4", "lxml>=6.1.0,<7", ]