Skip to content

Commit cedc3ad

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.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `ruff` from 0.12.8 to 0.13.2 - [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.12.8...0.13.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc732f8 commit cedc3ad

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.17.1",
82-
"ruff==0.12.8",
81+
"mypy==1.18.2",
82+
"ruff==0.13.2",
8383
"pre-commit >=3.6.0,<5.0.0",
8484
]
8585

0 commit comments

Comments
 (0)