Skip to content

Commit

Permalink
Bump cached-property from 2.0 to 2.0.1 (#108)
Browse files Browse the repository at this point in the history
Bumps [cached-property](https://github.com/pydanny/cached-property) from
2.0 to 2.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pydanny/cached-property/releases">cached-property's
releases</a>.</em></p>
<blockquote>
<h2>2.0.1 - Zippy Zope</h2>
<h2>What's Changed</h2>
<ul>
<li>Specify py3.8 or higher / Officially drop py2.7 by <a
href="https://github.com/pydanny"><code>@​pydanny</code></a> in <a
href="https://redirect.github.com/pydanny/cached-property/pull/357">pydanny/cached-property#357</a></li>
<li>Link to functools.cached_property by <a
href="https://github.com/adamchainz"><code>@​adamchainz</code></a> in <a
href="https://redirect.github.com/pydanny/cached-property/pull/355">pydanny/cached-property#355</a></li>
<li>Add official support for current Python versions (3.8, 3.9, 3.10,
3.11, 3.12, 3.13) by <a
href="https://github.com/mrbean-bremen"><code>@​mrbean-bremen</code></a>
in <a
href="https://redirect.github.com/pydanny/cached-property/pull/353">pydanny/cached-property#353</a></li>
<li>Migrate AUTHORS.rst to AUTHORS.md by <a
href="https://github.com/Secrus"><code>@​Secrus</code></a> in <a
href="https://redirect.github.com/pydanny/cached-property/pull/233">pydanny/cached-property#233</a></li>
<li>Migrate README.rst to README.md by <a
href="https://github.com/Secrus"><code>@​Secrus</code></a> in <a
href="https://redirect.github.com/pydanny/cached-property/pull/234">pydanny/cached-property#234</a></li>
<li>Changed from black to ruff for formatting, thanks to <a
href="https://github.com/pydanny"><code>@​pydanny</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Secrus"><code>@​Secrus</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydanny/cached-property/pull/233">pydanny/cached-property#233</a></li>
<li><a
href="https://github.com/mrbean-bremen"><code>@​mrbean-bremen</code></a>
made their first contribution in <a
href="https://redirect.github.com/pydanny/cached-property/pull/353">pydanny/cached-property#353</a></li>
<li><a
href="https://github.com/adamchainz"><code>@​adamchainz</code></a> made
their first contribution in <a
href="https://redirect.github.com/pydanny/cached-property/pull/355">pydanny/cached-property#355</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pydanny/cached-property/compare/2.1...1.5.2">https://github.com/pydanny/cached-property/compare/2.1...1.5.2</a></p>
<p>Note: This includes release notes from the 2.0 release, which was
yanked</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pydanny/cached-property/blob/main/HISTORY.md">cached-property's
changelog</a>.</em></p>
<blockquote>
<h2>2.0.1 (2024-10-25)</h2>
<ul>
<li>Via <code>python_requires</code> specifies that cached_property is
for Python version 3.8 or higher</li>
<li>Officiall drop support for Python 2.6</li>
</ul>
<h2>2.0.0 (2024-10-25)</h2>
<ul>
<li>Remove support for Python versions &lt; 3.8</li>
<li>Add formal support for Python versions up to 3.13</li>
<li>Switch to Markdown for docs</li>
<li>Migrate from black to ruff</li>
</ul>
<h2>1.5.2 (2020-09-21)</h2>
<ul>
<li>Add formal support for Python 3.8</li>
<li>Remove formal support for Python 3.4</li>
<li>Switch from Travis to GitHub actions</li>
<li>Made tests pass flake8 for Python 2.7</li>
</ul>
<h2>1.5.1 (2018-08-05)</h2>
<ul>
<li>Added formal support for Python 3.7</li>
<li>Removed formal support for Python 3.3</li>
</ul>
<h2>1.4.3  (2018-06-14)</h2>
<ul>
<li>Catch SyntaxError from asyncio import on older versions of Python,
thanks to <a
href="https://github.com/asottile"><code>@​asottile</code></a></li>
</ul>
<h2>1.4.2 (2018-04-08)</h2>
<ul>
<li>Really fixed tests, thanks to <a
href="https://github.com/pydanny"><code>@​pydanny</code></a></li>
</ul>
<h2>1.4.1 (2018-04-08)</h2>
<ul>
<li>Added conftest.py to manifest so tests work properly off the
tarball, thanks to <a
href="https://github.com/dotlambda"><code>@​dotlambda</code></a></li>
<li>Ensured new asyncio tests didn't break Python 2.7 builds on Debian,
thanks to <a
href="https://github.com/pydanny"><code>@​pydanny</code></a></li>
<li>Code formatting via black, thanks to <a
href="https://github.com/pydanny"><code>@​pydanny</code></a> and <a
href="https://github.com/ambv"><code>@​ambv</code></a></li>
</ul>
<h2>1.4.0 (2018-02-25)</h2>
<ul>
<li>Added asyncio support, thanks to <a
href="https://github.com/vbraun"><code>@​vbraun</code></a></li>
<li>Remove Python 2.6 support, whose end of life was 5 years ago, thanks
to <a href="https://github.com/pydanny"><code>@​pydanny</code></a></li>
</ul>
<h2>1.3.1 (2017-09-21)</h2>
<ul>
<li>Validate for Python 3.6</li>
</ul>
<h2>1.3.0 (2015-11-24)</h2>
<ul>
<li>Drop some non-ASCII characters from HISTORY.rst, thanks to <a
href="https://github.com/AdamWill"><code>@​AdamWill</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pydanny/cached-property/commit/c032196d9afdf4b21d041c7d1492c95f5d1d6740"><code>c032196</code></a>
Merge pull request <a
href="https://redirect.github.com/pydanny/cached-property/issues/357">#357</a>
from pydanny/specify-3.8-or-higher</li>
<li><a
href="https://github.com/pydanny/cached-property/commit/ac78c96d1031b76f640878319ae14c20eb37b6e7"><code>ac78c96</code></a>
Specify 3.8 or higher</li>
<li><a
href="https://github.com/pydanny/cached-property/commit/8cf960d68028e9308774ee402b5ce4f34efef418"><code>8cf960d</code></a>
Merge pull request <a
href="https://redirect.github.com/pydanny/cached-property/issues/355">#355</a>
from adamchainz/patch-1</li>
<li><a
href="https://github.com/pydanny/cached-property/commit/579e54be3f136a0635e8cb7742ab911c01662dd8"><code>579e54b</code></a>
Link to functools.cached_property</li>
<li>See full diff in <a
href="https://github.com/pydanny/cached-property/compare/2.0...2.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-property&package-manager=pip&previous-version=2.0&new-version=2.0.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 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>
  • Loading branch information
github-actions[bot] authored Oct 28, 2024
2 parents ea2b276 + e108712 commit c347967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_tests(self):
url="https://github.com/Sygil-Dev/whoosh-reloaded",
zip_safe=True,
install_requires=[
"cached-property==2.0",
"cached-property==2.0.1",
"loguru==0.7.2",
],
tests_require=[
Expand Down

0 comments on commit c347967

Please sign in to comment.