Skip to content

Commit ce59dc8

Browse files
Bump the python-dependencies group with 2 updates
Bumps the python-dependencies group with 2 updates: [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.0) Updates `ruff` from 0.9.4 to 0.9.5 - [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.9.4...0.9.5) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 360c3fb commit ce59dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ requires-python = ">= 3.10"
1414

1515
[project.optional-dependencies]
1616
lint = [
17-
"mypy==1.14.1",
18-
"ruff==0.9.4"
17+
"mypy==1.15.0",
18+
"ruff==0.9.5"
1919
]
2020

2121
[tool.hatch.version]

0 commit comments

Comments
 (0)