Skip to content

Commit

Permalink
build(deps): bump the python group with 7 updates (#652)
Browse files Browse the repository at this point in the history
Bumps the python group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` |
| [botocore](https://github.com/boto/botocore) | `1.34.144` | `1.34.146`
|
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) |
`1.34.144` | `1.34.146` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) |
`6.108.2` | `6.108.4` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.371`
| `1.1.372` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.2` | `0.5.4` |

Updates `uvicorn` from 0.30.1 to 0.30.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/encode/uvicorn/releases">uvicorn's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.30.3</h2>
<h2>Fixed</h2>
<ul>
<li>Suppress <code>KeyboardInterrupt</code> from CLI and programmatic
usage (<a
href="https://redirect.github.com/encode/uvicorn/issues/2384">#2384</a>)</li>
<li><code>ClientDisconnect</code> inherits from <code>OSError</code>
instead of <code>IOError</code> (<a
href="https://redirect.github.com/encode/uvicorn/issues/2393">#2393</a>)</li>
</ul>
<hr />
<p><strong>Full Changelog</strong>: <a
href="https://github.com/encode/uvicorn/compare/0.30.2...0.30.3">https://github.com/encode/uvicorn/compare/0.30.2...0.30.3</a></p>
<h2>0.30.2</h2>
<h2>Added</h2>
<ul>
<li>Add <code>reason</code> support to <a
href="https://asgi.readthedocs.io/en/latest/specs/www.html#disconnect-receive-event-ws"><code>websocket.disconnect</code></a>
event (<a
href="https://redirect.github.com/encode/uvicorn/issues/2324">#2324</a>)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Iterate subprocesses in-place on the process manager (<a
href="https://redirect.github.com/encode/uvicorn/issues/2373">#2373</a>)</li>
</ul>
<hr />
<p><strong>Full Changelog</strong>: <a
href="https://github.com/encode/uvicorn/compare/0.30.1...0.30.2">https://github.com/encode/uvicorn/compare/0.30.1...0.30.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md">uvicorn's
changelog</a>.</em></p>
<blockquote>
<h2>0.30.3 (2024-07-20)</h2>
<h3>Fixed</h3>
<ul>
<li>Suppress <code>KeyboardInterrupt</code> from CLI and programmatic
usage (<a
href="https://redirect.github.com/encode/uvicorn/issues/2384">#2384</a>)</li>
<li><code>ClientDisconnect</code> inherits from <code>OSError</code>
instead of <code>IOError</code> (<a
href="https://redirect.github.com/encode/uvicorn/issues/2393">#2393</a>)</li>
</ul>
<h2>0.30.2 (2024-07-20)</h2>
<h3>Added</h3>
<ul>
<li>Add <code>reason</code> support to <a
href="https://asgi.readthedocs.io/en/latest/specs/www.html#disconnect-receive-event-ws"><code>websocket.disconnect</code></a>
event (<a
href="https://redirect.github.com/encode/uvicorn/issues/2324">#2324</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Iterate subprocesses in-place on the process manager (<a
href="https://redirect.github.com/encode/uvicorn/issues/2373">#2373</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/encode/uvicorn/commit/5bf788f0eb0fc771f5c4eed8f282c7ec256565d2"><code>5bf788f</code></a>
Version 0.30.3 (<a
href="https://redirect.github.com/encode/uvicorn/issues/2395">#2395</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/8f4c8a7f34914c16650ebd026127b96560425fde"><code>8f4c8a7</code></a>
Add 100% clean coverage (<a
href="https://redirect.github.com/encode/uvicorn/issues/2394">#2394</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/9baded3dcf1a59b2956a00e875be4bbb6bea162c"><code>9baded3</code></a>
Bump the python-packages group with 9 updates (<a
href="https://redirect.github.com/encode/uvicorn/issues/2376">#2376</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/92798254173f9c34a7cdc7817a06a99d0394af2a"><code>9279825</code></a>
<code>ClientDisconnect</code> inherits from <code>OSError</code> instead
of <code>IOError</code> (<a
href="https://redirect.github.com/encode/uvicorn/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/875f6c6a4d11407de0d46dc04f058eb8f6a244dc"><code>875f6c6</code></a>
Suppress <code>KeyboardInterrupt</code> from CLI and programmatic usage
(<a
href="https://redirect.github.com/encode/uvicorn/issues/2384">#2384</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/ca24e1b52ca21e2dbe9c94824e042524fc06b831"><code>ca24e1b</code></a>
Version 0.30.2 (<a
href="https://redirect.github.com/encode/uvicorn/issues/2380">#2380</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/c23cd24e6676ee0638d014d7000af1e6e0996bd6"><code>c23cd24</code></a>
Iterate subprocesses in-place (<a
href="https://redirect.github.com/encode/uvicorn/issues/2373">#2373</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/d79f285184404694c77f7ca649858e7488270cf7"><code>d79f285</code></a>
docs(readme): add granian as an alternative (<a
href="https://redirect.github.com/encode/uvicorn/issues/2359">#2359</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/4e9f48d249a7a3ffe6f48e185596ccd3caaf5915"><code>4e9f48d</code></a>
Add <code>reason</code> support on WebSocketDisconnectEvent (<a
href="https://redirect.github.com/encode/uvicorn/issues/2324">#2324</a>)</li>
<li>See full diff in <a
href="https://github.com/encode/uvicorn/compare/0.30.1...0.30.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `botocore` from 1.34.144 to 1.34.146
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/boto/botocore/blob/develop/CHANGELOG.rst">botocore's
changelog</a>.</em></p>
<blockquote>
<h1>1.34.146</h1>
<ul>
<li>api-change:<code>datazone</code>: This release adds 1/ support of
register S3 locations of assets in AWS Lake Formation hybrid access mode
for DefaultDataLake blueprint. 2/ support of CRUD operations for Asset
Filters.</li>
<li>api-change:<code>ivs</code>: Documentation update for IVS Low
Latency API Reference.</li>
<li>api-change:<code>mobile</code>: The mobile client has been removed
following the deprecation of the service.</li>
<li>api-change:<code>neptune-graph</code>: Amazon Neptune Analytics
provides new options for customers to start with smaller graphs at a
lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and
StartImportTask APIs will now allow 32 and 64 for
<code>provisioned-memory</code></li>
<li>api-change:<code>redshift-serverless</code>: Adds dualstack support
for Redshift Serverless workgroup.</li>
</ul>
<h1>1.34.145</h1>
<ul>
<li>api-change:<code>acm-pca</code>: Fix broken waiters for the acm-pca
client. Waiters broke in version 1.13.144 of the Boto3 SDK.</li>
<li>api-change:<code>connect</code>: Amazon Connect expands search API
coverage for additional resources. Search for hierarchy groups by name,
ID, tag, or other criteria (new endpoint). Search for agent statuses by
name, ID, tag, or other criteria (new endpoint). Search for users by
their assigned proficiencies (enhanced endpoint)</li>
<li>api-change:<code>ec2</code>: Amazon VPC IP Address Manager (IPAM)
now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with
any Internet Registry. This feature uses DNS TXT records to validate
ownership of a public IP address range.</li>
<li>api-change:<code>firehose</code>: This release 1) Add configurable
buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp
for MSK As Source. Firehose will start reading data from MSK Cluster
using offset associated with this timestamp. 3) Gated public beta
release to add Apache Iceberg tables as destination.</li>
<li>api-change:<code>ivschat</code>: Documentation update for IVS Chat
API Reference.</li>
<li>api-change:<code>medialive</code>: AWS Elemental MediaLive now
supports the SRT protocol via the new SRT Caller input type.</li>
<li>api-change:<code>rds</code>: Updates Amazon RDS documentation to
specify an eventual consistency model for
DescribePendingMaintenanceActions.</li>
<li>api-change:<code>sagemaker</code>: SageMaker Training supports R5,
T3 and R5D instances family. And SageMaker Processing supports G5 and
R5D instances family.</li>
<li>api-change:<code>secretsmanager</code>: Doc only update for Secrets
Manager</li>
<li>api-change:<code>taxsettings</code>: Set default endpoint for aws
partition. Requests from all regions in aws partition will be forward to
us-east-1 endpoint.</li>
<li>api-change:<code>timestream-query</code>: Doc-only update for
TimestreamQuery. Added guidance about the accepted valid value for the
QueryPricingModel parameter.</li>
<li>api-change:<code>workspaces-thin-client</code>: Documentation update
for WorkSpaces Thin Client.</li>
<li>bugfix:Waiter: Update waiters to handle expected boolean values when
matching errors (<code>boto/botocore#3220
&lt;https://github.com/boto/botocore/issues/3220&gt;</code>__)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/botocore/commit/336da4e86bef3d3fd1858c3f8f975de7796617e9"><code>336da4e</code></a>
Merge branch 'release-1.34.146'</li>
<li><a
href="https://github.com/boto/botocore/commit/1f4e7992365e77390fa609c1388a1c4029e37863"><code>1f4e799</code></a>
Bumping version to 1.34.146</li>
<li><a
href="https://github.com/boto/botocore/commit/6a9031a585c5695cf236a8c50e8f578fc0e9850b"><code>6a9031a</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/boto/botocore/commit/fc220db4a3ff5b816ede8c040d53a42f9f4d4ba3"><code>fc220db</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/eb21a362342727f673a5601ba6f977540c5f7f20"><code>eb21a36</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/botocore/issues/3226">#3226</a>
from nateprewitt/mobilehub_deprecation</li>
<li><a
href="https://github.com/boto/botocore/commit/cc463717cfe711d7921259804ccf30bb9d3683c2"><code>cc46371</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/botocore/issues/3225">#3225</a>
from boto/dependabot/github_actions/aws-actions/clos...</li>
<li><a
href="https://github.com/boto/botocore/commit/c68aa1a56a17bc9b362f913481930d55ee6ba665"><code>c68aa1a</code></a>
Add changelog</li>
<li><a
href="https://github.com/boto/botocore/commit/420d816eb3626a11a400366f3540c82f916cccbb"><code>420d816</code></a>
Remove deprecated AWS Mobile Hub service</li>
<li><a
href="https://github.com/boto/botocore/commit/0aba3e6bf037331ef33eaf913943f1d2ac3517bf"><code>0aba3e6</code></a>
Bump aws-actions/closed-issue-message</li>
<li><a
href="https://github.com/boto/botocore/commit/79681b9213053a7f8731393d1686d30504591446"><code>79681b9</code></a>
pin setuptools in ci for python &gt;= 3.12 (<a
href="https://redirect.github.com/boto/botocore/issues/3223">#3223</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/botocore/compare/1.34.144...1.34.146">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3-stubs` from 1.34.144 to 1.34.146
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/youtype/mypy_boto3_builder/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.2.2 to 8.3.1
<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.1</h2>
<h1>pytest 8.3.1 (2024-07-20)</h1>
<p>The 8.3.0 release failed to include the change notes and docs for the
release. This patch release remedies this. There are no other
changes.</p>
<h2>8.3.0</h2>
<h1>pytest 8.3.0 (2024-07-20)</h1>
<h2>New features</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12231">#12231</a>:
Added [--xfail-tb]{.title-ref} flag, which turns on traceback output for
XFAIL results.</p>
<ul>
<li>If the [--xfail-tb]{.title-ref} flag is not given, tracebacks for
XFAIL results are NOT shown.</li>
<li>The style of traceback for XFAIL is set with [--tb]{.title-ref}, and
can be [auto|long|short|line|native|no]{.title-ref}.</li>
<li>Note: Even if you have [--xfail-tb]{.title-ref} set, you won't see
them if [--tb=no]{.title-ref}.</li>
</ul>
<p>Some history:</p>
<p>With pytest 8.0, [-rx]{.title-ref} or [-ra]{.title-ref} would not
only turn on summary reports for xfail, but also report the tracebacks
for xfail results. This caused issues with some projects that utilize
xfail, but don't want to see all of the xfail tracebacks.</p>
<p>This change detaches xfail tracebacks from [-rx]{.title-ref}, and now
we turn on xfail tracebacks with [--xfail-tb]{.title-ref}. With this,
the default [-rx]{.title-ref}/ [-ra]{.title-ref} behavior is identical
to pre-8.0 with respect to xfail tracebacks. While this is a behavior
change, it brings default behavior back to pre-8.0.0 behavior, which
ultimately was considered the better course of action.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12281">#12281</a>:
Added support for keyword matching in marker expressions.</p>
<p>Now tests can be selected by marker keyword arguments.
Supported values are <code>int</code>{.interpreted-text
role=&quot;class&quot;}, (unescaped) <code>str</code>{.interpreted-text
role=&quot;class&quot;}, <code>bool</code>{.interpreted-text
role=&quot;class&quot;} &amp; <code>None</code>{.interpreted-text
role=&quot;data&quot;}.</p>
<p>See <code>marker examples
&lt;marker_keyword_expression_example&gt;</code>{.interpreted-text
role=&quot;ref&quot;} for more information.</p>
<p>-- by <code>lovetheguitar</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12567">#12567</a>:
Added <code>--no-fold-skipped</code> command line option.</p>
<p>If this option is set, then skipped tests in short summary are no
longer grouped
by reason but all tests are printed individually with their nodeid in
the same
way as other statuses.</p>
<p>-- by <code>pbrezina</code>{.interpreted-text
role=&quot;user&quot;}</p>
</li>
</ul>
<h2>Improvements in existing functionality</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12469">#12469</a>:
The console output now uses the &quot;third-party plugins&quot;
terminology,
replacing the previously established but confusing and outdated
reference to <code>setuptools
&lt;setuptools:index&gt;</code>{.interpreted-text
role=&quot;std:doc&quot;}
-- by <code>webknjaz</code>{.interpreted-text
role=&quot;user&quot;}.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12544">#12544</a>,
<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12545">#12545</a>:
Python virtual environment detection was improved by
checking for a <code>pyvenv.cfg</code>{.interpreted-text
role=&quot;file&quot;} file, ensuring reliable detection on
various platforms -- by <code>zachsnickers</code>{.interpreted-text
role=&quot;user&quot;}.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/de98446075cc07c768387cf64ba497dd75c205de"><code>de98446</code></a>
Prepare release version 8.3.1</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bd0a0424037825bc23b9bf299115e92c53a67a9c"><code>bd0a042</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12636">#12636</a>
from pytest-dev/update-release-notes</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/664325bc9fd90217f51fe7cc0e9fff2f29a41a15"><code>664325b</code></a>
doc/changelog: update 8.3.0 notes</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/19d225d0ab0f586a9a1fc878dff871495c12bd06"><code>19d225d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12635">#12635</a>
from pytest-dev/release-8.3.0</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc3302850c52ec945eea1b2bbde7ec3b91fc3e44"><code>bc33028</code></a>
Prepare release version 8.3.0</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a7d5a8eba9addd119432fa71880b51052a89812f"><code>a7d5a8e</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12557">#12557</a>
from x612skm/maintainence/11771-pypy-3.9-bump</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/ced7072bb4f7653ad2f1d0d33639d87e7bc5f358"><code>ced7072</code></a>
Add a change note for PR <a
href="https://redirect.github.com/pytest-dev/pytest/issues/11771">#11771</a></li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d42b76daadb88d993ee74753766e22711a27395f"><code>d42b76d</code></a>
Adjust test_errors_in_xfail_skip_expressions for PyPy</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/9eee45a7479cf5fa23b79057708a994a3b8d0eee"><code>9eee45a</code></a>
Bump PyPy runtime to v3.9 @ GHA</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d489247505a953885a156e61d4473497cbc167ea"><code>d489247</code></a>
Fix caching of parameterized fixtures (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12600">#12600</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `hypothesis` from 6.108.2 to 6.108.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/4e5a2493e5efc6e14b5cd1cf331c408b129c6ac7"><code>4e5a249</code></a>
Bump hypothesis-python version to 6.108.4 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1c4b7e38fd27bbc697f671c8b6b59ebf572786c0"><code>1c4b7e3</code></a>
remove flaky part of test</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/a967e757248dc0ade7e6ac5f7554284369c60caf"><code>a967e75</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4057">#4057</a>
from jobh/gc-import-perfcounter</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/a442a0c81618d696f49853a467da562c475088a8"><code>a442a0c</code></a>
Store reference to time.perf_counter for gc accounting</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/dc6b315f95e0dd444d8bb14812f6cb1464120072"><code>dc6b315</code></a>
Bump hypothesis-python version to 6.108.3 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/a322908438d681b8b6403ce20e02d047b10ea871"><code>a322908</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4056">#4056</a>
from Zac-HD/misc-cleanup-again</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/b8a1e1fe0e057b52f7fb145ff72d6ade229dfcc0"><code>b8a1e1f</code></a>
We only ever report strings now</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/1cc458c2739bbf88a24698025f368b5618951ab2"><code>1cc458c</code></a>
update crosshair versions</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/d89a6fdc22c3ab9bf43493e0d4caffe1308b09ae"><code>d89a6fd</code></a>
reduce bad-report blast radius</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3a791fbb6b4922da3689b0ef87e43129e40d2aee"><code>3a791fb</code></a>
various minor test cleanups</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.2...hypothesis-python-6.108.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyright` from 1.1.371 to 1.1.372
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/59a4bdf8446e1bde6ba2282cb0e017c18b360869"><code>59a4bdf</code></a>
[pyright updated to 1.1.372] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/283">#283</a>)</li>
<li>See full diff in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.371...v1.1.372">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.5.2 to 0.5.4
<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.5.4</h2>
<h2>Release Notes</h2>
<h3>Rule changes</h3>
<ul>
<li>[<code>ruff</code>] Rename <code>RUF007</code> to
<code>zip-instead-of-pairwise</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12399">#12399</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-builtins</code>] Avoid shadowing diagnostics for
<code>@OverRide</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12415">#12415</a>)</li>
<li>[<code>flake8-comprehensions</code>] Insert parentheses for
multi-argument generators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12422">#12422</a>)</li>
<li>[<code>pydocstyle</code>] Handle escaped docstrings within docstring
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12192">#12192</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix GitHub link to Neovim setup (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12410">#12410</a>)</li>
<li>Fix <code>output-format</code> default in settings reference (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12409">#12409</a>)</li>
</ul>
<h2>Install ruff 0.5.4</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.5.4/ruff-installer.sh
| sh
</code></pre>
<h3>Install prebuilt binaries via powershell script</h3>
<pre lang="sh"><code>powershell -c &quot;irm
https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-installer.ps1
| iex&quot;
</code></pre>
<h2>Download ruff 0.5.4</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-apple-darwin.tar.gz">ruff-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-apple-darwin.tar.gz">ruff-x86_64-apple-darwin.tar.gz</a></td>
<td>Intel macOS</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip">ruff-aarch64-pc-windows-msvc.zip</a></td>
<td>ARM64 Windows</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip">ruff-i686-pc-windows-msvc.zip</a></td>
<td>x86 Windows</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-pc-windows-msvc.zip">ruff-x86_64-pc-windows-msvc.zip</a></td>
<td>x64 Windows</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-unknown-linux-gnu.tar.gz">ruff-aarch64-unknown-linux-gnu.tar.gz</a></td>
<td>ARM64 Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-unknown-linux-gnu.tar.gz">ruff-i686-unknown-linux-gnu.tar.gz</a></td>
<td>x86 Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-powerpc64-unknown-linux-gnu.tar.gz">ruff-powerpc64-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64 Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-powerpc64le-unknown-linux-gnu.tar.gz">ruff-powerpc64le-unknown-linux-gnu.tar.gz</a></td>
<td>PPC64LE Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-powerpc64le-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-s390x-unknown-linux-gnu.tar.gz">ruff-s390x-unknown-linux-gnu.tar.gz</a></td>
<td>S390x Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-s390x-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-unknown-linux-gnu.tar.gz">ruff-x86_64-unknown-linux-gnu.tar.gz</a></td>
<td>x64 Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-armv7-unknown-linux-gnueabihf.tar.gz">ruff-armv7-unknown-linux-gnueabihf.tar.gz</a></td>
<td>ARMv7 Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-armv7-unknown-linux-gnueabihf.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-unknown-linux-musl.tar.gz">ruff-aarch64-unknown-linux-musl.tar.gz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-unknown-linux-musl.tar.gz">ruff-i686-unknown-linux-musl.tar.gz</a></td>
<td>x86 MUSL Linux</td>
<td><a
href="https://github.com/astral-sh/ruff/releases/download/0.5.4/ruff-i686-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<!-- 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.5.4</h2>
<h3>Rule changes</h3>
<ul>
<li>[<code>ruff</code>] Rename <code>RUF007</code> to
<code>zip-instead-of-pairwise</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12399">#12399</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-builtins</code>] Avoid shadowing diagnostics for
<code>@OverRide</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12415">#12415</a>)</li>
<li>[<code>flake8-comprehensions</code>] Insert parentheses for
multi-argument generators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12422">#12422</a>)</li>
<li>[<code>pydocstyle</code>] Handle escaped docstrings within docstring
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12192">#12192</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix GitHub link to Neovim setup (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12410">#12410</a>)</li>
<li>Fix <code>output-format</code> default in settings reference (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12409">#12409</a>)</li>
</ul>
<h2>0.5.3</h2>
<p><strong>Ruff 0.5.3 marks the stable release of the Ruff language
server and introduces revamped
<a href="https://docs.astral.sh/ruff/editors">documentation</a>,
including <a href="https://docs.astral.sh/ruff/editors/setup">setup
guides for your editor of
choice</a> and <a
href="https://docs.astral.sh/ruff/editors/settings">the language server
itself</a></strong>.</p>
<h3>Preview features</h3>
<ul>
<li>Formatter: Insert empty line between suite and alternative branch
after function/class definition (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12294">#12294</a>)</li>
<li>[<code>pyupgrade</code>] Implement
<code>unnecessary-default-type-args</code> (<code>UP043</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12371">#12371</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Detect enumerate iterations in
<code>loop-iterator-mutation</code> (<code>B909</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12366">#12366</a>)</li>
<li>[<code>flake8-bugbear</code>] Remove <code>discard</code>,
<code>remove</code>, and <code>pop</code> allowance for
<code>loop-iterator-mutation</code> (<code>B909</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12365">#12365</a>)</li>
<li>[<code>pylint</code>] Allow
<code>repeated-equality-comparison</code> for mixed operations
(<code>PLR1714</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12369">#12369</a>)</li>
<li>[<code>pylint</code>] Ignore <code>self</code> and <code>cls</code>
when counting arguments (<code>PLR0913</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12367">#12367</a>)</li>
<li>[<code>pylint</code>] Use UTF-8 as default encoding in
<code>unspecified-encoding</code> fix (<code>PLW1514</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12370">#12370</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Build settings index in parallel for the native server (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12299">#12299</a>)</li>
<li>Use fallback settings when indexing the project (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12362">#12362</a>)</li>
<li>Consider <code>--preview</code> flag for <code>server</code>
subcommand for the linter and formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12208">#12208</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>flake8-comprehensions</code>] Allow additional arguments for
<code>sum</code> and <code>max</code> comprehensions (<code>C419</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/12364">#12364</a>)</li>
<li>[<code>pylint</code>] Avoid dropping extra boolean operations in
<code>repeated-equality-comparison</code> (<code>PLR1714</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12368">#12368</a>)</li>
<li>[<code>pylint</code>] Consider expression before statement when
determining binding kind (<code>PLR1704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12346">#12346</a>)</li>
</ul>
<h3>Documentation</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/53b84ab05460d006b10e035fd6a4ffb62d9b608a"><code>53b84ab</code></a>
Cleanup redundant spaces from changelog (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12424">#12424</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3664f85f4505b502a83af5abf01265582471d3f1"><code>3664f85</code></a>
Bump version to v0.5.4 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12423">#12423</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2c1926beeb145bcae42ff8d63a5f95e2eb9331d3"><code>2c1926b</code></a>
Insert parentheses for multi-argument generators (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12422">#12422</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4bcc96ae514127a1a1bece13f55d0409d98bbf68"><code>4bcc96a</code></a>
Avoid shadowing diagnostics for <code>@OverRide</code> methods (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12415">#12415</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c0a2b49bacfed394f4668cdf4ec3c97ee72db374"><code>c0a2b49</code></a>
Fix the Github link error for Neovim in the setup for editors in the
docs. (#...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ca2224862882e73d40ebfe8fe3f99312b013a3e9"><code>ca22248</code></a>
Update docs Settings output-format default (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12409">#12409</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/d8cf8ac2ef26bb630b43b095f61662173b2bac2f"><code>d8cf8ac</code></a>
[red-knot] Resolve symbols from <code>builtins.pyi</code> in the stdlib
if they cannot b...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/1c7b84059e5490b5c0a9f4658975559e5372a6ba"><code>1c7b840</code></a>
[red-knot] fix incremental benchmark (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12400">#12400</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f82bb675556097c5d99a62ad6b3b4c19023a96ae"><code>f82bb67</code></a>
[red-knot] trace file when inferring types (<a
href="https://redirect.github.com/astral-sh/ruff/issues/12401">#12401</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/5f96f69151568da8300fe6d3bf513ae4da3ee6ba"><code>5f96f69</code></a>
[red-knot] Fix bug where module resolution would not be invalidated if
an ent...</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.5.2...0.5.4">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>
  • Loading branch information
eve-ci-cd[bot] authored Jul 22, 2024
2 parents 137f4a6 + 85c4b2b commit e8a7d0b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 52 deletions.
Loading

0 comments on commit e8a7d0b

Please sign in to comment.