diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2858a86..59d2d03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,3 +17,4 @@ jobs: uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} diff --git a/requirements.txt b/requirements.txt index b36a583..a5cf810 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astroid==3.0.2 -attrs==23.1.0 +attrs==23.2.0 certifi==2023.11.17 charset-normalizer==3.3.2 click==8.1.7