Skip to content

Commit e591a46

Browse files
Merge pull request #217 from rojopolis/dependabot/docker/python-3.13.0-slim-bullseye
2 parents ab8ac45 + 2c5df2f commit e591a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# REF: https://hub.docker.com/_/python
2-
FROM python:3.12.7-slim-bullseye
2+
FROM python:3.13.0-slim-bullseye
33

44
LABEL "com.github.actions.name"="Spellcheck Action"
55
LABEL "com.github.actions.description"="Check spelling of files in repository"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ backrefs==5.6
22
beautifulsoup4==4.12.2
33
bracex==2.1.1
44
html5lib==1.1
5-
lxml==4.9.3
5+
lxml==5.3.0
66
Markdown==3.4.4
77
pymdown-extensions==10.4
88
pyspelling==2.10

0 commit comments

Comments
 (0)