Skip to content

Commit 7b888af

Browse files
fix(deps): update python to v3.12.1
1 parent edf672a commit 7b888af

File tree

3 files changed

+9
-69
lines changed

3 files changed

+9
-69
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.9.18 as base
1+
FROM python:3.12.1 as base
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44
# Add package files, install updated node and pip

poetry.lock

Lines changed: 7 additions & 67 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
@@ -28,7 +28,7 @@ authors = ["MIT ODL"]
2828

2929

3030
[tool.poetry.dependencies]
31-
python = "3.9.18"
31+
python = "3.12.1"
3232
beautifulsoup4 = "^4.8.2"
3333
celery = "^5.2.2"
3434
celery-redbeat = "^2.0.0"

0 commit comments

Comments
 (0)