We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab8ac45 + 2c5df2f commit e591a46Copy full SHA for e591a46
Dockerfile
@@ -1,5 +1,5 @@
1
# REF: https://hub.docker.com/_/python
2
-FROM python:3.12.7-slim-bullseye
+FROM python:3.13.0-slim-bullseye
3
4
LABEL "com.github.actions.name"="Spellcheck Action"
5
LABEL "com.github.actions.description"="Check spelling of files in repository"
requirements.txt
@@ -2,7 +2,7 @@ backrefs==5.6
beautifulsoup4==4.12.2
bracex==2.1.1
html5lib==1.1
-lxml==4.9.3
+lxml==5.3.0
6
Markdown==3.4.4
7
pymdown-extensions==10.4
8
pyspelling==2.10
0 commit comments