Bump various test dependencies (#11249)

This commit is contained in:
Alex Waygood
2024-01-05 14:09:02 -08:00
committed by GitHub
parent a7c5d8bc14
commit ccc81f224d
7 changed files with 25 additions and 14 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ black==23.12.1 # must match .pre-commit-config.yaml
flake8==6.1.0 # must match .pre-commit-config.yaml
flake8-bugbear==23.12.2 # must match .pre-commit-config.yaml
flake8-noqa==1.3.2 # must match .pre-commit-config.yaml
flake8-pyi==23.11.0 # must match .pre-commit-config.yaml
flake8-pyi==24.1.0 # must match .pre-commit-config.yaml
mypy==1.8.0
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
pytype==2023.12.18; platform_system != "Windows" and python_version < "3.12"
ruff==0.1.9 # must match .pre-commit-config.yaml and tests.yml
ruff==0.1.11 # must match .pre-commit-config.yaml and tests.yml
# Libraries used by our various scripts.
aiohttp==3.9.1