From 43790e6a0f47b4f9a416919ebf6358765499b6a6 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Tue, 23 Jan 2024 08:02:26 +0100 Subject: [PATCH] PR for btpsa-v1.12.4 (#633) --- .github/workflows/links-watcher-cron.yml | 2 +- config/python/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index fad827e5..36427f49 100644 --- a/.github/workflows/links-watcher-cron.yml +++ b/.github/workflows/links-watcher-cron.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1.9.1 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md diff --git a/config/python/requirements.txt b/config/python/requirements.txt index 9ffe4cc4..255b59c5 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -4,9 +4,9 @@ certifi==2023.11.17 charset-normalizer==3.3.2 inquirer==3.2.1 idna==3.6 -Jinja2==3.1.2 -jsonschema==4.20.0 -MarkupSafe==2.1.3 +Jinja2==3.1.3 +jsonschema==4.21.1 +MarkupSafe==2.1.4 mccabe==0.7.0 ninja2==0.1 pycodestyle==2.11.1