Skip to content

Commit 18047ef

Browse files
fix(deps): update python to v3.12.5
1 parent 115cfda commit 18047ef

File tree

3 files changed

+9
-64
lines changed

3 files changed

+9
-64
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.10.13
1+
FROM python:3.12.5
22
LABEL maintainer "ODL DevOps <[email protected]>"
33

44

poetry.lock

Lines changed: 7 additions & 62 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
@@ -32,7 +32,7 @@ packages = []
3232
authors = ["MIT ODL"]
3333

3434
[tool.poetry.dependencies]
35-
python = "3.10.13"
35+
python = "3.12.5"
3636
django = "^4.2.13"
3737
celery = {extras = ["redis"], version = "^5.3.6"}
3838
boto3 = "^1.16.63"

0 commit comments

Comments
 (0)