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.4 #633

Merged
merged 4 commits into from
Jan 23, 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
2 changes: 1 addition & 1 deletion .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.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
Expand Down
6 changes: 3 additions & 3 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down