chore: drop git-url-parse dependency
This commit is contained in:
parent
b5c48255e1
commit
a6d0969ebd
2 changed files with 1 additions and 2 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue