diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d933dd..75a290e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log for spellcheck-github-actions +## 0.35.0, 2023-11-16, maintenance release, update not required + +- Docker image updated to Python 3.12.0 slim via PR [#177](https://github.com/rojopolis/spellcheck-github-actions/pull/177) from Snyk. [Release notes for Python 3.12.0](https://docs.python.org/release/3.12.0/whatsnew/changelog.html) + +Bumping to Python 3.12.0 slim, introduced a number of dependency updates, not all were required, but I have decided to update quite a few, since the Docker image is rebuilt anyway. + +- backrefs bumped from version 5.0.1 to 5.6.0, see [release notes](https://github.com/facelessuser/backrefs/releases/tag/5.6) +- beautifulsoup4 bumped from version 4.9.3 to 4.12.2, see [release notes](https://git.launchpad.net/beautifulsoup/tree/CHANGELOG) +- lxml bumped from version 4.9.2 to 4.9.3, see [release notes](https://github.com/lxml/lxml/blob/master/CHANGES.txt) +- Markdown bumped from version 3.3.4 to 3.4.4, see [release notes](https://python-markdown.github.io/changelog/#344-2023-07-25) +- pymdown-extension bumped from version 10.0.1 to 10.4, see [release notes](https://github.com/facelessuser/pymdown-extensions/releases/tag/10.4) +- PyYAML bumped from version 5.4.1 to 6.0.1, see [release notes](https://github.com/yaml/pyyaml/blob/main/CHANGES) +- soupsieve bumped from version 2.2.1 to 2.5, see [release notes](https://github.com/facelessuser/soupsieve/releases/tag/2.5) + ## 0.34.0, 2023-09-29, maintenance release, update not required - Bumped the core component PySpelling to version 2.9, together with wcmatch, bumped to version 2.5, all via PR [#174](https://github.com/rojopolis/spellcheck-github-actions/pull/170) bu @jonasbn diff --git a/requirements.txt b/requirements.txt index 30966d95..e62d866b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -backrefs==5.0.1 -beautifulsoup4==4.9.3 +backrefs==5.6 +beautifulsoup4==4.12.2 bracex==2.1.1 html5lib==1.1 -lxml==4.9.2 -Markdown==3.3.4 -pymdown-extensions==10.0.1 +lxml==4.9.3 +Markdown==3.4.4 +pymdown-extensions==10.4 pyspelling==2.9 -PyYAML==5.4.1 +PyYAML==6.0.1 six==1.16.0 -soupsieve==2.2.1 +soupsieve==2.5 wcmatch>=8.5 webencodings==0.5.1 diff --git a/wordlist.txt b/wordlist.txt index 3e69beaa..a2f7844b 100644 --- a/wordlist.txt +++ b/wordlist.txt @@ -48,6 +48,7 @@ aSemy aicore albertvolkman backrefs +beautifulsoup bracex chrispat codefences