Skip to content

Commit e9de0f0

Browse files
chore(deps-dev): bump the all-dependencies group across 1 directory with 8 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), [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.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.20.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](coveragepy/coveragepy@7.13.4...7.13.5) Updates `types-requests` from 2.32.4.20260107 to 2.33.0.20260327 - [Commits](https://github.com/python/typeshed/commits) Updates `types-tqdm` from 4.67.3.20260205 to 4.67.3.20260303 - [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.8 - [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.8) --- 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.0 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: types-requests dependency-version: 2.33.0.20260327 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-tqdm dependency-version: 4.67.3.20260303 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.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af1f622 commit e9de0f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 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",
61+
"mypy==1.20.0",
62+
"coverage[toml]==7.13.5",
6363
"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",
64+
"types-requests==2.33.0.20260327",
65+
"types-tqdm==4.67.3.20260303",
66+
"types-redis==4.6.0.20241004",
67+
"ruff==0.15.8",
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)