From c7f12de12a73defeb775a0ade53ef02c2906b246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:52:43 +0000 Subject: [PATCH] chore(deps-dev): bump the all-dependencies group across 1 directory with 9 updates Updates the requirements on [redis](https://github.com/redis/redis-py), [pillow](https://github.com/python-pillow/Pillow), [mypy](https://github.com/python/mypy), [coverage](https://github.com/coveragepy/coveragepy), [pytest](https://github.com/pytest-dev/pytest), [types-requests](https://github.com/python/typeshed), [types-tqdm](https://github.com/python/typeshed), [types-redis](https://github.com/python/typeshed) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `redis` to 7.4.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.1.1...v7.4.0) Updates `pillow` to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...12.2.0) Updates `mypy` from 1.17.1 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v2.0.0) Updates `coverage` from 7.13.4 to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.2...9.0.3) Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260503 - [Commits](https://github.com/python/typeshed/commits) Updates `types-tqdm` from 4.67.3.20260205 to 4.67.3.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `types-redis` from 4.6.0.20240425 to 4.6.0.20241004 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.15.0 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.0...0.15.12) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-redis dependency-version: 4.6.0.20241004 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260408 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-tqdm dependency-version: 4.67.3.20260408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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"]