chore: update requirements

This commit is contained in:
Dan Brodjieski
2026-05-14 08:41:14 -04:00
parent f3145ea34d
commit f224564f5c
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ dependencies = [
"openpyxl>=3.1.5,<4",
"numpy>=2.3.0,<3",
"pandas>=2.3.3,<3",
"pillow>=11.2.1<12",
"pydantic>=2.12,<3",
"pyyaml>=6.0.2,<7",
"jsonschema>=4.23.0,<5",

View File

@@ -30,6 +30,8 @@ openpyxl==3.1.5
# via mscp (pyproject.toml)
pandas==2.3.3
# via mscp (pyproject.toml)
pillow==11.2.1
# via mscp (pyproject.toml)
pydantic==2.12.0
# via mscp (pyproject.toml)
pydantic-core==2.41.1