Skip to content

Commit 3b529fc

Browse files
⬆ Update mypy requirement from <2,>=1.2.0 to >=1.2.0,<3 (#35)
* ⬆ Update mypy requirement from <2,>=1.2.0 to >=1.2.0,<3 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * chore: refresh uv.lock for mypy dependency bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chisanan232 <chi10211201@cycu.org.tw>
1 parent dd8dd33 commit 3b529fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev = [
5050
pre-commit-ci = [
5151
"pre-commit>=3.5.0,<5",
5252
"pylint>=3.1.0,<5",
53-
"mypy>=1.2.0,<2",
53+
"mypy>=1.2.0,<3",
5454
]
5555
docs = [
5656
"mkdocs>=1.6.0,<2",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)