Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1023: Bump dill from 0.3.8 to 0.3.9 r=sanders41 a=dependabot[bot] Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.8 to 0.3.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uqfoundation/dill/commit/8372a772758f59ab679c5eafdb45e880a228b5ff"><code>8372a77</code></a> tag: 0.3.9</li> <li><a href="https://github.com/uqfoundation/dill/commit/6646459d98724946ec541cd05446b55e5461a175"><code>6646459</code></a> add formal support for python 3.13 (<a href="https://redirect.github.com/uqfoundation/dill/issues/681">#681</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/735ac667a6b82691d05e8693d47024180e83637e"><code>735ac66</code></a> more extensive testing for dill.source (<a href="https://redirect.github.com/uqfoundation/dill/issues/680">#680</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/fb2b6fd32e21f08b56e15a67611c4d484ec23e28"><code>fb2b6fd</code></a> more extensive testing for dill.source</li> <li><a href="https://github.com/uqfoundation/dill/commit/8b86f5094d089c32c0bba4cefd970fa8339b3f47"><code>8b86f50</code></a> handle a ThreadHandleType (<a href="https://redirect.github.com/uqfoundation/dill/issues/679">#679</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/15d7c6d6ccf4781c624ffbf54c90d23c6e94dc52"><code>15d7c6d</code></a> better handle import strings of numpy scalars (<a href="https://redirect.github.com/uqfoundation/dill/issues/678">#678</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/a14e75d7ca7a2879af6f45222fae503cf63bbc66"><code>a14e75d</code></a> account for frame.f_locals as proxy in 3.13 (<a href="https://redirect.github.com/uqfoundation/dill/issues/677">#677</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/b281426c0eb747b0551ff697126308a2b9ae42c7"><code>b281426</code></a> diff USE_NUMPY imports numpy.ma (<a href="https://redirect.github.com/uqfoundation/dill/issues/676">#676</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/9bf8ca7f51386d3cfef14a52d892267b84f718e9"><code>9bf8ca7</code></a> type check for Integral, bool by value (<a href="https://redirect.github.com/uqfoundation/dill/issues/675">#675</a>)</li> <li><a href="https://github.com/uqfoundation/dill/commit/a9d136b969ce7e285aab5d700f85d84cec79ee4e"><code>a9d136b</code></a> fix fencepost error when getting source inside decorator in interpreter (<a href="https://redirect.github.com/uqfoundation/dill/issues/651">#651</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uqfoundation/dill/compare/0.3.8...0.3.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dill&package-manager=pip&previous-version=0.3.8&new-version=0.3.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information