Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cached-property from 1.5.2 to 2.0 (#107)
Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.5.2 to 2.0. <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> <h1>History</h1> <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/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><a href="https://github.com/pydanny/cached-property/commit/0be6adca6f173ee7d2d0d5ec31d6b01650bac97e"><code>0be6adc</code></a> Changeover to markdown</li> <li><a href="https://github.com/pydanny/cached-property/commit/f075b4f71741f84b687327948fc3a65e4d858b2c"><code>f075b4f</code></a> Merge pull request <a href="https://redirect.github.com/pydanny/cached-property/issues/234">#234</a> from Secrus/migrate-to-md</li> <li><a href="https://github.com/pydanny/cached-property/commit/ab48d01ec5b716b7078fa1da06cbf538da9e8ff7"><code>ab48d01</code></a> Merge branch 'master' into migrate-to-md</li> <li><a href="https://github.com/pydanny/cached-property/commit/6b4e990aca401ef47f7517c914b6b6cda360f9e5"><code>6b4e990</code></a> Merge in work by <a href="https://github.com/secrus"><code>@secrus</code></a></li> <li>Additional commits viewable in <a href="https://github.com/pydanny/cached-property/compare/1.5.2...2.0">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=1.5.2&new-version=2.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>
- Loading branch information