Skip to content

Bump plotnine from 0.15.3 to 0.15.7 in the python-dependencies group - #36

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/python-dependencies-4286b17577
Open

Bump plotnine from 0.15.3 to 0.15.7 in the python-dependencies group#36
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/python-dependencies-4286b17577

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 1 update: plotnine.

Updates plotnine from 0.15.3 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.

v0.15.4

New

  • Bundled agent skills

Bug Fixes

  • Allow statsmodels==0.14.4 on pyodide, which bundles that version. Other platforms still require statsmodels>=0.14.6 for pandas 3 compatibility.
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.

v0.15.4

(2026-05-05)

New

  • Bundled agent skills

Bug Fixes

  • Allow statsmodels==0.14.4 on pyodide, which bundles that version. Other platforms still require statsmodels>=0.14.6 for pandas 3 compatibility.
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
  • 947d803 BLD: Pin griffe<2.0.0 for doc builds
  • 3c386b7 Put skill description on oneline
  • e6be0a2 BLD: Allow statsmodels 0.14.4 on pyodide
  • d92dd7f Add agent skills for plotnine
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 1 update: [plotnine](https://github.com/has2k1/plotnine).


Updates `plotnine` from 0.15.3 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.3...v0.15.7)

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants