Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump lazy-object-proxy from 1.8.0 to 1.10.0 in /src/python (#4)
Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.8.0 to 1.10.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst">lazy-object-proxy's changelog</a>.</em></p> <blockquote> <h2>1.10.0 (2023-12-15)</h2> <ul> <li>Added Python 3.12 wheels.</li> <li>Dropped support for Python 3.7.</li> <li>Applied some reformatting and lint fixes using ruff to the codebase (mostly more Python 2 leftover cleanups).</li> </ul> <h2>1.9.0 (2023-01-04)</h2> <ul> <li>Added support for matrix multiplication operator (<code>@</code>).</li> <li>Should have all the wheels now (including the manylinux ones).</li> <li>Bumped minimum version requirements for setuptools and setuptools-scm.</li> <li>Switched the default pure python fallback implementation to the "simple" one (when you <code>from lazy_object_proxy import Proxy</code> and the C extension is not available). Previously the "slots" implementation was used but as it turns out it is slower on Python 3.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/aa46e846fa2eb7cb845a07e122f2984267551098"><code>aa46e84</code></a> Bump version: 1.9.0 → 1.10.0</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/7b32ae58d04ef8d1ced99ebf411b595ffc462d52"><code>7b32ae5</code></a> Update changelog.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/940c8c6bb907cc90322bda2ba33c1893ad611432"><code>940c8c6</code></a> Bail out early if extensions would be disabled.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/dab21f7fe09e9d28c3487606cd44ea289fcfa1ab"><code>dab21f7</code></a> Fix broken link.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/2ca62affb5c058494520f34669654fac55fdcce1"><code>2ca62af</code></a> Xfail these till I can figure it out.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/4aab40747db4c0cadd8e4ee79d4962dd42add076"><code>4aab407</code></a> Manually spec setuptools for that inplace building.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/2f8bed25a2c40ab1eb1f33c0592045f921a4a3e9"><code>2f8bed2</code></a> Make sure the C ext is not build on PyPy (if it builds it would segfault and ...</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/f633fd33443b20e3ca7e6713060b88571aa0910c"><code>f633fd3</code></a> Spelling.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/b8e223a2c420156a31a4082fe74f54330a96be01"><code>b8e223a</code></a> Fix a bunch of lint issues.</li> <li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/ff7459e33f937235bba101baecc917ab18d86f8e"><code>ff7459e</code></a> First batch of ruff/black autorefactors/format.</li> <li>Additional commits viewable in <a href="https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.8.0...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lazy-object-proxy&package-manager=pip&previous-version=1.8.0&new-version=1.10.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information