From acb6b9598b6d9857425faf431b0b146677b9d2f1 Mon Sep 17 00:00:00 2001 From: Glass Date: Thu, 19 Feb 2026 14:27:15 -0500 Subject: [PATCH] Remove comment about urllib3 usage --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) 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" }