Skip to content

Commit

Permalink
⬆️ dep-bump(deps-dev): Bump the package-dependencies group across 1 d…
Browse files Browse the repository at this point in the history
…irectory with 4 updates (#330)

Bumps the package-dependencies group with 4 updates in the /rats
directory: [pyright](https://github.com/RobertCraigie/pyright-python),
[pytest](https://github.com/pytest-dev/pytest),
[setuptools](https://github.com/pypa/setuptools) and
[ruff](https://github.com/astral-sh/ruff).

Updates `pyright` from 1.1.376 to 1.1.382.post1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/RobertCraigie/pyright-python/releases">pyright's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.382.post1</h2>
<p>No release notes provided.</p>
<h2>v1.1.382.post0</h2>
<p>This release fixes a regression with <code>nodeenv</code> support in
the <code>v1.1.382</code> release</p>
<h2>v1.1.382</h2>
<p>No release notes provided.</p>
<h2>v1.1.381</h2>
<p>No release notes provided.</p>
<h2>v1.1.380</h2>
<p>No release notes provided.</p>
<h2>v1.1.379</h2>
<p>No release notes provided.</p>
<h2>v1.1.378</h2>
<p>No release notes provided.</p>
<h2>v1.1.377</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/74d008809f97db1400a934b60c691a31f0cb6af3"><code>74d0088</code></a>
chore: release v1.1.382.post1 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/310">#310</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/1ce7b237f3288d533e36c4564569e2b4b9cba447"><code>1ce7b23</code></a>
fix: avoid warning for .post versions (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/309">#309</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/c61cac83b57a8b52280ad2493f6c5d633d8be8ef"><code>c61cac8</code></a>
chore: release v1.1.382.post0 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/307">#307</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/f8e738397b237b3caa58d174fb94e2a4c887bd38"><code>f8e7383</code></a>
CI: correct setup for nodeenv testing (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/306">#306</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/276e381d86df9da5a240f966107f485e594bc64a"><code>276e381</code></a>
fix: correct nodeenv environment (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/305">#305</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/05e4563350ad8c9b4a0b43a26eaf80953bb0f095"><code>05e4563</code></a>
Pyright NPM Package update to 1.1.382 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/303">#303</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/0bf95f92cb33995e4429ba1e6fd5712bef976229"><code>0bf95f9</code></a>
refactor(internal): switch to src dir (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/301">#301</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/f4beb25cfebde2357e51483d93259ad850c7073e"><code>f4beb25</code></a>
feat(cli): mention nodejs extra if nodeenv install fails</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/e2d0748d4afe19a3af78b58422dba11a631484a7"><code>e2d0748</code></a>
feat: add support for nodejs-wheel</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/9edbff05cc81d521063d6e98ef317670e8ef651a"><code>9edbff0</code></a>
chore(internal): fix dev requirements</li>
<li>Additional commits viewable in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.382.post1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.3.2 to 8.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.3</h2>
<h1>pytest 8.3.3 (2024-09-09)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>:
Avoid calling <code>@Property</code> (and other instance descriptors)
during fixture discovery -- by <code>asottile</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>:
Fixed the issue of not displaying assertion failure differences when
using the parameter <code>--import-mode=importlib</code> in
pytest&gt;=8.1.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>:
Fixed a regression where type change in
[ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to
fail.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>:
Fixed typing compatibility with Python 3.9 or less -- replaced
[typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} --
by <code>Avasam</code>{.interpreted-text role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>:
Fixed an issue with backslashes being incorrectly converted in nodeid
paths on Windows, ensuring consistent path handling across
environments.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>:
Fixed bug where the verbosity levels where not being respected when
printing the &quot;msg&quot; part of failed assertion (as in
<code>assert condition, msg</code>).</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>:
Fix bug where disabling the terminal plugin via <code>-p
no:terminal</code> would cause crashes related to missing the
<code>verbose</code> option.</p>
<p>-- by <code>GTowers1</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>:
Clarify that the [pytest_deselected]{.title-ref} hook should be called
from [pytest_collection_modifyitems]{.title-ref} hook implementations
when items are deselected.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>:
Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref}
example in docs.</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>:
Fix typos discovered by codespell and add codespell to pre-commit
hooks.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a>
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a>
Prepare release version 8.3.3</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a>
Include co-authors in release announcement (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a>
Do not discover properties when iterating fixtures (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a>
Fix issue with slashes being turned into backslashes on Windows (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a>
from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a>
from svenevs/fix/docs-example-parametrize-minor-typo</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a>
Streamline checks for verbose option (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a>
Fix typos and introduce codespell pre-commit hook (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a>
doc: Remove past training (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `setuptools` from 72.2.0 to 75.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/setuptools/blob/main/NEWS.rst">setuptools's
changelog</a>.</em></p>
<blockquote>
<h1>v75.1.0</h1>
<h2>Features</h2>
<ul>
<li>Deprecated <code>bdist_wheel.universal</code> configuration. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Removed reference to upload_docs module in entry points. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4650">#4650</a>)</li>
</ul>
<h1>v75.0.0</h1>
<h2>Features</h2>
<ul>
<li>Declare also the dependencies used by distutils (adds
jaraco.collections).</li>
</ul>
<h2>Deprecations and Removals</h2>
<ul>
<li>Removed upload_docs command. (<a
href="https://redirect.github.com/pypa/setuptools/issues/2971">#2971</a>)</li>
<li><code>pypa/distutils#294</code><a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>)</li>
</ul>
<h1>v74.1.3</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fix cross-platform compilation using
<code>distutils._msvccompiler.MSVCCompiler</code> -- by
:user:<code>saschanaz</code> and :user:<code>Avasam</code> (<a
href="https://redirect.github.com/pypa/setuptools/issues/4648">#4648</a>)</li>
</ul>
<h1>v74.1.2</h1>
<h2>Bugfixes</h2>
<ul>
<li>Fixed TypeError in sdist filelist processing by adding support for
pathlib Paths for the build_base. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4615">#4615</a>)</li>
<li>Removed degraded and deprecated <code>test_integration</code>
(easy_install) from the test suite. (<a
href="https://redirect.github.com/pypa/setuptools/issues/4632">#4632</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/setuptools/commit/3106af0512fe67464a8b5e7524c07fddf7717660"><code>3106af0</code></a>
Bump version: 75.0.0 → 75.1.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/37c3d27f0b1757b7273da4eda837890b8e5dd015"><code>37c3d27</code></a>
Removed reference to upload_docs module in entry points.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/9fb53fd7bdb15b046d720cb979a308e93f0b57ea"><code>9fb53fd</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4617">#4617</a>
from abravalheri/issue-4612</li>
<li><a
href="https://github.com/pypa/setuptools/commit/cd3ba7d7d68aa5503f782c3ccc3464f7cd878655"><code>cd3ba7d</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4644">#4644</a>
from DimitriPapadopoulos/codespell</li>
<li><a
href="https://github.com/pypa/setuptools/commit/5e27b2a6e324e70bd82a045aef8f75c84a3d3b28"><code>5e27b2a</code></a>
Bump version: 74.1.3 → 75.0.0</li>
<li><a
href="https://github.com/pypa/setuptools/commit/af9e245b57ef78fce03c7e28a0189388d8e4de18"><code>af9e245</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/setuptools/issues/4649">#4649</a>
from pypa/feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/f15861e3ae2fb8a74efc528fa25754c329090611"><code>f15861e</code></a>
Add news fragment.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ce01828b6894c4597609da54fd343ea1aabfec84"><code>ce01828</code></a>
Merge <a
href="https://github.com/pypa/distutils">https://github.com/pypa/distutils</a>
into feature/distutils-7283751</li>
<li><a
href="https://github.com/pypa/setuptools/commit/378984e02edae91d5f49425da8436f8dd9152b8a"><code>378984e</code></a>
Remove news fragments, not useful here.</li>
<li><a
href="https://github.com/pypa/setuptools/commit/ffdf0bd160ebf6acc1a0790ec1cb72d7da8968c4"><code>ffdf0bd</code></a>
Merge tag 'v74.1.3'</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/setuptools/compare/v72.2.0...v75.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.6.1 to 0.6.8
<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>0.6.8</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>Remove unnecessary parentheses around <code>match case</code>
clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li>
<li>Parenthesize overlong <code>if</code> guards in
<code>match..case</code> clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li>
<li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li>
<li>[<code>pylint</code>] Implement
<code>boolean-chained-comparison</code> (<code>R1716</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using
variadic keyword arguments, i.e., <code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li>
<li>[<code>pyupgrade</code>] Avoid false negatives with non-reference
shadowed bindings of loop variables (<code>UP028</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li>
<li>Exit gracefully on broken pipe errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li>
<li>Avoid panic when analyze graph hits broken pipe (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Reuse <code>BTreeSets</code> in module resolver (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li>
<li>Skip traversal for non-compound statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a
href="https://github.com/TomerBin"><code>@​TomerBin</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li>
<li><a
href="https://github.com/diceroll123"><code>@​diceroll123</code></a></li>
<li><a href="https://github.com/dylwil3"><code>@​dylwil3</code></a></li>
<li><a href="https://github.com/haarisr"><code>@​haarisr</code></a></li>
<li><a
href="https://github.com/renovate"><code>@​renovate</code></a></li>
<li><a
href="https://github.com/sbrugman"><code>@​sbrugman</code></a></li>
<li><a
href="https://github.com/vincevannoort"><code>@​vincevannoort</code></a></li>
<li><a href="https://github.com/zanieb"><code>@​zanieb</code></a></li>
</ul>
<h2>Install ruff 0.6.8</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.6.8</h2>
<h3>Preview features</h3>
<ul>
<li>Remove unnecessary parentheses around <code>match case</code>
clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13510">#13510</a>)</li>
<li>Parenthesize overlong <code>if</code> guards in
<code>match..case</code> clauses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13513">#13513</a>)</li>
<li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13486">#13486</a>)</li>
<li>[<code>pylint</code>] Implement
<code>boolean-chained-comparison</code> (<code>R1716</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13435">#13435</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using
variadic keyword arguments, i.e., <code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13503">#13503</a>)</li>
<li>[<code>pyupgrade</code>] Avoid false negatives with non-reference
shadowed bindings of loop variables (<code>UP028</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13504">#13504</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13512">#13512</a>)</li>
<li>Exit gracefully on broken pipe errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13485">#13485</a>)</li>
<li>Avoid panic when analyze graph hits broken pipe (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13484">#13484</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Reuse <code>BTreeSets</code> in module resolver (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13440">#13440</a>)</li>
<li>Skip traversal for non-compound statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13441">#13441</a>)</li>
</ul>
<h2>0.6.7</h2>
<h3>Preview features</h3>
<ul>
<li>Add Python version support to ruff analyze CLI (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13426">#13426</a>)</li>
<li>Add <code>exclude</code> support to <code>ruff analyze</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13425">#13425</a>)</li>
<li>Fix parentheses around return type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13381">#13381</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>pycodestyle</code>] Fix: Don't autofix if the first line ends
in a question mark? (D400) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13399">#13399</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect <code>lint.exclude</code> in ruff check
<code>--add-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13427">#13427</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>Avoid tracking module resolver files in Salsa (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13437">#13437</a>)</li>
<li>Use <code>forget</code> for module resolver database (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13438">#13438</a>)</li>
</ul>
<h2>0.6.6</h2>
<h3>Preview features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/ae39ce56c0cc1f8ac15f980c0b457b16b67c1f2a"><code>ae39ce5</code></a>
Bump version to 0.6.8 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13522">#13522</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ff2d214e112e7c1183a818cccb8d66b014eee0e7"><code>ff2d214</code></a>
Don't skip over imports and other nodes containing nested statements in
impor...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/9442cd8fae338e869a0be92b3b17b8dda3562238"><code>9442cd8</code></a>
Parenthesize <code>match..case</code> <code>if</code> guards (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13513">#13513</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8012707348aac296124542b5e5217b1ec833fb7b"><code>8012707</code></a>
Align formatting of patterns in match-cases with expression formatting
in cla...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d7ffe460546164e57c66daee51f53bdcb811eeaf"><code>d7ffe46</code></a>
Disable the <code>typeset</code> plugin (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13517">#13517</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7c83af419cc04b07e3bafaff8c233a5ffa447daf"><code>7c83af4</code></a>
red-knot: Implement the <code>not</code> operator for all
<code>Type</code> variants (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13432">#13432</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/bbb044ebda2890061dba6ec53d3d55e0932041ba"><code>bbb044e</code></a>
Detect tuples bound to variadic positional arguments i.e.
<code>*args</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13512">#13512</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/481065238b7f90fe756aa6bd989cf9d3973d4654"><code>4810652</code></a>
Avoid UP028 false negatives with non-reference shadowed bindings of loop
vari...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/11f06e0d5524ada77ee6faa5304d25319031f115"><code>11f06e0</code></a>
Detect SIM910 when using variadic keyword arguments, i.e.,
<code>**kwargs</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13503">#13503</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f27a8b8c7abdd06c6b24b86791db31aa4295a6c7"><code>f27a8b8</code></a>
[internal] <code>ComparableExpr</code> (f)strings and bytes made
invariant under concate...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.6.1...0.6.8">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 39ea824 commit b8e3f06
Showing 1 changed file with 37 additions and 31 deletions.
68 changes: 37 additions & 31 deletions rats/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8e3f06

Please sign in to comment.