dependabot[bot] opened a new pull request, #6186: URL: https://github.com/apache/texera/pull/6186
Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.5.2 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> <h2>2.0 - Powerful Pyramid</h2> <h2>What's Changed</h2> <ul> <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> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pydanny/cached-property/compare/1.5.2...2.0">https://github.com/pydanny/cached-property/compare/1.5.2...2.0</a></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 < 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> </blockquote> </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><a href="https://github.com/pydanny/cached-property/commit/2564e5eab2e5f8adf3831a6f8e63a853c2f346de"><code>2564e5e</code></a> Bump to 2.0</li> <li><a href="https://github.com/pydanny/cached-property/commit/83e14c39e6bec0c81a41526e741cac99b69250c4"><code>83e14c3</code></a> Convert to ruff for formatting</li> <li><a href="https://github.com/pydanny/cached-property/commit/6037cee0883db900f83062980877f960650b1a09"><code>6037cee</code></a> Merge pull request <a href="https://redirect.github.com/pydanny/cached-property/issues/353">#353</a> from mrbean-bremen/current-python</li> <li><a href="https://github.com/pydanny/cached-property/commit/6e0394999fe7d114b89c3b54c8db0cb0eab8c67e"><code>6e03949</code></a> Add official support for current Python versions</li> <li><a href="https://github.com/pydanny/cached-property/commit/409f24286e16ea3086af463edea6b80cdd62deed"><code>409f242</code></a> Update README.md</li> <li><a href="https://github.com/pydanny/cached-property/commit/4adb33246294a6e7370c62212028b9fb152f6157"><code>4adb332</code></a> Fix README indentation</li> <li>Additional commits viewable in <a href="https://github.com/pydanny/cached-property/compare/1.5.2...2.0.1">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
