diff --git a/pyproject.toml b/pyproject.toml index a8519772..eb49cba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,19 +58,19 @@ line_length = 88 [dependency-groups] dev = [ "requests-mock==1.12.1", - "mypy==1.17.1", - "coverage[toml]==7.13.4", - "pytest==9.0.2", - "types-requests==2.32.4.20260107", - "types-tqdm==4.67.3.20260205", - "types-redis==4.6.0.20240425", - "ruff==0.15.0", + "mypy==2.0.0", + "coverage[toml]==7.13.5", + "pytest==9.0.3", + "types-requests==2.33.0.20260503", + "types-tqdm==4.67.3.20260408", + "types-redis==4.6.0.20241004", + "ruff==0.15.12", "pre-commit>=4.6.0", ] [project.optional-dependencies] -redis = ["redis[hiredis]~=7.1.1"] -pillow = ["Pillow>=9.3,<12.2"] +redis = ["redis[hiredis]>=7.1.1,<7.5.0"] +pillow = ["Pillow>=9.3,<12.3"] ml = ["tritonclient[grpc]>2.0.0,<3.0.0", "opencv-python-headless>4.0.0,<5.0.0", "Pillow", "albumentations>=2.0.0"]