Bump various test dependency pins (#10877)

This commit is contained in:
Alex Waygood
2023-10-13 13:07:52 +02:00
committed by GitHub
parent 8f8d369e10
commit f3506eba47
10 changed files with 32 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 # must match requirements-tests.txt
rev: v4.5.0 # must match requirements-tests.txt
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -29,9 +29,9 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- "flake8-bugbear==23.7.10" # must match requirements-tests.txt
- "flake8-bugbear==23.9.16" # must match requirements-tests.txt
- "flake8-noqa==1.3.2" # must match requirements-tests.txt
- "flake8-pyi==23.6.0" # must match requirements-tests.txt
- "flake8-pyi==23.10.0" # must match requirements-tests.txt
types: [file]
types_or: [python, pyi]