Skip to content

Commit 2006378

Browse files
Update mypy requirement from 1.1.1 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.1.1...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82562dc commit 2006378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8-docstrings = "*"
1010
flake8-black = "*"
1111
flake8-copyright = "*"
1212
flake8-file-encoding = "*"
13-
mypy = "1.1.1"
13+
mypy = "1.16.1"
1414
pytest = "*"
1515
pyfakefs = "*"
1616
pytest-cov = "*"

0 commit comments

Comments
 (0)