Skip to content

Commit

Permalink
build(deps): bump seaborn from 0.13.0 to 0.13.1 (#514)
Browse files Browse the repository at this point in the history
Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.13.0 to
0.13.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mwaskom/seaborn/releases">seaborn's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.1 (December 2023)</h2>
<p>This is a minor release with some bug fixes and a couple new
features. All users are encouraged to update.</p>
<ul>
<li>
<p>|Feature| Added support for weighted mean estimation (with boostrap
CIs) <code>lineplot</code>, <code>barplot</code>,
<code>pointplot</code>, and <code>objects.Est</code> (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3580">#3580</a>,
<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3586">#3586</a>).</p>
</li>
<li>
<p>|Feature| Added the <code>extent</code> option
<code>objects.Plot.layout</code> (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3552">#3552</a>).</p>
</li>
<li>
<p>|Fix| Fixed a regression in v0.13.0 that triggered an exception when
working with non-numpy data types (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3516">#3516</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in <code>objects.Plot</code> so that tick labels
are shown for wrapped axes that aren't in the bottom-most row (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3600">#3600</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in <code>catplot</code> where a blank legend would
be added when <code>hue</code> was redundantly assigned (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3540">#3540</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in <code>catplot</code> where the
<code>edgecolor</code> parameter was ignored with
<code>kind=&quot;bar&quot;</code> (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3547">#3547</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in <code>boxplot</code> where an exception was
raised when using the matplotlib <code>bootstrap</code> option (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3562">#3562</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in <code>lineplot</code> where an exception was
raised when <code>hue</code> was assigned with an empty dataframe (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3569">#3569</a>).</p>
</li>
<li>
<p>|Fix| Fixed a bug in multiple categorical plots that raised with
<code>hue=None</code> and <code>dodge=True</code>; this is now has no
effect (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3605">#3605</a>).</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mwaskom/seaborn/commit/d00a27df750130e28e4801caaedc782433863a37"><code>d00a27d</code></a>
Merge master and update version for release</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/6890b315d00b74f372bc91f3929c803837b2ddf1"><code>6890b31</code></a>
Finalize v0.13.1 release notes</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/1771d8e2c903847d4274963638fbae32c52bd2d8"><code>1771d8e</code></a>
Update release notes</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/785708f4a4b5a4497958fa611df78da96b311879"><code>785708f</code></a>
Cleanup compat code for obsolete versions of dependencies (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3607">#3607</a>)</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/45a098fd254b6b7385e708b29a556017808ecd40"><code>45a098f</code></a>
FIX: Enable xticklabels for all bottom axes (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3600">#3600</a>)</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/2c115ed7626a236c772ee8a4eacdfa300c570e68"><code>2c115ed</code></a>
Avoid error when dodge=True, hue=None (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3605">#3605</a>)</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/1617be03dc8f6c2977dbb31714e3ea9029ea3c9a"><code>1617be0</code></a>
Add v0.13.1 release notes</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/9a0842d3a8449bc4d034792789495bd16a0f1615"><code>9a0842d</code></a>
Change how pandoc gets installed in CI (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3604">#3604</a>)</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/cfa74b4c1ab0e17b074c21604073d3152a4a0018"><code>cfa74b4</code></a>
Add a missing raise in kdeplot and slightly improve lmplot signature (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3602">#3602</a>)</li>
<li><a
href="https://github.com/mwaskom/seaborn/commit/5051ede2ee9715f41fbbf04323b900eb74ced41c"><code>5051ede</code></a>
Crosslink to aesthetics tutorial from set_context/plotting_context (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3599">#3599</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mwaskom/seaborn/compare/v0.13.0...v0.13.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=seaborn&package-manager=pip&previous-version=0.13.0&new-version=0.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 71a7f42 commit 28ed5c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28ed5c9

Please sign in to comment.