Skip to content

Update requirements: Bump networkx from 3.4.2 to 3.6.1 #214

Update requirements: Bump networkx from 3.4.2 to 3.6.1

Update requirements: Bump networkx from 3.4.2 to 3.6.1 #214

Workflow file for this run

name: Safety Vulnerability Scan
on: push
jobs:
safety:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@main
- name: Run Safety CLI to check for vulnerabilities
uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
args: --detailed-output