Bump flake8-pyi to 23.1.1 (#9599)

This commit is contained in:
Alex Waygood
2023-01-28 07:39:30 -08:00
committed by GitHub
parent 32ebe323f5
commit b316dd947e
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ black==22.12.0 # must match .pre-commit-confi
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-pyi==23.1.0; python_version >= "3.8" # must match .pre-commit-config.yaml
flake8-pyi==23.1.1; python_version >= "3.8" # must match .pre-commit-config.yaml
isort==5.11.4 # must match .pre-commit-config.yaml
mypy==0.991
packaging==23.0