Skip to content

Commit ae3e225

Browse files
chore(deps-dev): bump the all-dependencies group across 1 directory with 2 updates
Bumps the all-dependencies group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [types-redis](https://github.com/python/typeshed). Updates `mypy` from 1.17.1 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.19.1) Updates `types-redis` from 4.6.0.20240425 to 4.6.0.20241004 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcbd4fc commit ae3e225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ line_length = 88
5858
[dependency-groups]
5959
dev = [
6060
"requests-mock==1.12.1",
61-
"mypy==1.17.1",
61+
"mypy==1.19.1",
6262
"coverage[toml]==7.13.4",
6363
"pytest==9.0.2",
6464
"types-requests==2.32.4.20260107",
6565
"types-tqdm==4.67.3.20260205",
66-
"types-redis==4.6.0.20240425",
66+
"types-redis==4.6.0.20241004",
6767
"ruff==0.15.0",
6868
]
6969

0 commit comments

Comments
 (0)