diff --git a/pyproject.toml b/pyproject.toml index b1988b0..5448033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "tenacity>=9.1.4", "rapidfuzz>=3.14.5", "unidecode>=1.4.0", - "ijson>=3.5.0", + "ijson>=3.5.1", "pyyaml>=6.0.3", ] @@ -45,7 +45,7 @@ test = [ "pytest-httpx>=0.36.2", "pytest-reverse>=1.9.0", "pytest-xdist[psutil]>=3.8.0", - "coverage[toml]>=7.15.0", + "coverage[toml]>=7.15.1", "polyfactory>=3.3.0", "time-machine>=3.2.0", ] @@ -53,8 +53,8 @@ test = [ dev = [ "pre-commit>=4.6.0", "deptry>=0.25.1", - "ruff>=0.15.20", - "mypy>=2.1.0", + "ruff>=0.15.21", + "mypy>=2.3.0", "types-pyyaml>=6.0.12.20260518", # Note: pydantic[dotenv] is usually redundant if you have python-dotenv or pydantic-settings, # but kept here to match your original request.