Skip to content

Commit 31daeb5

Browse files
chore(deps): bump the pip group with 3 updates
Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `mypy` to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.15.0) Updates `ruff` from 0.4.1 to 0.11.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@v0.4.1...0.11.8) Updates `pre-commit` to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.0...v4.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b1495b commit 31daeb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ test = [
8282
dev = [
8383
"taskiq-faststream[test]",
8484

85-
"mypy>=1.8.0,<1.12.0",
86-
"ruff==0.4.1",
87-
"pre-commit >=3.6.0,<4.0.0",
85+
"mypy>=1.8.0,<1.16.0",
86+
"ruff==0.11.8",
87+
"pre-commit >=3.6.0,<5.0.0",
8888
]
8989

9090
[project.urls]

0 commit comments

Comments
 (0)