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

Commit ee2013d

Browse files
PR for release btpsa-v1.12.3 (#627)
* Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 (#626) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump wcwidth from 0.2.12 to 0.2.13 in /config/python (#625) Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.12 to 0.2.13. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.2.12...0.2.13) --- updated-dependencies: - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyflakes from 3.0.1 to 3.2.0 in /config/python (#624) Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.0.1 to 3.2.0. - [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst) - [Commits](PyCQA/pyflakes@3.0.1...3.2.0) --- updated-dependencies: - dependency-name: pyflakes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump inquirer from 3.1.4 to 3.2.1 in /config/python (#623) Bumps [inquirer](https://github.com/magmax/python-inquirer) from 3.1.4 to 3.2.1. - [Release notes](https://github.com/magmax/python-inquirer/releases) - [Commits](magmax/python-inquirer@v3.1.4...v3.2.1) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump attrs from 23.1.0 to 23.2.0 in /config/python (#622) Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 23.2.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 956f2f9 commit ee2013d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.8.0
20+
uses: lycheeverse/lychee-action@v1.9.0
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
attrs==23.1.0
1+
attrs==23.2.0
22
blessed==1.20.0
33
certifi==2023.11.17
44
charset-normalizer==3.3.2
5-
inquirer==3.1.4
5+
inquirer==3.2.1
66
idna==3.6
77
Jinja2==3.1.2
88
jsonschema==4.20.0
99
MarkupSafe==2.1.3
1010
mccabe==0.7.0
1111
ninja2==0.1
1212
pycodestyle==2.11.1
13-
pyflakes==3.0.1
13+
pyflakes==3.2.0
1414
pyrsistent==0.20.0
1515
python-dateutil==2.8.2
1616
python-editor==1.0.4
1717
readchar==4.0.5
1818
requests==2.31.0
1919
six==1.16.0
2020
urllib3==2.1.0
21-
wcwidth==0.2.12
21+
wcwidth==0.2.13
2222
pyyaml==6.0.1
2323
xmltodict==0.13.0
2424
shortuuid==1.0.11

0 commit comments

Comments
 (0)