dependabot[bot] opened a new pull request, #27160:
URL: https://github.com/apache/beam/pull/27160

   Updates the requirements on [numpy](https://github.com/numpy/numpy) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/numpy/numpy/releases";>numpy's releases</a>.</em></p>
   <blockquote>
   <h2>v1.25.0</h2>
   <h1>NumPy 1.25.0 Release Notes</h1>
   <p>The NumPy 1.25.0 release continues the ongoing work to improve the
   handling and promotion of dtypes, increase the execution speed, and
   clarify the documentation. There has also been work to prepare for the
   future NumPy 2.0.0 release, resulting in a large number of new and
   expired deprecation. Highlights are:</p>
   <ul>
   <li>Support for MUSL, there are now MUSL wheels.</li>
   <li>Support the Fujitsu C/C++ compiler.</li>
   <li>Object arrays are now supported in einsum</li>
   <li>Support for inplace matrix multiplication (<code>@=</code>).</li>
   </ul>
   <p>We will be releasing a NumPy 1.26 when Python 3.12 comes out. That is
   needed because distutils has been dropped by Python 3.12 and we will be
   switching to using meson for future builds. The next mainline release
   will be NumPy 2.0.0. We plan that the 2.0 series will still support
   downstream projects built against earlier versions of NumPy.</p>
   <p>The Python versions supported in this release are 3.9-3.11.</p>
   <h2>Deprecations</h2>
   <ul>
   <li>
   <p><code>np.core.MachAr</code> is deprecated. It is private API. In names 
defined
   in <code>np.core</code> should generally be considered private.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/22638";>gh-22638</a>)</p>
   </li>
   <li>
   <p><code>np.finfo(None)</code> is deprecated.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/23011";>gh-23011</a>)</p>
   </li>
   <li>
   <p><code>np.round_</code> is deprecated. Use <code>np.round</code> 
instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/23302";>gh-23302</a>)</p>
   </li>
   <li>
   <p><code>np.product</code> is deprecated. Use <code>np.prod</code> 
instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/23314";>gh-23314</a>)</p>
   </li>
   <li>
   <p><code>np.cumproduct</code> is deprecated. Use <code>np.cumprod</code> 
instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/23314";>gh-23314</a>)</p>
   </li>
   <li>
   <p><code>np.sometrue</code> is deprecated. Use <code>np.any</code> 
instead.</p>
   <p>(<a 
href="https://redirect.github.com/numpy/numpy/pull/23314";>gh-23314</a>)</p>
   </li>
   <li>
   <p><code>np.alltrue</code> is deprecated. Use <code>np.all</code> 
instead.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/numpy/numpy/commit/db4f43983cb938f12c311e1f5b7165e270c393b4";><code>db4f439</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/23966";>#23966</a> from 
charris/prepare-1.25.0-release</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/8c6b0bca5d18405d4094d197b7815e25c5ac63fa";><code>8c6b0bc</code></a>
 REL: Prepare for the NumPy 1.25.0 release</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/d5f9d1a01a5574e64172fea6c59e13a127cc1523";><code>d5f9d1a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/23963";>#23963</a> from 
charris/backport-23962</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/9b19e19ab79eada8c415793a2c4e83a918c04d25";><code>9b19e19</code></a>
 TEST: change subprocess call to capture stderr too</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/78fa6fb9a3c9795b15fe5e06bb3ce3c7509e8f2b";><code>78fa6fb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/23957";>#23957</a> from 
charris/backport-23789</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/430fc83925706f3e815caa46d2837607cbb6cf2c";><code>430fc83</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/23956";>#23956</a> from 
charris/backport-23953</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/42ef942edece1e25bb1d0577a2f8d8bd46272590";><code>42ef942</code></a>
 Merge pull request <a 
href="https://redirect.github.com/numpy/numpy/issues/23955";>#23955</a> from 
charris/backport-23881</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/fa62e8c86caa3440e4216d57ba73f4766186976a";><code>fa62e8c</code></a>
 delete 23789.new_feature.rst from this PR</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/350c0039ef6454f29ebb6b1c0049692576463771";><code>350c003</code></a>
 Shorten release note to single point</li>
   <li><a 
href="https://github.com/numpy/numpy/commit/051d307b14a08e214567c8c008b05b85f74961ba";><code>051d307</code></a>
 release note</li>
   <li>Additional commits viewable in <a 
href="https://github.com/numpy/numpy/compare/v1.14.3...v1.25.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to