Skip to content

Commit

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

Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) from 1.7.0 to 1.7.1.
<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.1 (2021-12-15)</h2>
<ul>
<li>
<p>Removed most of the Python 2 support code and fixed <code>python_requires</code> to require at least Python 3.6.</p>
<p>Note that 1.7.0 has been yanked because it could not install on Python 2.7.
Installing lazy-object-proxy on Python 2.7 should automatically fall back to the 1.6.0 release now.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/7d47b279e7b606044394aa62c18620e68014919d"><code>7d47b27</code></a> Bump version: 1.7.0 → 1.7.1</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/6c562fd30f12f1fa2dc4adba6b5a72a470f65b9a"><code>6c562fd</code></a> Fix check.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/0a1a56a8a8f0be428b75417ba5cc20d3400f14c6"><code>0a1a56a</code></a> Update changelog.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/803f2d68392a2a7274450d51187abf959f887319"><code>803f2d6</code></a> Fix call and classifiers.</li>
<li><a href="https://github.com/ionelmc/python-lazy-object-proxy/commit/16db739035116ed74af16aff4a8f2cfeab6fce80"><code>16db739</code></a> Rip out py2 suport.</li>
<li>See full diff in <a href="https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.7.0...v1.7.1">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.7.0&new-version=1.7.1)](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 16, 2021
2 parents 1896383 + 0ef6639 commit 5dcbdd2
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.7.0
lazy-object-proxy==1.7.1
mccabe==0.6.1
mypy-extensions==0.4.3
nodeenv==1.6.0
Expand Down

0 comments on commit 5dcbdd2

Please sign in to comment.