Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 3d5d567 commit 3b55b30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

COPY ./dist/*.whl /opt/cloudimagedirectory/
COPY ./data/image-data.json /opt/cloudimagedirectory/
Expand Down
47 changes: 3 additions & 44 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 @@ -22,7 +22,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.12.5"
click = "^8.1.7"
pytz = "^2023.3"
pandas = "^2.2.1"
Expand Down

0 comments on commit 3b55b30

Please sign in to comment.