Skip to content

Commit 49bf934

Browse files
author
Nate Bynum
committed
Update versions due to CVE vulnerabilities
1 parent 3dc4213 commit 49bf934

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
2323
ENV PATH="$PATH:/home/datashader/.local/bin"
2424
RUN 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

2929
COPY deployment/logging_config.yml /opt/elastic_datashader/

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ humanize = "*"
3939
uvicorn = {extras = ["standard"], version = "0.24.0", optional = true}
4040
fastapi = ">=0.109.1"
4141
georgio = "2023.156.924"
42-
jinja2 = "3.1.2"
42+
jinja2 = "3.1.4"
4343

4444
[tool.poetry.dev-dependencies]
4545
pytest = "*"

0 commit comments

Comments
 (0)