File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
2323ENV PATH="$PATH:/home/datashader/.local/bin"
2424RUN pip install --upgrade pip && \
2525 pip install --no-cache-dir /home/datashader/tmp/*.whl && \
26- pip install gunicorn==20.1 .0 && \
26+ pip install gunicorn==22.0 .0 && \
2727 pip install uvicorn==0.24.0
2828
2929COPY deployment/logging_config.yml /opt/elastic_datashader/
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ humanize = "*"
3939uvicorn = {extras = [" standard" ], version = " 0.24.0" , optional = true }
4040fastapi = " >=0.109.1"
4141georgio = " 2023.156.924"
42- jinja2 = " 3.1.2 "
42+ jinja2 = " 3.1.4 "
4343
4444[tool .poetry .dev-dependencies ]
4545pytest = " *"
You can’t perform that action at this time.
0 commit comments