Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

PR for btpsa-v1.12.5 #641

Merged
merged 6 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/links-watcher-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down