Closed paulespinosa closed 3 months ago
This commit fixes a syntax error in pyproject.toml and also fixes erroneous dependency updates caused by dependabot.
pyproject.toml
closes #746
Fixed a syntax error in pyproject.toml and also fixed erroneous dependency updates caused by dependabot.
Dependabot caused a version conflict amongst connexion and werkzerg
pip-sync to update virtual environment dependencies Run tox to test API.
pip-sync
tox
This commit fixes a syntax error in
pyproject.toml
and also fixes erroneous dependency updates caused by dependabot.closes #746
What changes did you make?
Fixed a syntax error in
pyproject.toml
and also fixed erroneous dependency updates caused by dependabot.Rationale behind the changes?
Dependabot caused a version conflict amongst connexion and werkzerg
Testing done for these changes
pip-sync
to update virtual environment dependencies Runtox
to test API.