Skip to content

Commit

Permalink
fix(deps): update python to v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 17ec138 commit b2d42c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 64 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.13
FROM python:3.12.4
LABEL maintainer "ODL DevOps <[email protected]>"


Expand Down
69 changes: 7 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ packages = []
authors = ["MIT ODL"]

[tool.poetry.dependencies]
python = "3.10.13"
python = "3.12.4"
django = "^3.2.25"
celery = {extras = ["redis"], version = "^5.2.7"}
boto3 = "^1.16.63"
Expand Down

0 comments on commit b2d42c4

Please sign in to comment.