Skip to content

Commit a9b7f73

Browse files
Bump the dev-tools group across 1 directory with 2 updates
Bumps the dev-tools group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy). Updates `ruff` from 0.2.0 to 0.15.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.0...0.15.1) Updates `mypy` from 1.8.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.19.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tools - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18defa7 commit a9b7f73

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
@@ -46,8 +46,8 @@ dependencies = [
4646

4747
[project.optional-dependencies]
4848
dev = [
49-
"ruff==0.2.0",
50-
"mypy==1.8.0",
49+
"ruff==0.15.5",
50+
"mypy==1.19.1",
5151
"pytest>=8.0.0",
5252
"pytest-cov>=4.1.0",
5353
"pre-commit==3.6.0",

0 commit comments

Comments
 (0)