diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfea3be..4bf0e3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,3 +16,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 b093678..3e95972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ MarkupSafe==2.1.3 requests==2.31.0 urllib3==2.1.0 Werkzeug==3.0.1 -WTForms==3.1.1 \ No newline at end of file +WTForms==3.1.2 \ No newline at end of file