Skip to content

Commit

Permalink
Update python Docker tag to v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent f92ad44 commit 54a9c9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.6
3.13.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.6
FROM python:3.13.1
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
68 changes: 5 additions & 63 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 @@ -9,7 +9,7 @@ authors = ["MIT ODL"]


[tool.poetry.dependencies]
python = "3.12.6"
python = "3.13.1"
boto3 = "^1.35.81"
celery = "^5.3.1"
channels = {version = "^4.2.0"}
Expand Down

0 comments on commit 54a9c9f

Please sign in to comment.