web
web copied to clipboard
chore(deps): update dependency kaleido to v1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| kaleido | ==0.2.1 -> ==1.2.0 |
Release Notes
plotly/kaleido (kaleido)
v1.2.0
v1.1.0
v1.1.0 fixes various bugs found through improved testing.
Most importantly, it adds to the API an option to start a persistent sync server which speeds up subsequence calls to write_fig_sync, calc_fig_sync, etc.
Use:
kaliedo.start_sync_server() and kaliedo.stop_sync_server()
v1.0.0
Kaleido v1 introduces a new API. If you're currently using v0, you'll need to make changes to your code and environment where you are running Kaleido.
- If using Kaleido v1 with Plotly.py, you will need to install Plotly.py v6.1.1 or later.
- Chrome is no longer included with Kaleido. Kaleido will look for an existing Chrome installation, but also provides commands for installing Chrome. If you don't have Chrome, you'll need to install it. See the installation section above for instructions.
- If your code uses Kaleido directly:
kaleido.scopes.plotlyhas been removed in v1. Kaleido v1 provideswrite_figandwrite_fig_syncfor exporting Plotly figures.
v0.4.2
v0.4.1
v0.4.0
v0.2.1.post1
Adds arm32 support, no changes to other architectures so they aren't published with this tag.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.