Skip to content

Commit beeb3c3

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.11.2 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.2...v1.15.0) Updates `ruff` from 0.11.8 to 0.11.9 - [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.11.8...0.11.9) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af9f2b1 commit beeb3c3

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
@@ -77,8 +77,8 @@ test = [
7777

7878
dev = [
7979
"taskiq-faststream[test]",
80-
"mypy==1.11.2",
81-
"ruff==0.11.8",
80+
"mypy==1.15.0",
81+
"ruff==0.11.9",
8282
"pre-commit >=3.6.0,<5.0.0",
8383
]
8484

0 commit comments

Comments
 (0)