Skip to content

Commit

Permalink
Merge pull request #217 from rojopolis/dependabot/docker/python-3.13.…
Browse files Browse the repository at this point in the history
…0-slim-bullseye
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
2 parents ab8ac45 + 2c5df2f commit e591a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# REF: https://hub.docker.com/_/python
FROM python:3.12.7-slim-bullseye
FROM python:3.13.0-slim-bullseye

LABEL "com.github.actions.name"="Spellcheck Action"
LABEL "com.github.actions.description"="Check spelling of files in repository"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Markdown==3.4.4
pymdown-extensions==10.4
pyspelling==2.10
Expand Down

0 comments on commit e591a46

Please sign in to comment.