Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump contourpy from 1.3.0 to 1.3.1 (#118)
Bumps [contourpy](https://github.com/contourpy/contourpy) from 1.3.0 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/contourpy/contourpy/releases">contourpy's releases</a>.</em></p> <blockquote> <h2>Version 1.3.1</h2> <p>ContourPy 1.3.1 is a compatibility release to support changes in <code>bokeh</code>, <code>meson-python</code> and <code>pybind11</code>.</p> <p>This release supports Python 3.10 to 3.13.</p> <p>Compatibility:</p> <ul> <li>Drop support for Python 3.9 (<a href="https://redirect.github.com/contourpy/contourpy/issues/435">#435</a>)</li> <li>Update to <code>bokeh</code> 3.6.0 (<a href="https://redirect.github.com/contourpy/contourpy/issues/444">#444</a>)</li> <li>Update minimum <code>pybind11</code> to 2.13.2 (<a href="https://redirect.github.com/contourpy/contourpy/issues/451">#451</a>)</li> <li>Read <code>meson-python</code> version in recommended way (<a href="https://redirect.github.com/contourpy/contourpy/issues/452">#452</a>)</li> </ul> <p>Code improvements:</p> <ul> <li>Use <code>itertools.pairwise</code> instead of <code>zip</code> where possible (<a href="https://redirect.github.com/contourpy/contourpy/issues/437">#437</a>)</li> <li>Typing changes from <code>ruff</code> UP035 and UP038 (<a href="https://redirect.github.com/contourpy/contourpy/issues/438">#438</a>)</li> </ul> <p>Build, testing and CI improvements:</p> <ul> <li>Tidy up python 3.13 CI (<a href="https://redirect.github.com/contourpy/contourpy/issues/449">#449</a>)</li> <li>Build Python 3.13t wheels on Windows (<a href="https://redirect.github.com/contourpy/contourpy/issues/450">#450</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/contourpy/contourpy/blob/main/docs/changelog.rst">contourpy's changelog</a>.</em></p> <blockquote> <h2>v1.3.1 (2024-11-12)</h2> <p>ContourPy 1.3.1 is a compatibility release to support changes in <code>bokeh</code>, <code>meson-python</code> and <code>pybind11</code>.</p> <p>This release supports Python 3.10 to 3.13.</p> <p>Compatibility:</p> <ul> <li>Drop support for Python 3.9 (:pr:<code>435</code>)</li> <li>Update to <code>bokeh</code> 3.6.0 (:pr:<code>444</code>)</li> <li>Update minimum <code>pybind11</code> to 2.13.2 (:pr:<code>451</code>)</li> <li>Read <code>meson-python</code> version in recommended way (:pr:<code>452</code>)</li> </ul> <p>Code improvements:</p> <ul> <li>Use <code>itertools.pairwise</code> instead of <code>zip</code> where possible (:pr:<code>437</code>)</li> <li>Typing changes from <code>ruff</code> UP035 and UP038 (:pr:<code>438</code>)</li> </ul> <p>Build, testing and CI improvements:</p> <ul> <li>Tidy up python 3.13 CI (:pr:<code>449</code>)</li> <li>Build Python 3.13t wheels on Windows (:pr:<code>450</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/contourpy/contourpy/commit/1b253baa44e05b65859e97a68ddeb34cf23b7a71"><code>1b253ba</code></a> Prepare for v1.3.1 release (<a href="https://redirect.github.com/contourpy/contourpy/issues/453">#453</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/7b69bf6ad594372a9af04917edf59ee5700f532f"><code>7b69bf6</code></a> Read meson-python in recommended way (<a href="https://redirect.github.com/contourpy/contourpy/issues/452">#452</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/1429fbfd1ba5edcb9d32dd0efd1ec3d8aa2e122b"><code>1429fbf</code></a> Update minimum pybind11 to 2.13.2 (<a href="https://redirect.github.com/contourpy/contourpy/issues/451">#451</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/27160ab9a3f2d32f8d6b1990ae2919475c322283"><code>27160ab</code></a> Build Python 3.13t wheels on Windows (<a href="https://redirect.github.com/contourpy/contourpy/issues/450">#450</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/3305bd493f47d4fc1d703f6d7321b20ae93dce4e"><code>3305bd4</code></a> Tidy up python 3.13 CI (<a href="https://redirect.github.com/contourpy/contourpy/issues/449">#449</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/513926bc3c93e27ecd9a97b26464f35f5fb09f4c"><code>513926b</code></a> Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 in the actions group (<a href="https://redirect.github.com/contourpy/contourpy/issues/447">#447</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/d4c97123a141cc63743d9d3b057227bae944d208"><code>d4c9712</code></a> Bump pypa/cibuildwheel from 2.21.1 to 2.21.2 in the actions group (<a href="https://redirect.github.com/contourpy/contourpy/issues/446">#446</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/08dc62117126f12f28115b0ecf6fd8b49d6be89b"><code>08dc621</code></a> ci: Bump scientific-python/upload-nightly-action from 0.6.0 to 0.6.1 (<a href="https://redirect.github.com/contourpy/contourpy/issues/445">#445</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/87344a6ae6b8375cab3a12fd581a145d65937733"><code>87344a6</code></a> Update to bokeh 3.6.0 (<a href="https://redirect.github.com/contourpy/contourpy/issues/444">#444</a>)</li> <li><a href="https://github.com/contourpy/contourpy/commit/c12cb4d6b8a77bf7108ad3791e16b1f9aa4399d7"><code>c12cb4d</code></a> Bump scientific-python/upload-nightly-action in the actions group (<a href="https://redirect.github.com/contourpy/contourpy/issues/443">#443</a>)</li> <li>Additional commits viewable in <a href="https://github.com/contourpy/contourpy/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=contourpy&package-manager=pip&previous-version=1.3.0&new-version=1.3.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>
- Loading branch information