Skip to content

Commit

Permalink
Update versions due to CVE vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Bynum committed May 30, 2024
1 parent 3dc4213 commit 49bf934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
ENV PATH="$PATH:/home/datashader/.local/bin"
RUN pip install --upgrade pip && \
pip install --no-cache-dir /home/datashader/tmp/*.whl && \
pip install gunicorn==20.1.0 && \
pip install gunicorn==22.0.0 && \
pip install uvicorn==0.24.0

COPY deployment/logging_config.yml /opt/elastic_datashader/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ humanize = "*"
uvicorn = {extras = ["standard"], version = "0.24.0", optional = true}
fastapi = ">=0.109.1"
georgio = "2023.156.924"
jinja2 = "3.1.2"
jinja2 = "3.1.4"

[tool.poetry.dev-dependencies]
pytest = "*"
Expand Down

0 comments on commit 49bf934

Please sign in to comment.