canonical / notebook-operators

Charmed Jupyter Notebooks
Apache License 2.0
5 stars 9 forks source link

fix: markupsafe bug by updating chisme in all charms #395

Closed misohu closed 1 month ago

misohu commented 1 month ago

This should fix the markupsafe problem https://github.com/canonical/bundle-kubeflow/issues/883

I have updated chisme in all requirements

for pattern in "requirements.in" "requirements-fmt.in" "requirements*.in"; do find . -type f -name "$pattern" -exec bash -c "cd \$(dirname "{}") && pip-compile \$(basename "{}") -P charmed-kubeflow-chisme --upgrade" \;; done
misohu commented 1 month ago

Closing because we merged this one https://github.com/canonical/notebook-operators/pulls?q=is%3Apr+is%3Aclosed