diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce3eb9f..83cd7ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,10 @@ jobs: uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} dockerci: uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} diff --git a/requirements.txt b/requirements.txt index d3a1619..926e759 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ humanfriendly==10.0 identify==2.5.33 idna==3.6 iniconfig==2.0.0 -lazy-object-proxy==1.9.0 +lazy-object-proxy==1.10.0 mccabe==0.7.0 mypy-extensions==1.0.0 nodeenv==1.8.0