Skip to content

Commit cdc7801

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.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `ruff` from 0.6.1 to 0.6.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.6.1...0.6.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch 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] <[email protected]>
1 parent 2c8a0a7 commit cdc7801

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
@@ -14,8 +14,8 @@ requires-python = ">= 3.10"
1414

1515
[project.optional-dependencies]
1616
lint = [
17-
"mypy==1.11.1",
18-
"ruff==0.6.1"
17+
"mypy==1.11.2",
18+
"ruff==0.6.2"
1919
]
2020

2121
[tool.hatch.version]

0 commit comments

Comments
 (0)