Skip to content

Commit d9bdd6d

Browse files
authored
Bump flake8 test dependencies; remove importlib_metadata as a test dependency (#13555)
1 parent f04e314 commit d9bdd6d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repos:
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 3.9.2 # must match test-requirements.txt
11+
rev: 5.0.4 # must match test-requirements.txt
1212
hooks:
1313
- id: flake8
1414
additional_dependencies:
15-
- flake8-bugbear==22.7.1 # must match test-requirements.txt
16-
- flake8-noqa==1.2.8 # must match test-requirements.txt
15+
- flake8-bugbear==22.8.23 # must match test-requirements.txt
16+
- flake8-noqa==1.2.9 # must match test-requirements.txt

test-requirements.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ attrs>=18.0
44
black==22.6.0 # must match version in .pre-commit-config.yaml
55
filelock>=3.3.0,<3.4.2; python_version<'3.7'
66
filelock>=3.3.0; python_version>='3.7'
7-
flake8==3.9.2 # must match version in .pre-commit-config.yaml
8-
flake8-bugbear==22.7.1 # must match version in .pre-commit-config.yaml
9-
flake8-noqa==1.2.8 # must match version in .pre-commit-config.yaml
7+
flake8==5.0.4 # must match version in .pre-commit-config.yaml
8+
flake8-bugbear==22.8.23 # must match version in .pre-commit-config.yaml
9+
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
1010
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
1111
lxml>=4.4.0; python_version<'3.11'
1212
psutil>=4.0
@@ -19,4 +19,3 @@ py>=1.5.2
1919
typed_ast>=1.5.4,<2; python_version>='3.8'
2020
setuptools!=50
2121
six
22-
importlib-metadata>=4.6.1,<5.0.0

0 commit comments

Comments
 (0)