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 82bc108
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: 'Run: pip-audit'
uses: pypa/[email protected]
# with:
# ignore-vulns: |
# PYSEC-2023-163
# 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 82bc108

Please sign in to comment.