These are not needed to run tests. --- isort-6.0.1/pyproject.toml.orig +++ isort-6.0.1/pyproject.toml @@ -105,41 +105,25 @@ [dependency-groups] dev = [ - "bandit>=1.7.7", "black>=24.3.0", "colorama>=0.4.6", "coverage[toml]>=6.5.0", - "cruft>=2.12.0", - "example-isort-sorting-plugin>=0.1.0", - "example-shared-isort-profile>=0.1.0", "flake8>=3.8.4", "flake8-bugbear>=22.12.12", - "flake8-pyproject>=1.2.3", - "hatch>=1.14.0", "httpx>=0.13.3", "hypothesis>=6.10.1", "hypothesmith>=0.1.3", "libcst>=0.3.18", "mypy>=1.14.1", "mypy-extensions>=0.4.3", - "pep8-naming>=0.8.2", "pip>=21.1.1", - "pip_api>=0.0.12", - "pipreqs>=0.4.9", - "portray>=1.8.0", - "pre-commit>=2.13.0", "pylama>=7.7", "pytest>=7.4.2", "pytest-benchmark>=3.4.1", "pytest-mock>=1.10", - "requirementslib>=1.5", - "ruff>=0.9.6", - "stdlibs>=2024.10.21.16", "toml>=0.10.2", - "types-colorama>=0.4.2", "types-setuptools>=70.0.0.20240523", "types-toml>=0.1.3", - "vulture>=1.0", ] [tool.flake8]