Skip to content

Commit

Permalink
The core component PySpelling has been updated from version 2.7.3 to
Browse files Browse the repository at this point in the history
version 2.8.1, see the release history for PySpelling:

- https://github.com/facelessuser/pyspelling/releases
  • Loading branch information
jonasbn committed Aug 4, 2022
1 parent e665058 commit 35871c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log for spellcheck-github-actions

## 0.26.0, 2022-08-04, maintenance release, update recommended

- The core component PySpelling has been updated from version 2.7.3 to version 2.8.1, see the [release history for PySpelling](https://github.com/facelessuser/pyspelling/releases)

## 0.25.0, 2022-07-08, maintenance release, update recommended

- `lxml` requirement bumped from version 4.6.5 to 4.9.1 addressing a security issue [SNYK-PYTHON-LXML-2940874](https://security.snyk.io/vuln/SNYK-PYTHON-LXML-2940874) / [CVE-2022-2309](https://www.cve.org/CVERecord?id=CVE-2022-2309) / [CWE-476](https://cwe.mitre.org/data/definitions/476.html) via PR [#104](https://github.com/rojopolis/spellcheck-github-actions/pull/104) from @snyk-bot
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html5lib==1.1
lxml==4.9.1
Markdown==3.3.4
pymdown-extensions==8.2
pyspelling==2.7.3
pyspelling==2.8.1
PyYAML==5.4.1
six==1.16.0
soupsieve==2.2.1
Expand Down

0 comments on commit 35871c5

Please sign in to comment.