diff --git a/pyproject.toml b/pyproject.toml index 2ceeda5..02ac64f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,7 +214,6 @@ conda-publish = { cmd = "anaconda upload *.conda", description = "Publish the .c "conda-build", ] } # Misc -# urllib3 is only used for package and deployment audit-deps = { cmd = "pip-audit --local -s osv", description = "Audit the package dependencies for vulnerabilities" } # Cleaning clean = { cmd = 'rm -rf .pytest_cache .ruff_cache **/*.egg-info **/dist **/__pycache__', description = "Clean up various caches and build artifacts" }