Skip to content
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dependencies = [
"platformdirs>=4.3.2,<5",
"procrastinate>=3.5.3",
"fastparquet>=2025.12.0,<2026.0.0; python_version < '3.14'",
"pyarrow>=22.0.0,<23; python_version >= '3.14'",
"pyarrow>=22.0.0,<24; python_version >= '3.14'",
"pyjwt[crypto]>=2.12.0,<3", # CVE-2026-32597 requires >=2.12.0 (Renovate #475)
"python-dateutil>=2.9.0.post0,<3",
# "pywebview[qt6]>=5.4,<6; sys_platform == 'linux'",
Expand Down
Loading