Skip to content

Commit 94415de

Browse files
🤖 Update mypy requirement from <2.2,>=2.1.0 to >=2.1.0,<2.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@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b9eda6 commit 94415de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test = [
4848
"hypothesis>=6.152.7,<7",
4949
]
5050
typing = [
51-
"mypy>=2.1.0,<2.2",
51+
"mypy>=2.1.0,<2.3",
5252
]
5353
integrations = [
5454
"time_machine>=3.2,<4; implementation_name == 'cpython'",

0 commit comments

Comments
 (0)