Skip to content

Commit fea5933

Browse files
committed
upgrade python 3.12.9
1 parent 3e40399 commit fea5933

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.9 as base
1+
FROM python:3.12.9 as base
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["MIT ODL"]
99

1010

1111
[tool.poetry.dependencies]
12-
python = "3.11.9"
12+
python = "3.12.9"
1313

1414
beautifulsoup4 = "^4.8.2"
1515
bleach = "^5.0.1"

0 commit comments

Comments
 (0)