Skip to content

Commit

Permalink
Merge #458
Browse files Browse the repository at this point in the history
458: build(deps): bump lazy-object-proxy from 1.6.0 to 1.7.0 r=ChrisRBe a=dependabot[bot]

Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.6.0 to 1.7.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.7.0 (2021-12-15)</h2>
<ul>
<li>
<p>Switched CI to GitHub Actions, this has a couple consequences:</p>
<ul>
<li>Support for Python 2.7 is dropped. You can still install it there but it's not tested anymore and
Python 2 specific handling will be removed at some point.</li>
<li>Linux wheels are now provided in <code>musllinux</code> and <code>manylinux2014</code> variants.</li>
</ul>
</li>
<li>
<p>Fixed <code>__index__</code> to fallback to <code>int</code> if the wrapped object doesn't have an <code>__index__</code> method.
This prevents situations where code using a proxy would otherwise likely just call <code>int</code> had the object
not have an <code>__index__</code> method.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/8bac493b7db16517ce2dc80eff52053c76df248e"><code>8bac493</code></a> Bump version: 1.6.0 → 1.7.0</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/f1b14d7a5b36d63502aa89e5c17da87bd769c06d"><code>f1b14d7</code></a> Ooof.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/8434285be3ff4a692221ca1233c6266ef1b4d70b"><code>8434285</code></a> Fix cibw arch for windows. Also arm64 doesn't seem to be availabe on macos. S...</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/3df85fd8fd9ad2e83609973911bbab1e21bca983"><code>3df85fd</code></a> Extend env list. Try to fix 32bit windoze stuff not building.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/472b9b0b16c899de23a3ea727bd378fdca3ff556"><code>472b9b0</code></a> Update skel and fix wheel building.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/3d23e5ed81ae699f4ba4cb66f37fd3a0f1566be4"><code>3d23e5e</code></a> Fix bug with <strong>index</strong> - failure seen on pypy3.8.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/e83f3ca4a7ade87764928bfe121081be287007a6"><code>e83f3ca</code></a> xfail these on pypy, for now...</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/89cd8ae8acfd22922dfb8933be54c4488472f28a"><code>89cd8ae</code></a> Update changelog.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/fba445fe0c44f578a2a8f1dba55293be0d4f3f82"><code>fba445f</code></a> Allow building as pure.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/80287ab5895e729a6122292c9bcc31071192d920"><code>80287ab</code></a> Remove leftover constraint.</li>
<li>Additional commits viewable in <a href="https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.6.0...v1.7.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.6.0&new-version=1.7.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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Dec 15, 2021
2 parents 88cdbca + 3ce8993 commit 1896383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ identify==2.4.0
idna==3.3
iniconfig==1.1.1
isort==5.10.1
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.0
mccabe==0.6.1
mypy-extensions==0.4.3
nodeenv==1.6.0
Expand Down

0 comments on commit 1896383

Please sign in to comment.