Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

fix(deps): downgrade to working CacheControl #367

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ RUN install-pip pipenv 2020.11.15

# renovate: datasource=github-releases lookupName=python-poetry/poetry
RUN install-tool poetry 1.1.11
# Workaround until https://github.com/python-poetry/poetry/issues/4688 is fixed
RUN /usr/local/poetry/*/venv/bin/pip install cachecontrol==0.12.6
rarkins marked this conversation as resolved.
Show resolved Hide resolved

# renovate: datasource=pypi
RUN install-pip hashin 0.15.0
Expand Down