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

Commit

Permalink
PR for release btpsa-v1.12.3 (#627)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
lechnerc77 and dependabot[bot] authored Jan 9, 2024
1 parent 956f2f9 commit ee2013d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
output: ./lychee/out.md
Expand Down
8 changes: 4 additions & 4 deletions config/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
attrs==23.1.0
attrs==23.2.0
blessed==1.20.0
certifi==2023.11.17
charset-normalizer==3.3.2
inquirer==3.1.4
inquirer==3.2.1
idna==3.6
Jinja2==3.1.2
jsonschema==4.20.0
MarkupSafe==2.1.3
mccabe==0.7.0
ninja2==0.1
pycodestyle==2.11.1
pyflakes==3.0.1
pyflakes==3.2.0
pyrsistent==0.20.0
python-dateutil==2.8.2
python-editor==1.0.4
readchar==4.0.5
requests==2.31.0
six==1.16.0
urllib3==2.1.0
wcwidth==0.2.12
wcwidth==0.2.13
pyyaml==6.0.1
xmltodict==0.13.0
shortuuid==1.0.11

0 comments on commit ee2013d

Please sign in to comment.