Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip prod(deps): bump marimo from 0.9.32 to 0.9.33 #3611

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps marimo from 0.9.32 to 0.9.33.

Release notes

Sourced from marimo's releases.

0.9.33

⭐ Highlights

  • Configuration can now be overridden using pyproject.toml, providing more flexibility in managing notebook settings. This goes under the [tool.marimo] settings. To learn more about the configuration exposed, run marimo config describe
  • Frontend performance improvements to prevent unnecessary re-rendering
  • marimo.create_asgi_app supports ASGI middleware (e.g. for authentication/authorization)
  • Export to .ipynb improvements/interoperability. For example: marimo export ipynb nb.py -o snapshot.ipynb --include-outputs --sort=top-down. You can use this to view the outputs in GitHub or pipe the results in your other tools.

What's Changed

New Contributors

Full Changelog: marimo-team/marimo@0.9.32...0.9.33

Commits
  • b893810 release: 0.9.33
  • bca676f example: explore embeddings (#3097)
  • 791bad6 improvement: allow python files with just deps or no cells (#3096)
  • 387b711 improvement: add asgi middleware to create_asgi_app (#3095)
  • d016549 development: add command to print all routes (#3094)
  • 7ba411e improvement: include cell config and name in ipynb metadata (#3093)
  • b684689 fix: marimo export returns propper error code (#3091)
  • 4a8685a fix: allow grid controls to be edited (#3092)
  • f2c288b example: deploy editable notebooks in Modal (#3087)
  • e0e6ed8 improvement: add validate callback to asgi with_dynamic_directory (#3081)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.32 to 0.9.33.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.9.32...0.9.33)

---
updated-dependencies:
- dependency-name: marimo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.41%. Comparing base (f7d39a1) to head (23d4487).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3611   +/-   ##
=======================================
  Coverage   90.41%   90.41%           
=======================================
  Files         471      471           
  Lines       59138    59138           
  Branches     5611     5611           
=======================================
  Hits        53471    53471           
  Misses       4224     4224           
  Partials     1443     1443           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexarice alexarice merged commit 4cbec25 into main Dec 10, 2024
15 checks passed
@alexarice alexarice deleted the dependabot/pip/marimo-0.9.33 branch December 10, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants