Skip to content

Commit 0970aba

Browse files
chore(deps): bump the pip group with 2 updates
Bumps the pip group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `ruff` from 0.11.11 to 0.11.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.11.11...0.11.12) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26cb9a1 commit 0970aba

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
@@ -78,8 +78,8 @@ test = [
7878

7979
dev = [
8080
"taskiq-faststream[test]",
81-
"mypy==1.15.0",
82-
"ruff==0.11.11",
81+
"mypy==1.16.0",
82+
"ruff==0.11.12",
8383
"pre-commit >=3.6.0,<5.0.0",
8484
]
8585

0 commit comments

Comments
 (0)