From ca9ab1083f8be19eba1fbfc29b78def7ff971d08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:20:24 +0000 Subject: [PATCH] Update dependency WTForms to v3.1.2 (#76) * Update dependency WTForms to v3.1.2 * Update ci.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luke Tainton --- .github/workflows/ci.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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