Bump flake8-pyi and black to latest versions (#8859)

This commit is contained in:
Alex Waygood
2022-10-06 16:45:02 -07:00
committed by GitHub
parent f5369536b9
commit 8b41b1337b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
aiohttp==3.8.1
black==22.8.0 # must match .pre-commit-config.yaml
black==22.10.0 # must match .pre-commit-config.yaml
flake8==5.0.4 # must match .pre-commit-config.yaml
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
flake8-pyi==22.8.2 # must match .pre-commit-config.yaml
flake8-pyi==22.10.0 # must match .pre-commit-config.yaml
isort==5.10.1 # must match .pre-commit-config.yaml
mypy==0.982
packaging==21.3