Skip to content

Commit

Permalink
Chore: Fix setuptools vulnerability
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 21, 2023
1 parent f7a5c08 commit 53a3eca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:
- name: 'Install dependencies'
run: |
pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install .
- name: 'Run: pip-audit'
uses: pypa/[email protected]
# with:
# ignore-vulns: |
# PYSEC-2023-163
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pandas-profiling = "*"
openscm-units = "*"
grpcio-health-checking = "==1.48.2"
python-pachyderm = "*"
setuptools = ">=65.5.1"

[requires]
python_version = "3.9"
11 changes: 10 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53a3eca

Please sign in to comment.