Bump mypy to 1.4.1 (#10351)

This commit is contained in:
Alex Waygood
2023-06-26 00:45:09 +01:00
committed by GitHub
parent d492efeaea
commit 1b2e4091db
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ flake8-bugbear==23.5.9; python_version >= "3.8" # must match .pre-commit-confi
flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-pyi==23.5.0; python_version >= "3.8" # must match .pre-commit-config.yaml
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
mypy==1.3.0
mypy==1.4.1
pre-commit-hooks==4.4.0 # must match .pre-commit-config.yaml
pycln==2.1.5 # must match .pre-commit-config.yaml
pytype==2023.6.2; platform_system != "Windows" and python_version < "3.11"