We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc4213 commit 49bf934Copy full SHA for 49bf934
Dockerfile
@@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
23
ENV PATH="$PATH:/home/datashader/.local/bin"
24
RUN pip install --upgrade pip && \
25
pip install --no-cache-dir /home/datashader/tmp/*.whl && \
26
- pip install gunicorn==20.1.0 && \
+ pip install gunicorn==22.0.0 && \
27
pip install uvicorn==0.24.0
28
29
COPY deployment/logging_config.yml /opt/elastic_datashader/
pyproject.toml
@@ -39,7 +39,7 @@ humanize = "*"
39
uvicorn = {extras = ["standard"], version = "0.24.0", optional = true}
40
fastapi = ">=0.109.1"
41
georgio = "2023.156.924"
42
-jinja2 = "3.1.2"
+jinja2 = "3.1.4"
43
44
[tool.poetry.dev-dependencies]
45
pytest = "*"
0 commit comments