We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
Dependencies in requirements.txt and requirements-dev.txt were updated by dependabot causing version conflicts between connexion and werkzeug.
API dependencies must be updated via pyproject.toml and using the tool pip-compile as described in pyproject.toml.
Action Items
[X] Fix pyproject.toml because it contains a syntax error
[X] Run the pip-compile commands as documented in pyproject.toml to update the requirements files.
Overview
Dependencies in
requirements.txt
andrequirements-dev.txt
were updated bydependabot
causing version conflicts betweenconnexion
andwerkzeug
.API dependencies must be updated via
pyproject.toml
and using the toolpip-compile
as described inpyproject.toml
.Action Items
[X] Fix
pyproject.toml
because it contains a syntax error [X] Run thepip-compile
commands as documented inpyproject.toml
to update therequirements
files.