Skip to content

Commit 5e4fd1a

Browse files
chore: alphabetically sort dev-requirements.txt #4890 (#4893)
* Fixes #4890
1 parent 9be9127 commit 5e4fd1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dev-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
bandit; python_version <= "3.8"
2+
bandit==1.8.3; python_version > "3.8"
13
black==24.10.0; python_version > "3.8"
24
black; python_version <= "3.8"
35
isort; python_version < "3.8"
@@ -7,22 +9,20 @@ pre-commit==4.1.0; python_version > "3.8"
79
codespell==v2.4.1
810
flake8; python_version < "3.8"
911
flake8==7.1.2; python_version >= "3.8"
10-
bandit; python_version <= "3.8"
11-
bandit==1.8.3; python_version > "3.8"
1212
gitlint==v0.19.1
1313
interrogate
14+
jsonschema
1415
mypy==v1.15.0
16+
playwright
1517
pytest>=7.2.0
16-
pytest-xdist
17-
pytest-cov
1818
pytest-asyncio
19+
pytest-cov
1920
pytest-mock
2021
pytest-playwright
21-
playwright
22+
pytest-xdist
2223
types-beautifulsoup4
2324
types-jsonschema
2425
types-PyYAML
2526
types-requests
2627
types-setuptools
27-
types-toml
28-
build
28+
types-toml

0 commit comments

Comments
 (0)