diff --git a/Taskfile.yml b/Taskfile.yml index 6564f5a..eaff88b 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -76,7 +76,7 @@ tasks: with-env-variable --name=DEBIAN_FRONTEND --value=noninteractive with-exec --args="apt-get,update,-qq" with-exec --args="apt-get,install,-y,-qq,python3,python3-venv,python3-pip,gcc,libpq-dev" - with-exec --args="pip,install,--quiet,--break-system-packages,pip-tools" + with-exec --args="pip,install,--quiet,--break-system-packages,pip-tools,click<8.5.0" with-directory --path=/work --source=containers with-workdir --path=/work with-exec --args="pip-compile,--allow-unsafe,--generate-hashes,--output-file=sidecar-requirements.txt,--strip-extras,sidecar-requirements.in"