Skip to content

Commit cedfc9b

Browse files
Update mypy requirement from >= 1.5 to >=1.14.1
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.5.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42686a6 commit cedfc9b

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
@@ -23,7 +23,7 @@ pytest-cov = ">= 2.8.1"
2323
tox = ">= 3.9.0"
2424
flake8 = ">= 4.0.0"
2525
types-python-dateutil = ">= 2.8.19.14"
26-
mypy = ">= 1.5"
26+
mypy = ">=1.14.1"
2727

2828

2929
[build-system]

0 commit comments

Comments
 (0)