Skip to content

Commit 2700e3f

Browse files
Merge branch 'main' into fix/missing-cve_severity-test-failure
2 parents b300ece + a794d3b commit 2700e3f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

dev-requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
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"
5+
build
36
isort; python_version < "3.8"
47
isort==6.0.1; python_version >= "3.8"
58
pre-commit; python_version <= "3.8"
69
pre-commit==4.1.0; python_version > "3.8"
710
codespell==v2.4.1
811
flake8; python_version < "3.8"
912
flake8==7.1.2; python_version >= "3.8"
10-
bandit; python_version <= "3.8"
11-
bandit==1.8.3; python_version > "3.8"
1213
gitlint==v0.19.1
1314
interrogate
15+
jsonschema
1416
mypy==v1.15.0
17+
playwright
1518
pytest>=7.2.0
16-
pytest-xdist
17-
pytest-cov
1819
pytest-asyncio
20+
pytest-cov
1921
pytest-mock
2022
pytest-playwright
21-
playwright
23+
pytest-xdist
2224
types-beautifulsoup4
2325
types-jsonschema
2426
types-PyYAML
2527
types-requests
2628
types-setuptools
2729
types-toml
28-
build

0 commit comments

Comments
 (0)