From b815a127d74acb00b6abca7eeca71b98aa633743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:15:23 +0000 Subject: [PATCH 1/2] Update dependency WTForms to v3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0 From 19220f3aaafba05ed0ff5be8d934947a1db978c7 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 6 Jan 2024 12:15:15 +0000 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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 }} -- 2.49.0