OpenCyphal / nunaweb

A web UI for transcompiling DSDL via Nunavut.
https://nunaweb.opencyphal.org/
MIT License
4 stars 1 forks source link

Update dependencies (#49) #51

Closed songmeo closed 1 year ago

songmeo commented 1 year ago

Changes: Flask=2.3.3, celery=5.3.4, nunavut==2.3.1 nunaserver/generator.py nunaserver/tasks.py

To be done: update minio module (to be done in #48) pyproject.toml, views.py, logging.py, forms.py, archive_utils.py, services/dataOptions.js

pavel-kirienko commented 1 year ago

Pushing this directly to the main branch will trigger a deployment (see https://github.com/OpenCyphal/nunaweb/blob/main/.github/workflows/production.yml). I recommend changing the merge target to some staging branch which is to be merged into main when all of the required changes are implemented. Alternatively, you could just close this PR and continue using this branch as the staging branch.