Skip to content

Commit

Permalink
fix(deps): update python to v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent aea496b commit 13aa3f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 104 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.9.18 as base
FROM python:3.12.2@sha256:19973e1796237522ed1fcc1357c766770b47dc15854eafdda055b65953fe5ec1 as base
LABEL maintainer "ODL DevOps <[email protected]>"

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


[tool.poetry.dependencies]
python = "3.9.18"
python = "3.12.2"
beautifulsoup4 = "^4.8.2"
celery = "^5.2.2"
celery-redbeat = "^2.0.0"
Expand Down

0 comments on commit 13aa3f6

Please sign in to comment.