Skip to content

Update plotnine requirement from >=0.15.4 to >=0.15.6 in /Python/rddensity#13

Merged
mdcattaneo merged 1 commit into
mainfrom
dependabot/pip/Python/rddensity/plotnine-gte-0.15.6
Jun 12, 2026
Merged

Update plotnine requirement from >=0.15.4 to >=0.15.6 in /Python/rddensity#13
mdcattaneo merged 1 commit into
mainfrom
dependabot/pip/Python/rddensity/plotnine-gte-0.15.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on plotnine to permit the latest version.

Release notes

Sourced from plotnine's releases.

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.
Changelog

Sourced from plotnine's changelog.

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.

v0.15.3

(2025-01-28)

Enhancements

  • Removed warnings about copy-on-write for pandas >= 3.0.0

v0.15.2

(2025-12-12)

Bug Fixes

  • Fixed random failures for when using plotnine in quarto == 1.8.26. {{< issue 1017 >}}

v0.15.1

(2025-09-30)

... (truncated)

Commits
  • 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 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)

Updates the requirements on [plotnine](https://github.com/has2k1/plotnine) to permit the latest version.
- [Release notes](https://github.com/has2k1/plotnine/releases)
- [Changelog](https://github.com/has2k1/plotnine/blob/v0.15.6/doc/changelog.qmd)
- [Commits](has2k1/plotnine@v0.15.4...v0.15.6)

---
updated-dependencies:
- dependency-name: plotnine
  dependency-version: 0.15.6
  dependency-type: direct:production
...

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 11, 2026

@mdcattaneo mdcattaneo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed dependency-only Dependabot update; CI is green.

@mdcattaneo mdcattaneo merged commit 5cfc34b into main Jun 12, 2026
3 checks passed
@mdcattaneo mdcattaneo deleted the dependabot/pip/Python/rddensity/plotnine-gte-0.15.6 branch June 12, 2026 09:32
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.

1 participant