Skip to content

chore(deps): bump plotnine from 0.15.4 to 0.15.7#3268

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/plotnine-0.15.7
Open

chore(deps): bump plotnine from 0.15.4 to 0.15.7#3268
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/plotnine-0.15.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps plotnine from 0.15.4 to 0.15.7.

Release notes

Sourced from plotnine's releases.

v0.15.7

Bug Fixes

  • Fixed the text line spacing in theme_gray, theme_matplotlib, theme_seaborn and theme_void so that it renders correctly with matplotlib 3.11. The 3.11 text overhaul changed how the line height is derived from the font, which threw off the previous numeric linespacing values.

v0.15.6

Bug Fixes

  • Fixed last_plot() so that it returns an independent, pristine snapshot of the plot. Previously the plot was stored as a shallow copy and building it mutated shared nested state (e.g. the theme), leaving last_plot() referencing a half-built plot.

v0.15.5

Bug Fixes

  • For interactive output, binary image data is now base64 encoded, making the output visible for pyodide blocks in quarto-live pages.
Changelog

Sourced from plotnine's changelog.

v0.15.7

(2026-06-13)

Bug Fixes

  • Fixed the text line spacing in theme_gray, theme_matplotlib, theme_seaborn and theme_void so that it renders correctly with matplotlib 3.11. The 3.11 text overhaul changed how the line height is derived from the font, which threw off the previous numeric linespacing values.

v0.15.6

(2026-06-08)

Bug Fixes

  • Fixed last_plot() so that it returns an independent, pristine snapshot of the plot. Previously the plot was stored as a shallow copy and building it mutated shared nested state (e.g. the theme), leaving last_plot() referencing a half-built plot.

v0.15.5

(2026-06-03)

Bug Fixes

  • Fixed the MIME bundle returned for a plot so that binary images (image/png, image/jpeg and application/pdf) are base64-encoded. This makes the bundle valid for consumers that read it directly, e.g. quarto-live's pyodide engine.
Commits
  • 0665309 docs: add changelog entry for v0.15.7
  • 69a1b7f fix(themes): adapt linespacing across the matplotlib 3.11 boundary
  • 406f6b9 DOC: Add changelog entries for v0.15.5 and v0.15.6
  • 6e52461 BUG: Deepcopy the plot saved as last_plot
  • 0614d19 BUG: Base64-encode binary images in MIME bundle
  • See full diff 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 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 [plotnine](https://github.com/has2k1/plotnine) from 0.15.4 to 0.15.7.
- [Release notes](https://github.com/has2k1/plotnine/releases)
- [Changelog](https://github.com/has2k1/plotnine/blob/v0.15.7/doc/changelog.qmd)
- [Commits](has2k1/plotnine@v0.15.4...v0.15.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 15, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants