From 080780fa64b65ed3316cad07fdccd6baf37cbd71 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Tue, 13 Feb 2024 08:00:01 +0100 Subject: [PATCH] PR for btpsa-v1.12.5 (#641) --- .github/workflows/links-watcher-cron.yml | 4 ++-- config/python/requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/links-watcher-cron.yml b/.github/workflows/links-watcher-cron.yml index 36427f49..96af1542 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.1 + uses: lycheeverse/lychee-action@v1.9.3 with: args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md' output: ./lychee/out.md @@ -33,7 +33,7 @@ jobs: broken link automated issue - name: Create or update issue for broken links - uses: peter-evans/create-issue-from-file@v4 + uses: peter-evans/create-issue-from-file@v5 if: ${{ steps.lychee.outputs.exit_code }} != 0 with: title: Link Checker Report diff --git a/config/python/requirements.txt b/config/python/requirements.txt index 255b59c5..d97bf342 100644 --- a/config/python/requirements.txt +++ b/config/python/requirements.txt @@ -1,12 +1,12 @@ attrs==23.2.0 blessed==1.20.0 -certifi==2023.11.17 +certifi==2024.2.2 charset-normalizer==3.3.2 -inquirer==3.2.1 +inquirer==3.2.3 idna==3.6 Jinja2==3.1.3 jsonschema==4.21.1 -MarkupSafe==2.1.4 +MarkupSafe==2.1.5 mccabe==0.7.0 ninja2==0.1 pycodestyle==2.11.1 @@ -17,7 +17,7 @@ python-editor==1.0.4 readchar==4.0.5 requests==2.31.0 six==1.16.0 -urllib3==2.1.0 +urllib3==2.2.0 wcwidth==0.2.13 pyyaml==6.0.1 xmltodict==0.13.0