From f343a02362219ca9e99d1dc4edd64d66218a5fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:28:23 +0000 Subject: [PATCH 1/2] Bump python from 3.12.7-slim-bullseye to 3.13.0-slim-bullseye Bumps python from 3.12.7-slim-bullseye to 3.13.0-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6cdf5e4..9b102752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" From 2c5df2ffb8266d145e0d773ab8f67f7bf12118b1 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 24 Oct 2024 22:36:15 +0200 Subject: [PATCH 2/2] Bumped lxml, since this uses wheel and we need a newer version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c8938d3..351538be 100644 --- a/requirements.txt +++ b/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 Markdown==3.4.4 pymdown-extensions==10.4 pyspelling==2.10