Skip to content

Commit 06ce73e

Browse files
chore(deps-dev): 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.20.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.1.0) Updates `ruff` from 0.15.9 to 0.15.17 - [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.15.9...0.15.17) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c1aecb commit 06ce73e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ test = [
8484

8585
dev = [
8686
{include-group = "test"},
87-
"mypy==1.20.0",
88-
"ruff==0.15.9",
87+
"mypy==2.1.0",
88+
"ruff==0.15.17",
8989
"pre-commit >=3.6.0,<5.0.0",
9090
]
9191

0 commit comments

Comments
 (0)