Skip to content

Commit ceb2bf1

Browse files
build(deps-dev): bump mypy from 2.2.0 to 2.3.0 (#76)
Bumps [mypy](https://github.com/python/mypy) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffd4b7f commit ceb2bf1

2 files changed

Lines changed: 73 additions & 73 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ include = ["adapters*", "analyzer*", "panels*", "ui*"]
6868
[dependency-groups]
6969
dev = [
7070
"ruff>=0.15.22",
71-
"mypy>=2.2.0",
71+
"mypy>=2.3.0",
7272
"pytest>=9.1.1",
7373
]
7474
build = [

0 commit comments

Comments
 (0)