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

Commit 080780f

Browse files
authored
PR for btpsa-v1.12.5 (#641)
1 parent 43790e6 commit 080780f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
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.1
20+
uses: lycheeverse/lychee-action@v1.9.3
2121
with:
2222
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
2323
output: ./lychee/out.md
@@ -33,7 +33,7 @@ jobs:
3333
broken link
3434
automated issue
3535
- name: Create or update issue for broken links
36-
uses: peter-evans/create-issue-from-file@v4
36+
uses: peter-evans/create-issue-from-file@v5
3737
if: ${{ steps.lychee.outputs.exit_code }} != 0
3838
with:
3939
title: Link Checker Report

config/python/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
attrs==23.2.0
22
blessed==1.20.0
3-
certifi==2023.11.17
3+
certifi==2024.2.2
44
charset-normalizer==3.3.2
5-
inquirer==3.2.1
5+
inquirer==3.2.3
66
idna==3.6
77
Jinja2==3.1.3
88
jsonschema==4.21.1
9-
MarkupSafe==2.1.4
9+
MarkupSafe==2.1.5
1010
mccabe==0.7.0
1111
ninja2==0.1
1212
pycodestyle==2.11.1
@@ -17,7 +17,7 @@ python-editor==1.0.4
1717
readchar==4.0.5
1818
requests==2.31.0
1919
six==1.16.0
20-
urllib3==2.1.0
20+
urllib3==2.2.0
2121
wcwidth==0.2.13
2222
pyyaml==6.0.1
2323
xmltodict==0.13.0

0 commit comments

Comments
 (0)