Skip to content

Commit fa8790b

Browse files
chore(deps-dev): update mypy requirement from 1.13.0 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.13.0...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0c7e51 commit fa8790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ flake8-use-fstring = "1.4"
9494
pep8-naming = "0.14.1"
9595
isort = "5.13.2"
9696
autopep8 = "2.3.1"
97-
mypy = "1.13.0"
97+
mypy = "1.14.1"
9898
tomli = { version = "2.2.1", python = "<3.11" }
9999
tox = "4.23.2"
100100
xmldiff = "2.7.0"

0 commit comments

Comments
 (0)