Skip to content

Commit cd71b53

Browse files
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](redis/redis-py@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](python-pillow/Pillow@9.3.0...12.2.0) Updates `mypy` from 1.17.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.20.2) 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](coveragepy/coveragepy@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](pytest-dev/pytest@9.0.2...9.0.3) Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260408 - [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](astral-sh/ruff@0.15.0...0.15.12) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:development dependency-group: all-dependencies - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development 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: coverage dependency-version: 7.13.5 dependency-type: direct:development update-type: version-update:semver-patch 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: 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 - 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: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5504e3 commit cd71b53

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ line_length = 88
5858
[dependency-groups]
5959
dev = [
6060
"requests-mock==1.12.1",
61-
"mypy==1.17.1",
62-
"coverage[toml]==7.13.4",
63-
"pytest==9.0.2",
64-
"types-requests==2.32.4.20260107",
65-
"types-tqdm==4.67.3.20260205",
66-
"types-redis==4.6.0.20240425",
67-
"ruff==0.15.0",
61+
"mypy==1.20.2",
62+
"coverage[toml]==7.13.5",
63+
"pytest==9.0.3",
64+
"types-requests==2.33.0.20260408",
65+
"types-tqdm==4.67.3.20260408",
66+
"types-redis==4.6.0.20241004",
67+
"ruff==0.15.12",
6868
]
6969

7070
[project.optional-dependencies]
71-
redis = ["redis[hiredis]~=7.1.1"]
72-
pillow = ["Pillow>=9.3,<12.2"]
71+
redis = ["redis[hiredis]>=7.1.1,<7.5.0"]
72+
pillow = ["Pillow>=9.3,<12.3"]
7373
ml = ["tritonclient[grpc]>2.0.0,<3.0.0", "opencv-python-headless>4.0.0,<5.0.0", "Pillow", "albumentations>=2.0.0"]
7474

7575

0 commit comments

Comments
 (0)