Skip to content

Commit 8a32d1a

Browse files
authored
Merge pull request #36 from anddone-kit/dependabot/pip/mypy-gte-1.14.1
Update mypy requirement from >= 1.5 to >=1.14.1
2 parents 3117270 + f6bb5cb commit 8a32d1a

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 = ">=5.0.0"
2323
tox = ">= 3.9.0"
2424
flake8 = ">=5.0.4"
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)