Updates Python Version and Dependencies
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# `python-base` sets up all our shared environment variables
|
||||
FROM python:3.10-slim as python-base
|
||||
FROM python:3.12-slim as python-base
|
||||
|
||||
# python
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
|
||||
844
poetry.lock
generated
844
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
packages = [{include = "storage_service"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = "^3.12"
|
||||
pillow = "^10.0.0"
|
||||
redis = "^4.6.0"
|
||||
requests = "^2.31.0"
|
||||
|
||||
Reference in New Issue
Block a user