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 15, 2024
1 parent e20bbdf commit 580103f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 62 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.15
FROM python:3.12.4
LABEL maintainer "ODL DevOps <[email protected]>"

# Add package files, install updated node and pip
Expand Down
66 changes: 6 additions & 60 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 @@ -8,7 +8,7 @@ readme = "README.md"
packages = []

[tool.poetry.dependencies]
python = "3.9.15"
python = "3.12.4"

Pillow = "10.3.0"
PyNaCl = "1.5.0"
Expand Down

0 comments on commit 580103f

Please sign in to comment.