Skip to content

chore: alphabetically sort dev-requirements.txt #4890 #4893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 5, 2025
14 changes: 7 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bandit==1.7.10; python_version <= "3.8"
bandit==1.8.3; python_version > "3.8"
black==24.10.0; python_version > "3.8"
black; python_version <= "3.8"
isort; python_version < "3.8"
Expand All @@ -7,22 +9,20 @@ pre-commit==4.1.0; python_version > "3.8"
codespell==v2.4.1
flake8; python_version < "3.8"
flake8==7.1.2; python_version >= "3.8"
bandit; python_version <= "3.8"
bandit==1.8.3; python_version > "3.8"
gitlint==v0.19.1
interrogate
jsonschema
mypy==v1.15.0
playwright
pytest>=7.2.0
pytest-xdist
pytest-cov
pytest-asyncio
pytest-cov
pytest-mock
pytest-playwright
playwright
pytest-xdist
types-beautifulsoup4
types-jsonschema
types-PyYAML
types-requests
types-setuptools
types-toml
build
types-toml
Loading