Skip to content

Commit 8ce9a1a

Browse files
Update Python to v3.12.4
1 parent 47cb330 commit 8ce9a1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.12.3
1+
FROM python:3.12.4
22
LABEL maintainer "ODL DevOps <mitx-devops@mit.edu>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 2 additions & 2 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.12.3"
12+
python = "3.12.4"
1313
attrs = "^23.1.0"
1414
base36 = "^0.1.1"
1515
beautifulsoup4 = "^4.8.2"

0 commit comments

Comments
 (0)