We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools
safety
1 parent d92a153 commit 3d4f082Copy full SHA for 3d4f082
.github/workflows/lint.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip wheel
26
- # TODO: remove setuptools installation when safety==2.4.0 is released
27
- python -m pip install --upgrade safety setuptools
+ python -m pip install --upgrade safety
28
python -m pip install --editable .
29
# Ignore 62044 / CVE-2023-5752, we're not using that pip or feature
30
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours
0 commit comments