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

Commit 43790e6

Browse files
authored
PR for btpsa-v1.12.4 (#633)
1 parent ee2013d commit 43790e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/links-watcher-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Link Checker
1919
id: lychee
20-
uses: lycheeverse/lychee-action@v1.9.0
20+
uses: lycheeverse/lychee-action@v1.9.1
2121
with:
2222
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
2323
output: ./lychee/out.md

config/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ certifi==2023.11.17
44
charset-normalizer==3.3.2
55
inquirer==3.2.1
66
idna==3.6
7-
Jinja2==3.1.2
8-
jsonschema==4.20.0
9-
MarkupSafe==2.1.3
7+
Jinja2==3.1.3
8+
jsonschema==4.21.1
9+
MarkupSafe==2.1.4
1010
mccabe==0.7.0
1111
ninja2==0.1
1212
pycodestyle==2.11.1

0 commit comments

Comments
 (0)