Skip to content

Commit 81bb80f

Browse files
committed
[requirements-dev.txt]: Update flake8-pytest-style
Update flake8-pytest-style requirement from `>=1.0, <3.0` to `>=2.0, <3.0`
1 parent 1ef0bbb commit 81bb80f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ repos:
188188
- "flake8-docstrings >=1.0, <2.0"
189189
- "flake8-isort >=6.0, <7.0"
190190
- "flake8-logging-format >=0.1, <1.0"
191-
- "flake8-pytest-style >=1.0, <2.0"
191+
- "flake8-pytest-style >=2.0, <3.0"
192192
- "flake8-rst-docstrings >=0.2.6, <1.0"
193193
- "pep8-naming >=0.1, <1.0"
194194

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8-comprehensions >=3.0, <4.0
1515
flake8-docstrings >=1.0, <2.0
1616
flake8-isort >=6.0, <7.0
1717
flake8-logging-format >=0.1, <1.0
18-
flake8-pytest-style >=1.0, <3.0
18+
flake8-pytest-style >=2.0, <3.0
1919
flake8-rst-docstrings >=0.2.6, <1.0
2020
isort >=5.0, <6.0
2121
pep8-naming >=0.1, <1.0

0 commit comments

Comments
 (0)