Solver for wordle puzzle game
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.270 to 0.0.275. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.0.275</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <p>Highlights include a 7-10x decrease in Ruff's cache size.</p> <h3>Rules</h3> <ul> <li>Add support for top-level quoted annotations in RUF013 by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5235">astral-sh/ruff#5235</a></li> <li>Add support for nested quoted annotations in RUF013 by <a href="https://github.com/dhruvmanila"><code>@dhruvmanila</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5254">astral-sh/ruff#5254</a></li> <li>Move <code>compare-to-empty-string</code> (<code>PLC1901</code>) to nursery by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5264">astral-sh/ruff#5264</a></li> <li>Ignore Pydantic classes when evaluating <code>mutable-class-default</code> (<code>RUF012</code>) by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5273">astral-sh/ruff#5273</a></li> <li>Allow <code>typing.Final</code> for <code>mutable-class-default annotations</code> (<code>RUF012</code>) by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5274">astral-sh/ruff#5274</a></li> <li>Modify <code>deprecated-import</code> (<code>UP035</code>) to prefer <code>typing_extensions</code> in some versions by <a href="https://github.com/tjkuson"><code>@tjkuson</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5291">astral-sh/ruff#5291</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>Restore existing bindings when unbinding caught exceptions by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5256">astral-sh/ruff#5256</a></li> <li>Avoid including nursery rules in linter-level selectors by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5268">astral-sh/ruff#5268</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jgberry"><code>@jgberry</code></a> made their first contribution in <a href="https://redirect.github.com/astral-sh/ruff/pull/5221">astral-sh/ruff#5221</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/astral-sh/ruff/compare/v0.0.274...v0.0.275">https://github.com/astral-sh/ruff/compare/v0.0.274...v0.0.275</a></p> <h2>v0.0.274</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <p>Follow-up release to <code>v0.0.273</code> to fix a panic in cache accesses.</p> <h3>Bug Fixes</h3> <ul> <li>Use package roots rather than package members for cache initialization by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5233">astral-sh/ruff#5233</a></li> <li>Avoid <code>.unwrap()</code> on cache access by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5229">astral-sh/ruff#5229</a></li> <li>Revert change to <code>RUF010</code> to remove unnecessary <code>str</code> calls by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5232">astral-sh/ruff#5232</a></li> <li>Avoid erroneous RUF013 violations for quoted annotations by <a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/5234">astral-sh/ruff#5234</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/astral-sh/ruff/compare/v0.0.273...v0.0.274">https://github.com/astral-sh/ruff/compare/v0.0.273...v0.0.274</a></p> <h2>v0.0.273</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <p>Highlights include:</p> <ul> <li>Autofix capabilities for rules like <code>flake8-import-conventions</code>, which require symbol renames across a file.</li> <li>Significant decrease in Ruff's cache size (e.g., a ~50% decrease for FastAPI).</li> <li>Dozens and dozens of bug fixes + performance improvements.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/5dd00b19e6cbce8dc0b117a4cf41432ec61b9e46"><code>5dd00b1</code></a> Remove off-palette colors from code (<a href="https://redirect.github.com/astral-sh/ruff/issues/5305">#5305</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c0f93fcf3ee34fcbef4ce463249ca14c2055bdd5"><code>c0f93fc</code></a> Publish GitHub release as draft (<a href="https://redirect.github.com/astral-sh/ruff/issues/5304">#5304</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3238a6ef1fcc78be9172dfc866051bcb1471cede"><code>3238a6e</code></a> Fix 'our' to 'your' typo (<a href="https://redirect.github.com/astral-sh/ruff/issues/5303">#5303</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/96ecfae1c5f9ebcedc90e51252aa3cb5274c8e45"><code>96ecfae</code></a> Remove off-palette colors (<a href="https://redirect.github.com/astral-sh/ruff/issues/5302">#5302</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/03694ef6497b7f6d7af873e72845d9218e48a94b"><code>03694ef</code></a> More stability checker options (<a href="https://redirect.github.com/astral-sh/ruff/issues/5299">#5299</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f9f0cf7524707cd0099e4088b8122540b20b34bd"><code>f9f0cf7</code></a> Use <code>__future__</code> imports in scripts (<a href="https://redirect.github.com/astral-sh/ruff/issues/5301">#5301</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/eaa10ad2d9ee9d38f9b1cc690c3a5e0ab7d62ff0"><code>eaa10ad</code></a> Fix <code>deprecated-import</code> false positives (<a href="https://redirect.github.com/astral-sh/ruff/issues/5291">#5291</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/84259f5440d3f267af0fa5348632d1ed83f8ca42"><code>84259f5</code></a> Add Applicability to pycodestyle (<a href="https://redirect.github.com/astral-sh/ruff/issues/5282">#5282</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e8ebe0a4259885132de1db8935a813424c3c61bd"><code>e8ebe0a</code></a> Update docs to match updated logo and color palette (<a href="https://redirect.github.com/astral-sh/ruff/issues/5283">#5283</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/d407165aa766252ee9b7663ef457611f5154accc"><code>d407165</code></a> Fix formatter panic with comment after parenthesized dict value (<a href="https://redirect.github.com/astral-sh/ruff/issues/5293">#5293</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.0.270...v0.0.275">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 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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.