chore: drop git-url-parse dependency

This commit is contained in:
barredterra 2024-01-14 16:47:25 +01:00
parent b5c48255e1
commit a6d0969ebd
2 changed files with 1 additions and 2 deletions

View file

@ -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 .

View file

@ -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",