Skip to content

chore: sort dev-requirements.txt alphabetically #4904

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

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
black==24.10.0; python_version > "3.8"
black; python_version <= "3.8"
isort; python_version < "3.8"
isort==6.0.1; python_version >= "3.8"
pre-commit; python_version <= "3.8"
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
mypy==v1.15.0
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
Expand Down