Bump mpmath from 1.2.1 to 1.3.0 in /.github/requirements (#102058)
Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/fredrik-johansson/mpmath/releases">mpmath's releases</a>.</em></p>
<blockquote>
<h2>1.3.0</h2>
<p>Security issues:</p>
<ul>
<li>Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg)</li>
</ul>
<p>Features:</p>
<ul>
<li>Added quadsubdiv() for numerical integration with adaptive path splitting
(Fredrik Johansson)</li>
<li>Added the Cohen algorithm for inverse Laplace transforms
(Guillermo Navas-Palencia)</li>
<li>Some speedup of matrix multiplication (Fredrik Johansson)</li>
<li>Optimizations to Carlson elliptic integrals (Paul Masson)</li>
<li>Added signal functions (squarew(), trianglew(), sawtoothw(), unit_triangle()
sigmoidw()) (Nike Dattani, Deyan Mihaylov, Tina Yu)</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Correct mpf initialization from tuple for finf and fninf (Sergey B Kirpichev)</li>
<li>Support QR decomposition for matrices of width 0 and 1 (Clemens Hofreither)</li>
<li>Fixed some cases where elliprj() gave inaccurate results (Fredrik Johansson)</li>
<li>Fixed cases where digamma() hangs for complex input (Fredrik Johansson)</li>
<li>Fixed cases of polylog() with integer-valued parameter with complex type
(Fredrik Johansson)</li>
<li>Fixed fp.nsum() with Euler-Maclaurin algorithm (Fredrik Johansson)</li>
</ul>
<p>Maintenance:</p>
<ul>
<li>Dropped support for Python 3.4 (Sergey B Kirpichev)</li>
<li>Documentation cleanup (Sergey B Kirpichev)</li>
<li>Removed obsolete files (Sergey B Kirpichev)</li>
<li>Added options to runtests.py to skip tests and exit on failure
(Jonathan Warner)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mpmath/mpmath/blob/master/CHANGES">mpmath's changelog</a>.</em></p>
<blockquote>
<p>--1.3.0--
Released March 7, 2023</p>
<p>Security issues:</p>
<ul>
<li>Fixed ReDOS vulnerability in mpmathify() (CVE-2021-29063) (Vinzent Steinberg)</li>
</ul>
<p>Features:</p>
<ul>
<li>Added quadsubdiv() for numerical integration with adaptive path splitting
(Fredrik Johansson)</li>
<li>Added the Cohen algorithm for inverse Laplace transforms
(Guillermo Navas-Palencia)</li>
<li>Some speedup of matrix multiplication (Fredrik Johansson)</li>
<li>Optimizations to Carlson elliptic integrals (Paul Masson)</li>
<li>Added signal functions (squarew(), trianglew(), sawtoothw(), unit_triangle()
sigmoidw()) (Nike Dattani, Deyan Mihaylov, Tina Yu)</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Correct mpf initialization from tuple for finf and fninf (Sergey B Kirpichev)</li>
<li>Support QR decomposition for matrices of width 0 and 1 (Clemens Hofreither)</li>
<li>Fixed some cases where elliprj() gave inaccurate results (Fredrik Johansson)</li>
<li>Fixed cases where digamma() hangs for complex input (Fredrik Johansson)</li>
<li>Fixed cases of polylog() with integer-valued parameter with complex type
(Fredrik Johansson)</li>
<li>Fixed fp.nsum() with Euler-Maclaurin algorithm (Fredrik Johansson)</li>
</ul>
<p>Maintenance:</p>
<ul>
<li>Dropped support for Python 3.4 (Sergey B Kirpichev)</li>
<li>Documentation cleanup (Sergey B Kirpichev)</li>
<li>Removed obsolete files (Sergey B Kirpichev)</li>
<li>Added options to runtests.py to skip tests and exit on failure
(Jonathan Warner)</li>
</ul>
<p>--1.2.0--
Released February 1, 2021</p>
<p>Features and optimizations:</p>
<ul>
<li>Support @ operator for matrix multiplication (Max Gaukler)</li>
<li>Add eta() implementing the Dedekind eta function</li>
<li>Optimized the python_trailing function (adhoc-king)</li>
<li>Implement unary plus for matrices (Max Gaukler)</li>
<li>Improved calculation of gram_index (p15-git-acc)</li>
</ul>
<p>Compatibility:</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mpmath/mpmath/commit/b5c04506ef0cd4a1f1213f8389ee21c9c3551582"><code>b5c0450</code></a> version 1.3.0</li>
<li><a href="https://github.com/mpmath/mpmath/commit/a27581ca7720f12a187609fc34545c3723155d0c"><code>a27581c</code></a> Merge pull request <a href="https://redirect.github.com/fredrik-johansson/mpmath/issues/656">#656</a> from cclauss/patch-2</li>
<li><a href="https://github.com/mpmath/mpmath/commit/9d7884bf963ee5fd0f132c9126186ca06adbd872"><code>9d7884b</code></a> don't use .ae method in library code</li>
<li><a href="https://github.com/mpmath/mpmath/commit/967de83d511189ef830dc35f2add49510ee17b23"><code>967de83</code></a> Downgrade to ubuntu-20.04 for Py35 and Py36</li>
<li><a href="https://github.com/mpmath/mpmath/commit/6425c6aa413445aa92e121048b67b1159477618c"><code>6425c6a</code></a> build: strategy: fail-fast: false</li>
<li><a href="https://github.com/mpmath/mpmath/commit/e2341c762eb6cf279f1752adb164468c375e8e0e"><code>e2341c7</code></a> GitHub Actions: Test on Python 3.11 production release</li>
<li><a href="https://github.com/mpmath/mpmath/commit/1258e33e1618a6c537947775a03a7746362c4cee"><code>1258e33</code></a> fix failing doctests</li>
<li><a href="https://github.com/mpmath/mpmath/commit/b7c15d668cc987c863d6c6e261694f36f24730a9"><code>b7c15d6</code></a> include signals documentation; remove duplicate docstrings</li>
<li><a href="https://github.com/mpmath/mpmath/commit/1b476ea2309934d82fd9a73e29c535541f8ec107"><code>1b476ea</code></a> update doc building instructions</li>
<li><a href="https://github.com/mpmath/mpmath/commit/5f57beb1e33f9510fa860e51ec83adc4a8af84b1"><code>5f57beb</code></a> Merge pull request <a href="https://redirect.github.com/fredrik-johansson/mpmath/issues/646">#646</a> from cclauss/patch-1</li>
<li>Additional commits viewable in <a href="https://github.com/fredrik-johansson/mpmath/compare/1.2.1...1.3.0">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mpmath&package-manager=pip&previous-version=1.2.1&new-version=1.3.0)](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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pytorch/pytorch/network/alerts).
</details>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/102058
Approved by: https://github.com/huydhn