Skip to content

Commit 92448d0

Browse files
committed
Precommit hook applied some changes
1 parent 83da916 commit 92448d0

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log for spellcheck-github-actions
22

3+
## 0.35.0, 2023-11-16, maintenance release, update not required
4+
5+
- 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)
6+
7+
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.
8+
9+
- backrefs bumped from version 5.0.1 to 5.6.0, see [release notes](https://github.com/facelessuser/backrefs/releases/tag/5.6)
10+
- beautifulsoup4 bumped from version 4.9.3 to 4.12.2, see [release notes](https://git.launchpad.net/beautifulsoup/tree/CHANGELOG)
11+
- lxml bumped from version 4.9.2 to 4.9.3, see [release notes](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
12+
- Markdown bumped from version 3.3.4 to 3.4.4, see [release notes](https://python-markdown.github.io/changelog/#344-2023-07-25)
13+
- pymdown-extension bumped from version 10.0.1 to 10.4, see [release notes](https://github.com/facelessuser/pymdown-extensions/releases/tag/10.4)
14+
- PyYAML bumped from version 5.4.1 to 6.0.1, see [release notes](https://github.com/yaml/pyyaml/blob/main/CHANGES)
15+
- soupsieve bumped from version 2.2.1 to 2.5, see [release notes](https://github.com/facelessuser/soupsieve/releases/tag/2.5)
16+
317
## 0.34.0, 2023-09-29, maintenance release, update not required
418

519
- 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

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
backrefs==5.0.1
2-
beautifulsoup4==4.9.3
1+
backrefs==5.6
2+
beautifulsoup4==4.12.2
33
bracex==2.1.1
44
html5lib==1.1
5-
lxml==4.9.2
6-
Markdown==3.3.4
7-
pymdown-extensions==10.0.1
5+
lxml==4.9.3
6+
Markdown==3.4.4
7+
pymdown-extensions==10.4
88
pyspelling==2.9
9-
PyYAML==5.4.1
9+
PyYAML==6.0.1
1010
six==1.16.0
11-
soupsieve==2.2.1
11+
soupsieve==2.5
1212
wcmatch>=8.5
1313
webencodings==0.5.1

wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ aSemy
4848
aicore
4949
albertvolkman
5050
backrefs
51+
beautifulsoup
5152
bracex
5253
chrispat
5354
codefences

0 commit comments

Comments
 (0)