Skip to content

Commit 5d26dc6

Browse files
chore(deps-dev): 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.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.0) Updates `ruff` from 0.14.10 to 0.15.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.14.10...0.15.9) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3b3dd7 commit 5d26dc6

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
@@ -84,8 +84,8 @@ test = [
8484

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

0 commit comments

Comments
 (0)