build(deps-dev): bump ruff from 0.1.11 to 0.1.13 (#559)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.13.
<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.1.12</h2>
<h2>Changes</h2>
<h3>Preview features</h3>
<ul>
<li>Formatter: Hug multiline-strings in preview style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9243">#9243</a>)</li>
<li>[<code>flake8-bandit</code>] Add <code>ssl-with-no-version</code>
(<code>S504</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9384">#9384</a>)</li>
<li>[<code>flake8-bandit</code>] Implement
<code>ssl-insecure-version</code> (<code>S502</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9390">#9390</a>)</li>
<li>[<code>flake8-bandit</code>] Implement
<code>ssl-with-bad-defaults</code> (<code>S503</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9391">#9391</a>)</li>
<li>[<code>flake8-bandit</code>] Implement suspicious import rules
(<code>S4XX</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8831">#8831</a>)</li>
<li>[<code>flake8-simplify</code>] Implement
<code>zip-dict-keys-and-values</code> (<code>SIM911</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9460">#9460</a>)</li>
<li>[<code>pyflakes</code>] Add a fix for
<code>redefined-while-unused</code> (<code>F811</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9419">#9419</a>)</li>
<li>[<code>pylint</code>] Implement <code>unnecessary-dunder-call</code>
(<code>C2801</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9166">#9166</a>)</li>
<li>[<code>ruff</code>] Add <code>parenthesize-chained-operators</code>
(<code>RUF021</code>) to enforce parentheses in <code>a or b and
c</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9440">#9440</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Allow Boolean positional
arguments in setters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9429">#9429</a>)</li>
<li>[<code>flake8-builtins</code>] Restrict
<code>builtin-attribute-shadowing</code> (<code>A003</code>) to actual
shadowed references (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9462">#9462</a>)</li>
<li>[<code>flake8-pyi</code>] Add fix for
<code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9355">#9355</a>)</li>
<li>[<code>pyflakes</code>] Don't flag
<code>redefined-while-unused</code> (<code>F811</code>) in
<code>if</code> branches (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9418">#9418</a>)</li>
<li>[<code>pyupgrade</code>] Add some additional Python 3.12 typing
members to <code>deprecated-import</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9445">#9445</a>)</li>
<li>[<code>ruff</code>] Add fix for
<code>parenthesize-chained-operators</code> (<code>RUF021</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9449">#9449</a>)</li>
<li>[<code>ruff</code>] Include subscripts and attributes in static key
rule (<code>RUF011</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9416">#9416</a>)</li>
<li>[<code>ruff</code>] Support variable keys in static dictionary key
rule (<code>RUF011</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9411">#9411</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Generate deterministic IDs when formatting notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9359">#9359</a>)</li>
<li>Allow <code># fmt: skip</code> with interspersed same-line comments
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9395">#9395</a>)</li>
<li>Parenthesize breaking named expressions in match guards (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9396">#9396</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Add cell indexes to all diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9387">#9387</a>)</li>
<li>Avoid infinite loop in constant vs. <code>None</code> comparisons
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9376">#9376</a>)</li>
<li>Handle raises with implicit alternate branches (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9377">#9377</a>)</li>
<li>Ignore trailing quotes for unclosed l-brace errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9388">#9388</a>)</li>
<li>Respect multi-segment submodule imports when resolving qualified
names (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9382">#9382</a>)</li>
<li>Use <code>DisplayParseError</code> for stdin parser errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9409">#9409</a>)</li>
<li>Use <code>comment_ranges</code> for isort directive extraction (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9414">#9414</a>)</li>
<li>Use transformed source code for diagnostic locations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9408">#9408</a>)</li>
<li>[<code>flake8-pyi</code>] Exclude <code>warnings.deprecated</code>
and <code>typing_extensions.deprecated</code> arguments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9423">#9423</a>)</li>
<li>[<code>flake8-pyi</code>] Fix false negative for
<code>unused-private-protocol</code> (<code>PYI046</code>) with unused
generic protocols (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9405">#9405</a>)</li>
<li>[<code>pydocstyle</code>] Disambiguate argument descriptors from
section headers (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9427">#9427</a>)</li>
<li>[<code>pylint</code>] Homogenize <code>PLR0914</code> message to
match other <code>PLR09XX</code> rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9399">#9399</a>)</li>
<li>[<code>ruff</code>] Allow <code>Hashable = None</code> in type
annotations (<code>RUF013</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9442">#9442</a>)</li>
</ul>
<h3>Documentation</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.1.13</h2>
<h3>Bug fixes</h3>
<ul>
<li>Include base pyproject when initializing cache settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9480">#9480</a>)</li>
<li>[<code>flake8-simplify</code>] Account for possibly-empty f-string
values in truthiness logic (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9484">#9484</a>)</li>
<li>[<code>pylint</code>] Add the missing period in
<code>unnecessary-dunder-call</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9485">#9485</a>)</li>
<li>[<code>pylint</code>] Fix <code>__aenter__</code> message in
<code>unnecessary-dunder-call</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9492">#9492</a>)</li>
</ul>
<h2>0.1.12</h2>
<h3>Preview features</h3>
<ul>
<li>Formatter: Hug multiline-strings in preview style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9243">#9243</a>)</li>
<li>[<code>flake8-bandit</code>] Add <code>ssl-with-no-version</code>
(<code>S504</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9384">#9384</a>)</li>
<li>[<code>flake8-bandit</code>] Implement
<code>ssl-insecure-version</code> (<code>S502</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9390">#9390</a>)</li>
<li>[<code>flake8-bandit</code>] Implement
<code>ssl-with-bad-defaults</code> (<code>S503</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9391">#9391</a>)</li>
<li>[<code>flake8-bandit</code>] Implement suspicious import rules
(<code>S4XX</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8831">#8831</a>)</li>
<li>[<code>flake8-simplify</code>] Implement
<code>zip-dict-keys-and-values</code> (<code>SIM911</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9460">#9460</a>)</li>
<li>[<code>pyflakes</code>] Add a fix for
<code>redefined-while-unused</code> (<code>F811</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9419">#9419</a>)</li>
<li>[<code>pylint</code>] Implement <code>unnecessary-dunder-call</code>
(<code>C2801</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9166">#9166</a>)</li>
<li>[<code>ruff</code>] Add <code>parenthesize-chained-operators</code>
(<code>RUF021</code>) to enforce parentheses in <code>a or b and
c</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9440">#9440</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Allow Boolean positional
arguments in setters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9429">#9429</a>)</li>
<li>[<code>flake8-builtins</code>] Restrict
<code>builtin-attribute-shadowing</code> (<code>A003</code>) to actual
shadowed references (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9462">#9462</a>)</li>
<li>[<code>flake8-pyi</code>] Add fix for
<code>generator-return-from-iter-method</code> (<code>PYI058</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9355">#9355</a>)</li>
<li>[<code>pyflakes</code>] Don't flag
<code>redefined-while-unused</code> (<code>F811</code>) in
<code>if</code> branches (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9418">#9418</a>)</li>
<li>[<code>pyupgrade</code>] Add some additional Python 3.12 typing
members to <code>deprecated-import</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9445">#9445</a>)</li>
<li>[<code>ruff</code>] Add fix for
<code>parenthesize-chained-operators</code> (<code>RUF021</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9449">#9449</a>)</li>
<li>[<code>ruff</code>] Include subscripts and attributes in static key
rule (<code>RUF011</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9416">#9416</a>)</li>
<li>[<code>ruff</code>] Support variable keys in static dictionary key
rule (<code>RUF011</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9411">#9411</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Generate deterministic IDs when formatting notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9359">#9359</a>)</li>
<li>Allow <code># fmt: skip</code> with interspersed same-line comments
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9395">#9395</a>)</li>
<li>Parenthesize breaking named expressions in match guards (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9396">#9396</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Add cell indexes to all diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9387">#9387</a>)</li>
<li>Avoid infinite loop in constant vs. <code>None</code> comparisons
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9376">#9376</a>)</li>
<li>Handle raises with implicit alternate branches (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9377">#9377</a>)</li>
<li>Ignore trailing quotes for unclosed l-brace errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9388">#9388</a>)</li>
<li>Respect multi-segment submodule imports when resolving qualified
names (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9382">#9382</a>)</li>
<li>Use <code>DisplayParseError</code> for stdin parser errors (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9409">#9409</a>)</li>
<li>Use <code>comment_ranges</code> for isort directive extraction (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9414">#9414</a>)</li>
<li>Use transformed source code for diagnostic locations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9408">#9408</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d16c4a2d25"><code>d16c4a2</code></a>
Bump version to v0.1.13 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9493">#9493</a>)</li>
<li><a
href="1602df1643"><code>1602df1</code></a>
Fix message for <strong>aenter</strong> in PLC2801 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9492">#9492</a>)</li>
<li><a
href="395cdf04e5"><code>395cdf0</code></a>
Fix backticks in RUF021 docs (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9488">#9488</a>)</li>
<li><a
href="3daf6e1b6d"><code>3daf6e1</code></a>
(🐞) Add the missing period in error message (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9485">#9485</a>)</li>
<li><a
href="a31a314b2b"><code>a31a314</code></a>
Account for possibly-empty f-string values in truthiness logic (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9484">#9484</a>)</li>
<li><a
href="f9dd7bb190"><code>f9dd7bb</code></a>
Remove <code>unreachable-code</code> feature (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9463">#9463</a>)</li>
<li><a
href="350dcb807a"><code>350dcb8</code></a>
Include base pyproject when initializing cache settings (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9480">#9480</a>)</li>
<li><a
href="55f8f3b2cc"><code>55f8f3b</code></a>
Bump version to v0.1.12 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9475">#9475</a>)</li>
<li><a
href="eb4ed2471b"><code>eb4ed24</code></a>
[<code>flake8-simplify</code>] Implement <code>SIM911</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9460">#9460</a>)</li>
<li><a
href="f192c72596"><code>f192c72</code></a>
Remove type parameter from <code>parse_*</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9466">#9466</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.11...v0.1.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.11&new-version=0.1.13)](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>
This commit is contained in:
github-actions[bot] 2024-01-12 17:58:13 +01:00 committed by GitHub
commit ccdca98636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
poetry.lock generated
View File

@ -5735,28 +5735,28 @@ files = [
[[package]]
name = "ruff"
version = "0.1.11"
version = "0.1.13"
description = "An extremely fast Python linter and code formatter, written in Rust."
optional = false
python-versions = ">=3.7"
files = [
{file = "ruff-0.1.11-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:a7f772696b4cdc0a3b2e527fc3c7ccc41cdcb98f5c80fdd4f2b8c50eb1458196"},
{file = "ruff-0.1.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:934832f6ed9b34a7d5feea58972635c2039c7a3b434fe5ba2ce015064cb6e955"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ea0d3e950e394c4b332bcdd112aa566010a9f9c95814844a7468325290aabfd9"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9bd4025b9c5b429a48280785a2b71d479798a69f5c2919e7d274c5f4b32c3607"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1ad00662305dcb1e987f5ec214d31f7d6a062cae3e74c1cbccef15afd96611d"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:4b077ce83f47dd6bea1991af08b140e8b8339f0ba8cb9b7a484c30ebab18a23f"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4a88efecec23c37b11076fe676e15c6cdb1271a38f2b415e381e87fe4517f18"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5b25093dad3b055667730a9b491129c42d45e11cdb7043b702e97125bcec48a1"},
{file = "ruff-0.1.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:231d8fb11b2cc7c0366a326a66dafc6ad449d7fcdbc268497ee47e1334f66f77"},
{file = "ruff-0.1.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:09c415716884950080921dd6237767e52e227e397e2008e2bed410117679975b"},
{file = "ruff-0.1.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:0f58948c6d212a6b8d41cd59e349751018797ce1727f961c2fa755ad6208ba45"},
{file = "ruff-0.1.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:190a566c8f766c37074d99640cd9ca3da11d8deae2deae7c9505e68a4a30f740"},
{file = "ruff-0.1.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:6464289bd67b2344d2a5d9158d5eb81025258f169e69a46b741b396ffb0cda95"},
{file = "ruff-0.1.11-py3-none-win32.whl", hash = "sha256:9b8f397902f92bc2e70fb6bebfa2139008dc72ae5177e66c383fa5426cb0bf2c"},
{file = "ruff-0.1.11-py3-none-win_amd64.whl", hash = "sha256:eb85ee287b11f901037a6683b2374bb0ec82928c5cbc984f575d0437979c521a"},
{file = "ruff-0.1.11-py3-none-win_arm64.whl", hash = "sha256:97ce4d752f964ba559c7023a86e5f8e97f026d511e48013987623915431c7ea9"},
{file = "ruff-0.1.11.tar.gz", hash = "sha256:f9d4d88cb6eeb4dfe20f9f0519bd2eaba8119bde87c3d5065c541dbae2b5a2cb"},
{file = "ruff-0.1.13-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:e3fd36e0d48aeac672aa850045e784673449ce619afc12823ea7868fcc41d8ba"},
{file = "ruff-0.1.13-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9fb6b3b86450d4ec6a6732f9f60c4406061b6851c4b29f944f8c9d91c3611c7a"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b13ba5d7156daaf3fd08b6b993360a96060500aca7e307d95ecbc5bb47a69296"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9ebb40442f7b531e136d334ef0851412410061e65d61ca8ce90d894a094feb22"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:226b517f42d59a543d6383cfe03cccf0091e3e0ed1b856c6824be03d2a75d3b6"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:5f0312ba1061e9b8c724e9a702d3c8621e3c6e6c2c9bd862550ab2951ac75c16"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2f59bcf5217c661254bd6bc42d65a6fd1a8b80c48763cb5c2293295babd945dd"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e6894b00495e00c27b6ba61af1fc666f17de6140345e5ef27dd6e08fb987259d"},
{file = "ruff-0.1.13-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9a1600942485c6e66119da294c6294856b5c86fd6df591ce293e4a4cc8e72989"},
{file = "ruff-0.1.13-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:ee3febce7863e231a467f90e681d3d89210b900d49ce88723ce052c8761be8c7"},
{file = "ruff-0.1.13-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:dcaab50e278ff497ee4d1fe69b29ca0a9a47cd954bb17963628fa417933c6eb1"},
{file = "ruff-0.1.13-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f57de973de4edef3ad3044d6a50c02ad9fc2dff0d88587f25f1a48e3f72edf5e"},
{file = "ruff-0.1.13-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:7a36fa90eb12208272a858475ec43ac811ac37e91ef868759770b71bdabe27b6"},
{file = "ruff-0.1.13-py3-none-win32.whl", hash = "sha256:a623349a505ff768dad6bd57087e2461be8db58305ebd5577bd0e98631f9ae69"},
{file = "ruff-0.1.13-py3-none-win_amd64.whl", hash = "sha256:f988746e3c3982bea7f824c8fa318ce7f538c4dfefec99cd09c8770bd33e6539"},
{file = "ruff-0.1.13-py3-none-win_arm64.whl", hash = "sha256:6bbbc3042075871ec17f28864808540a26f0f79a4478c357d3e3d2284e832998"},
{file = "ruff-0.1.13.tar.gz", hash = "sha256:e261f1baed6291f434ffb1d5c6bd8051d1c2a26958072d38dfbec39b3dda7352"},
]
[[package]]