Skip to content

Commit

Permalink
Precommit hook applied some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Nov 16, 2023
1 parent 83da916 commit 92448d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ aSemy
aicore
albertvolkman
backrefs
beautifulsoup
bracex
chrispat
codefences
Expand Down

0 comments on commit 92448d0

Please sign in to comment.