Skip to content

Commit b7d1079

Browse files
authored
Bump various test dependencies (#9886)
1 parent c9fa416 commit b7d1079

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ repos:
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
35-
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
36-
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
37-
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
35+
- "flake8-bugbear==23.3.12" # must match requirements-tests.txt
36+
- "flake8-noqa==1.3.1" # must match requirements-tests.txt
37+
- "flake8-pyi==23.3.0" # must match requirements-tests.txt
3838
types: [file]
3939
types_or: [python, pyi]
4040

requirements-tests.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
aiohttp==3.8.3
1+
aiohttp==3.8.4
22
black==23.1.0 # must match .pre-commit-config.yaml
33
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
4-
flake8-bugbear==23.1.20; python_version >= "3.8" # must match .pre-commit-config.yaml
5-
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
6-
flake8-pyi==23.1.2; python_version >= "3.8" # must match .pre-commit-config.yaml
4+
flake8-bugbear==23.3.12; python_version >= "3.8" # must match .pre-commit-config.yaml
5+
flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml
6+
flake8-pyi==23.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
77
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
88
mypy==1.1.1
99
packaging==23.0

0 commit comments

Comments
 (0)