diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 8b35471d0c..ee906e4bcb 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -96,4 +96,4 @@ jobs: pip install pip-audit cd ${GITHUB_WORKSPACE} sed -i '/dropbox/d' pyproject.toml # Remove dropbox temporarily https://github.com/dropbox/dropbox-sdk-python/pull/456 - pip-audit --desc on --ignore-vuln GHSA-4xqq-73wg-5mjp . + pip-audit --desc on . diff --git a/pyproject.toml b/pyproject.toml index 228715a35d..9e4a9642af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,6 @@ dependencies = [ "croniter~=2.0.1", "cryptography~=41.0.3", "email-reply-parser~=0.5.12", - "git-url-parse~=1.2.2", "gunicorn~=21.2.0", "html5lib~=1.1", "ipython~=8.15.0",