diff --git a/pyproject.toml b/pyproject.toml index 3c6b199..733d9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,11 @@ classifiers = [ ] dependencies = [ "infrahub-sdk[all]>=1.17,<2", - "structlog>=25.1,<26.0", + "structlog>=25.1,<27.0", "diffsync[redis]>=2.1,<3.0", "netutils>=1.9,<2.0", "tqdm>=4.67", - "pyarrow>=17,<22", + "pyarrow>=17,<26", "fsspec>=2024.6", "filelock>=3.13", ] @@ -44,13 +44,13 @@ dev = [ "types-toml", "types-ujson", "typer-cli", - "invoke>=2.2.1,<3", + "invoke>=2.2.1,<4", "types-PyYAML>=6.0.12", - "ruff==0.15.5", + "ruff==0.15.22", "pytest>=9.0.2,<10", "pytest-cov>=7,<8", "pytest-xdist>=3.8", - "ty==0.0.32", + "ty==0.0.61", "types-python-slugify>=8.0.2.20240310", ]