Skip to content

Commit

Permalink
build(deps): bump the python group across 1 directory with 11 updates (
Browse files Browse the repository at this point in the history
…#673)

Bumps the python group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.2`
|
| [uvicorn](https://github.com/encode/uvicorn) | `0.30.5` | `0.30.6` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [boto3](https://github.com/boto/boto3) | `1.34.150` | `1.34.154` |
| [botocore](https://github.com/boto/botocore) | `1.34.154` | `1.34.162`
|
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) |
`1.34.154` | `1.35.11` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.31` | `9.5.34` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) |
`6.108.9` | `6.111.2` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.374`
| `1.1.379` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.6.3` |


Updates `fastapi` from 0.112.0 to 0.112.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.112.2</h2>
<h3>Fixes</h3>
<ul>
<li>🐛 Fix <code>allow_inf_nan</code> option for Param and Body classes.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11867">#11867</a>
by <a
href="https://github.com/giunio-prc"><code>@​giunio-prc</code></a>.</li>
<li>🐛 Ensure that <code>app.include_router</code> merges nested
lifespans. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/9630">#9630</a>
by <a
href="https://github.com/Lancetnik"><code>@​Lancetnik</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>🎨 Fix typing annotation for semi-internal
<code>FastAPI.add_api_route()</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/10240">#10240</a>
by <a
href="https://github.com/ordinary-jamie"><code>@​ordinary-jamie</code></a>.</li>
<li>⬆️ Upgrade version of Ruff and reformat. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12032">#12032</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Fix a typo in <code>docs/en/docs/virtual-environments.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12064">#12064</a>
by <a
href="https://github.com/aymenkrifa"><code>@​aymenkrifa</code></a>.</li>
<li>📝 Add docs about Environment Variables and Virtual Environments. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12054">#12054</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Add Asyncer mention in async docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12037">#12037</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Move the Features docs to the top level to improve the main page
menu. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12036">#12036</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>✏️ Fix import typo in reference example for <code>Security</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11168">#11168</a>
by <a href="https://github.com/0shah0"><code>@​0shah0</code></a>.</li>
<li>📝 Highlight correct line in tutorial
<code>docs/en/docs/tutorial/body-multiple-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11978">#11978</a>
by <a
href="https://github.com/svlandeg"><code>@​svlandeg</code></a>.</li>
<li>🔥 Remove Sentry link from Advanced Middleware docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12031">#12031</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
<li>📝 Clarify management tasks for translations, multiples files in one
PR. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12030">#12030</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Edit the link to the OpenAPI &quot;Responses Object&quot; and
&quot;Response Object&quot; sections in the &quot;Additional Responses
in OpenAPI&quot; section. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11996">#11996</a>
by <a
href="https://github.com/VaitoSoi"><code>@​VaitoSoi</code></a>.</li>
<li>🔨 Specify <code>email-validator</code> dependency with dash. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11515">#11515</a>
by <a
href="https://github.com/jirikuncar"><code>@​jirikuncar</code></a>.</li>
<li>🌐 Add Spanish translation for
<code>docs/es/docs/project-generation.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11947">#11947</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
<li>📝 Fix minor typo. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12026">#12026</a>
by <a
href="https://github.com/MicaelJarniac"><code>@​MicaelJarniac</code></a>.</li>
<li>📝 Several docs improvements, tweaks, and clarifications. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11390">#11390</a>
by <a
href="https://github.com/nilslindemann"><code>@​nilslindemann</code></a>.</li>
<li>📝 Add missing <code>compresslevel</code> parameter on docs for
<code>GZipMiddleware</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11350">#11350</a>
by <a
href="https://github.com/junah201"><code>@​junah201</code></a>.</li>
<li>📝 Fix inconsistent response code when item already exists in docs
for testing. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11818">#11818</a>
by <a
href="https://github.com/lokomilo"><code>@​lokomilo</code></a>.</li>
<li>📝 Update <code>docs/en/docs/tutorial/body.md</code> with Python 3.10
union type example. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11415">#11415</a>
by <a href="https://github.com/rangzen"><code>@​rangzen</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/tutorial/request_file.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12018">#12018</a>
by <a
href="https://github.com/Joao-Pedro-P-Holanda"><code>@​Joao-Pedro-P-Holanda</code></a>.</li>
<li>🌐 Add Japanese translation for
<code>docs/ja/docs/learn/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11592">#11592</a>
by <a href="https://github.com/ukwhatn"><code>@​ukwhatn</code></a>.</li>
<li>📝 Update Spanish translation docs for consistency. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12044">#12044</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
<li>🌐 Update Chinese translation for
<code>docs/zh/docs/tutorial/dependencies/dependencies-with-yield.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12028">#12028</a>
by <a href="https://github.com/xuvjso"><code>@​xuvjso</code></a>.</li>
<li>📝 Update FastAPI People, do not translate to have the most recent
info. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12034">#12034</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🌐 Update Urdu translation for
<code>docs/ur/docs/benchmarks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/10046">#10046</a>
by <a
href="https://github.com/AhsanSheraz"><code>@​AhsanSheraz</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12046">#12046</a>
by <a
href="https://github.com/apps/pre-commit-ci"><code>@​pre-commit-ci[bot]</code></a>.</li>
<li>🔧 Update coverage config files. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12035">#12035</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔨 Standardize shebang across shell scripts. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11942">#11942</a>
by <a
href="https://github.com/gitworkflows"><code>@​gitworkflows</code></a>.</li>
<li>⬆ Update sqlalchemy requirement from <!-- raw HTML omitted
-->=1.3.18,&lt;2.0.33. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11979">#11979</a>
by <a
href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>.</li>
<li>🔊 Remove old ignore warnings. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11950">#11950</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>⬆️ Upgrade griffe-typingdoc for the docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12029">#12029</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🙈 Add .coverage* to <code>.gitignore</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11940">#11940</a>
by <a
href="https://github.com/gitworkflows"><code>@​gitworkflows</code></a>.</li>
<li>⚙️ Record and show test coverage contexts (what test covers which
line). PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/11518">#11518</a>
by <a href="https://github.com/slafs"><code>@​slafs</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastapi/fastapi/commit/d00af00d3f15e9a963e2f1baf8f9b4c8357f6f66"><code>d00af00</code></a>
🔖 Release version 0.112.2</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/b69a9f3b6f822e71be275ca20347a0ab3dfe99e8"><code>b69a9f3</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/51b625e127982f626886d467122ef85d5772d1db"><code>51b625e</code></a>
🐛 Fix <code>allow_inf_nan</code> option for Param and Body classes (<a
href="https://redirect.github.com/fastapi/fastapi/issues/11867">#11867</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/48b36f26d83d607a044866633068dbf46e723e0f"><code>48b36f2</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/3a4ac2467594d0ccad92ecfb7f7f10ffa5d1d992"><code>3a4ac24</code></a>
🐛 Ensure that <code>app.include_router</code> merges nested lifespans
(<a
href="https://redirect.github.com/fastapi/fastapi/issues/9630">#9630</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/22bf988dfb085f45449bc137401af0105a86cdf5"><code>22bf988</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/6935fe8d38fe4befd0cc1cd8ddbbd836bb809497"><code>6935fe8</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/8f037167571ca60f87677594418fc68a05db6a9f"><code>8f03716</code></a>
📝 Fix a typo in virtual environement page (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12064">#12064</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/d0ce9d2bdf7f3c78b6f193288b9925b952da27c9"><code>d0ce9d2</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/705659bb2277633e75269de9bac9d84cc3c15ae4"><code>705659b</code></a>
📝 Add docs about Environment Variables and Virtual Environments (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12054">#12054</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.112.0...0.112.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `uvicorn` from 0.30.5 to 0.30.6
<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.6</h2>
<h3>Fixed</h3>
<ul>
<li>Don't warn when upgrade is not WebSocket and depedencies are
installed (<a
href="https://redirect.github.com/encode/uvicorn/issues/2360">#2360</a>)</li>
</ul>
<hr />
<p><strong>Full Changelog</strong>: <a
href="https://github.com/encode/uvicorn/compare/0.30.5...0.30.6">https://github.com/encode/uvicorn/compare/0.30.5...0.30.6</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.6 (2024-08-13)</h2>
<h3>Fixed</h3>
<ul>
<li>Don't warn when upgrade is not WebSocket and depedencies are
installed (<a
href="https://redirect.github.com/encode/uvicorn/issues/2360">#2360</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/encode/uvicorn/commit/7dc027d5fb980c7bd52ab4611f3109a796cec974"><code>7dc027d</code></a>
Version 0.30.6 (<a
href="https://redirect.github.com/encode/uvicorn/issues/2428">#2428</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/587a1ccca54d21d886ebb0f80602926bab575b70"><code>587a1cc</code></a>
fix: upgrade is not websocket and dependencies are installed, should not
warn...</li>
<li><a
href="https://github.com/encode/uvicorn/commit/cee31a6891aa85575b3c29531606c066ace333a0"><code>cee31a6</code></a>
test(signal): add sleep to ensure shutdown completion (<a
href="https://redirect.github.com/encode/uvicorn/issues/2427">#2427</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/eba64efbc8748edf3c43f6ac76659170180c72f8"><code>eba64ef</code></a>
ci: timeout for test suite runs to 30 minutes (<a
href="https://redirect.github.com/encode/uvicorn/issues/2426">#2426</a>)</li>
<li><a
href="https://github.com/encode/uvicorn/commit/0f513d26f23ab6a30f80f374a7d6c7d95dbb9686"><code>0f513d2</code></a>
Remove signal testing order dependency (<a
href="https://redirect.github.com/encode/uvicorn/issues/2382">#2382</a>)</li>
<li>See full diff in <a
href="https://github.com/encode/uvicorn/compare/0.30.5...0.30.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyyaml` from 6.0.1 to 6.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yaml/pyyaml/releases">pyyaml's
releases</a>.</em></p>
<blockquote>
<h2>6.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Support for Cython 3.x and Python 3.13.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2</a></p>
<h2>6.0.2rc1</h2>
<ul>
<li>Support for extension build with Cython 3.x</li>
<li>Support for Python 3.13</li>
<li>Added PyPI wheels for musllinux on aarch64</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/yaml/pyyaml/blob/main/CHANGES">pyyaml's
changelog</a>.</em></p>
<blockquote>
<p>6.0.2 (2024-08-06)</p>
<ul>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/808">yaml/pyyaml#808</a>
-- Support for Cython 3.x and Python 3.13</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yaml/pyyaml/commit/41309b0bcb4559edb1d691d47199035ef539d785"><code>41309b0</code></a>
Release 6.0.2 (<a
href="https://redirect.github.com/yaml/pyyaml/issues/819">#819</a>)</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/dd9f0e1236775dcce682c91823e009556ce2a271"><code>dd9f0e1</code></a>
6.0.2rc1 (<a
href="https://redirect.github.com/yaml/pyyaml/issues/809">#809</a>)</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/f5527a26d518b3e9c66f9211e0af00c83f09a97e"><code>f5527a2</code></a>
disable CI trigger on PR edits</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/b4d80a742142004490d2da7691d534923820b81c"><code>b4d80a7</code></a>
Python 3.12 + musllinux_1_1_x86_64 wheel support</li>
<li>See full diff in <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3` from 1.34.150 to 1.34.154
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/24473008a308d3b325ee2b35d87c586e49e993a6"><code>2447300</code></a>
Merge branch 'release-1.34.154'</li>
<li><a
href="https://github.com/boto/boto3/commit/366b9078c9c7857867c12de0501fd1e1a90d19fe"><code>366b907</code></a>
Bumping version to 1.34.154</li>
<li><a
href="https://github.com/boto/boto3/commit/af13ba71798b793dfcdaf817d66d00db2105d884"><code>af13ba7</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/1b7dafa5453557aa15e746745576271f90832489"><code>1b7dafa</code></a>
Merge branch 'release-1.34.153'</li>
<li><a
href="https://github.com/boto/boto3/commit/62f3484f5d6ca0cfc8e3a859e24b7ae908a71b2a"><code>62f3484</code></a>
Merge branch 'release-1.34.153' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/809d4cd96e93cddd45e07397910cb150cef2c72e"><code>809d4cd</code></a>
Bumping version to 1.34.153</li>
<li><a
href="https://github.com/boto/boto3/commit/f753c4f337b5172a09c857c79606d85fd15fcab7"><code>f753c4f</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/ba3d7ce577ce122eff09caaa9a51c74113a0544c"><code>ba3d7ce</code></a>
Merge branch 'release-1.34.152'</li>
<li><a
href="https://github.com/boto/boto3/commit/9489da6c8889ad21d8a94b04ffacb89696263997"><code>9489da6</code></a>
Merge branch 'release-1.34.152' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/be5b965f07015adffa7c1d6634874402a868a473"><code>be5b965</code></a>
Bumping version to 1.34.152</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.34.150...1.34.154">compare
view</a></li>
</ul>
</details>
<br />

Updates `botocore` from 1.34.154 to 1.34.162
<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.162</h1>
<ul>
<li>api-change:<code>docdb</code>: This release adds Global Cluster
Failover capability which enables you to change your global cluster's
primary AWS region, the region that serves writes, during a regional
outage. Performing a failover action preserves your Global Cluster
setup.</li>
<li>api-change:<code>ecs</code>: This release introduces a new
ContainerDefinition configuration to support the customer-managed keys
for ECS container restart feature.</li>
<li>api-change:<code>iam</code>: Make the LastUsedDate field in the
GetAccessKeyLastUsed response optional. This may break customers who
only call the API for access keys with a valid LastUsedDate. This fixes
a deserialization issue for access keys without a LastUsedDate, because
the field was marked as required but could be null.</li>
<li>api-change:<code>s3</code>: Amazon Simple Storage Service / Features
: Adds support for pagination in the S3 ListBuckets API.</li>
</ul>
<h1>1.34.161</h1>
<ul>
<li>api-change:<code>codebuild</code>: AWS CodeBuild now supports using
Secrets Manager to store git credentials and using multiple source
credentials in a single project.</li>
</ul>
<h1>1.34.160</h1>
<ul>
<li>api-change:<code>amplify</code>: Add a new field
&quot;cacheConfig&quot; that enables users to configure the CDN cache
settings for an App</li>
<li>api-change:<code>appstream</code>: This release includes following
new APIs: CreateThemeForStack, DescribeThemeForStack,
UpdateThemeForStack, DeleteThemeForStack to support custom branding
programmatically.</li>
<li>api-change:<code>fis</code>: This release adds support for
additional error information on experiment failure. It adds the error
code, location, and account id on relevant failures to the GetExperiment
and ListExperiment API responses.</li>
<li>api-change:<code>glue</code>: Add AttributesToGet parameter support
for Glue GetTables</li>
<li>api-change:<code>neptune-graph</code>: Amazon Neptune Analytics
provides a new option for customers to load data into a graph using the
RDF (Resource Description Framework) NTRIPLES format. When loading
NTRIPLES files, use the value <code>convertToIri</code> for the
<code>blankNodeHandling</code> parameter.</li>
</ul>
<h1>1.34.159</h1>
<ul>
<li>api-change:<code>compute-optimizer</code>: Doc only update for
Compute Optimizer that fixes several customer-reported issues relating
to ECS finding classifications</li>
<li>api-change:<code>config</code>: Documentation update for the
OrganizationConfigRuleName regex pattern.</li>
<li>api-change:<code>ec2</code>: This release adds new capabilities to
manage On-Demand Capacity Reservations including the ability to split
your reservation, move capacity between reservations, and modify the
instance eligibility of your reservation.</li>
<li>api-change:<code>eks</code>: Added support for new AL2023 GPU AMIs
to the supported AMITypes.</li>
<li>api-change:<code>groundstation</code>: Updating documentation for
OEMEphemeris to link to AWS Ground Station User Guide</li>
<li>api-change:<code>medialive</code>: AWS Elemental MediaLive now
supports now supports editing the PID values for a Multiplex.</li>
<li>api-change:<code>sagemaker</code>: Releasing large data support as
part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API
for SageMaker Canvas.</li>
</ul>
<h1>1.34.158</h1>
<ul>
<li>api-change:<code>cognito-idp</code>: Fixed a description of
AdvancedSecurityAdditionalFlows in Amazon Cognito user pool
configuration.</li>
<li>api-change:<code>connect</code>: This release supports adding
RoutingCriteria via UpdateContactRoutingData public API.</li>
<li>api-change:<code>ssm</code>: Systems Manager doc-only updates for
August 2024.</li>
</ul>
<h1>1.34.157</h1>
<ul>
<li>api-change:<code>cognito-idp</code>: Added support for threat
protection for custom authentication in Amazon Cognito user pools.</li>
<li>api-change:<code>connect</code>: This release fixes a regression in
number of access control tags that are allowed to be added to a security
profile in Amazon Connect. You can now add up to four access control
tags on a single security profile.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/botocore/commit/7fdb763ee4819ac5b8297167cf2a163106d5076d"><code>7fdb763</code></a>
Merge branch 'release-1.34.162'</li>
<li><a
href="https://github.com/boto/botocore/commit/7c093194527ab996dc329d968988eb3ecac4c8bc"><code>7c09319</code></a>
Bumping version to 1.34.162</li>
<li><a
href="https://github.com/boto/botocore/commit/152e5065e6d870c3b56f4fdcb9761a9492ac1696"><code>152e506</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/boto/botocore/commit/55032d049cd993856043e3abfd831e9c50361564"><code>55032d0</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/a9de6574aa769b5cb9e6f146456d535908b26b21"><code>a9de657</code></a>
Merge customizations for S3</li>
<li><a
href="https://github.com/boto/botocore/commit/9ae72e9df2644f533ea84cc0c624402cb122ff7c"><code>9ae72e9</code></a>
Merge branch 'release-1.34.161' into develop</li>
<li><a
href="https://github.com/boto/botocore/commit/71e17f3948fd7b15080f08fbe250d02f1a3279fc"><code>71e17f3</code></a>
Merge branch 'release-1.34.161'</li>
<li><a
href="https://github.com/boto/botocore/commit/d1f71683c64091e0e8d33eea44eb00280eee465e"><code>d1f7168</code></a>
Bumping version to 1.34.161</li>
<li><a
href="https://github.com/boto/botocore/commit/98829b7298b42897f422bad2b6e879281c8cdcf8"><code>98829b7</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/a60b7150819860a13bb8d2309e2c213f5773accd"><code>a60b715</code></a>
Merge branch 'release-1.34.160' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/botocore/compare/1.34.154...1.34.162">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3-stubs` from 1.34.154 to 1.35.11
<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 `mkdocs-material` from 9.5.31 to 9.5.34
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.5.34</h2>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>Thanks go to <a
href="https://github.com/manselmi"><code>@​manselmi</code></a> for their
contributions</p>
<h2>mkdocs-material-9.5.33</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<h2>mkdocs-material-9.5.32</h2>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>Thanks go to <a
href="https://github.com/joaopalmeiro"><code>@​joaopalmeiro</code></a>
for their contributions</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.5.34 (2024-08-31)</p>
<ul>
<li>Updated Mermaid.js to version 11 (latest)</li>
</ul>
<p>mkdocs-material-9.5.33 (2024-08-23)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7453">#7453</a>:
Incorrect position of tooltip when sorting table</li>
</ul>
<p>mkdocs-material-9.5.32 (2024-08-19)</p>
<ul>
<li>Fixed RXSS vulnerability via deep link in search results</li>
<li>Added support for fetching latest release from GitLab</li>
</ul>
<p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>:
Instant previews jump on content tabs with anchor links</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7408">#7408</a>:
Instant previews jump on content tabs</li>
</ul>
<p>mkdocs-material-9.5.31 (2024-08-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>:
DockerHub missing images &gt; 9.5.27 due to change in Alpine/APK</li>
</ul>
<p>mkdocs-material-9.5.30 (2024-07-23)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>:
Navigation icons disappearing on hover in Safari</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>:
Blog readtime computation includes SVG text content</li>
</ul>
<p>mkdocs-material-9.5.29 (2024-07-14)</p>
<ul>
<li>Updated Galician translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>:
Annotations in figure captions rendering incorrectly</li>
</ul>
<p>mkdocs-material-9.5.28 (2024-07-02)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>:
Improved tooltips mounted in sidebar when feature is disabled</li>
</ul>
<p>mkdocs-material-9.5.27 (2024-06-16)</p>
<ul>
<li>Updated Estonian translations</li>
</ul>
<p>mkdocs-material-9.5.26 (2024-06-06)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>:
Tab switches on scroll when linking tabs (9.5.19 regression)</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>:
Blog author avatar broken when referring to local file</li>
</ul>
<p>mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)</p>
<ul>
<li>Fixed projects plugin crashing when serving before building
subprojects</li>
</ul>
<p>mkdocs-material-9.5.25 (2024-05-27)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/7d6096ae007580d53f9c034476615c9fe7b95e6c"><code>7d6096a</code></a>
Prepare 9.5.34 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6f3c05b6fa7e42279ea7604aedc4e4333131fe57"><code>6f3c05b</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/d3b17920a2683118561c00ab2e8f72b995985edb"><code>d3b1792</code></a>
Updated Mermaid to v11 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7475">#7475</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f88c43695f233b8258d585d63a9dc34511fc4433"><code>f88c436</code></a>
Unpinned Stylelint and plugins</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/3b12816f699ea9390b1b622fc96aec1013da7a6d"><code>3b12816</code></a>
Unpinned TypeScript ESLint integration and checks</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/cafd67b7385077233ab2b9f7b245080c96a986d2"><code>cafd67b</code></a>
Fixed error in build script</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/80ae56023ba6351f3c45124a8a407f17ff9ecf43"><code>80ae560</code></a>
Unpinned svgo dependency</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a91ee70faf2ac51eeed0a3f7d70a626a8aa98675"><code>a91ee70</code></a>
Prepare 9.5.33 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/4104fafe3c5f26a97b2e500bf770048f19d290ca"><code>4104faf</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8ee7137e48bd59ef451b20fb14c6c86fa6132da1"><code>8ee7137</code></a>
Updated premium sponsors</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.5.31...9.5.34">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs` from 1.6.0 to 1.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocs/mkdocs/releases">mkdocs's
releases</a>.</em></p>
<blockquote>
<h2>1.6.1</h2>
<h1>Version 1.6.1 (Friday 30th August, 2024)</h1>
<h3>Fixed</h3>
<ul>
<li>Fix build error when environment variable
<code>SOURCE_DATE_EPOCH=0</code> is set. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3795">#3795</a></li>
<li>Fix build error when <code>mkdocs_theme.yml</code> config is empty.
<a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3700">#3700</a></li>
<li>Support <code>python -W</code> and <code>PYTHONWARNINGS</code>
instead of overriding the configuration. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3809">#3809</a></li>
<li>Support running with Docker under strict mode, by removing
<code>0.0.0.0</code> dev server warning. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3784">#3784</a></li>
<li>Drop unnecessary <code>changefreq</code> from
<code>sitemap.xml</code>. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3629">#3629</a></li>
<li>Fix JavaScript console error when closing menu dropdown. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3774">#3774</a></li>
<li>Fix JavaScript console error that occur on repeated clicks. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3730">#3730</a></li>
<li>Fix JavaScript console error that can occur on dropdown selections.
<a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3694">#3694</a></li>
</ul>
<h3>Added</h3>
<ul>
<li>Added translations for Dutch. <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3804">#3804</a></li>
<li>Added and updated translations for Chinese (Simplified). <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3684">#3684</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/bb7e8b62185b11d9f59bb7f50b13c15134f62f8a"><code>bb7e8b6</code></a>
Version 1.6.1. (<a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3819">#3819</a>)</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/0b22a52cc86750beee45b61b7118480012cc804d"><code>0b22a52</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3795">#3795</a>
from mkdocs/tomchristie-patch-1</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/695d8ed4a9b7d0a211aecfc81d087a0c7a739bb7"><code>695d8ed</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3808">#3808</a>
from razorblack/master</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/347e79fe184c147339af3f99832fcde6cdcecd85"><code>347e79f</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3817">#3817</a>
from gesslar/patch-1</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/200f6f98b05656d81c3db3a410d8eac064b3f4af"><code>200f6f9</code></a>
Update configuration.md</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/05a64b4b75470d5c4fc2328f209848b5d25108dd"><code>05a64b4</code></a>
Use utc timezones consistently</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/9204eb690f593d2fbe0f99f53df81a13eaa0dbea"><code>9204eb6</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3809">#3809</a>
from pawamoy/warnings-control</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/a16d60fad057074059b44b8f2631852646567054"><code>a16d60f</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3804">#3804</a>
from KenSentMe/master</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/e72c7d0cdc0d89d263d9d702b162936b1ac22476"><code>e72c7d0</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3784">#3784</a>
from squidfunk/fix/docker-warning</li>
<li><a
href="https://github.com/mkdocs/mkdocs/commit/d7376252e23078f1fc25e11d471f84a978d9e1ae"><code>d737625</code></a>
Merge pull request <a
href="https://redirect.github.com/mkdocs/mkdocs/issues/3774">#3774</a>
from squidfunk/fix/dropdown</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `hypothesis` from 6.108.9 to 6.111.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e339c5fc24e39bf476fe9586f610e5a7f91062aa"><code>e339c5f</code></a>
Bump hypothesis-python version to 6.111.2 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3e8e8b30c1887af2fc4f524ccb4779cb43902c4a"><code>3e8e8b3</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4090">#4090</a>
from Zac-HD/test-cleanups</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/ae1a2d0d6af10660e52abc15800f422c958a68c6"><code>ae1a2d0</code></a>
Clean up minimal() helper</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e8cea04c9128a2b0d8948be57bfb6bc16643ed9a"><code>e8cea04</code></a>
ignore flaky coverage here</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/0b3952a061ce6cecac2db3721eb2269c02309896"><code>0b3952a</code></a>
Update crosshair</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/24926fdad517005e70a6439a484e8e805a9fc960"><code>24926fd</code></a>
Clean up some backend-dependant tests</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/962802aabb9cd6d501cdfe9f02179f42ad95b1e6"><code>962802a</code></a>
Move unused function to test</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/c90732c6fd73d4fd38e4792db1c58ba1a1185d8a"><code>c90732c</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/4087">#4087</a>
from HypothesisWorks/create-pull-request/patch</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3346f25fa6123edf2bcdb50dd80c7faeb349ad2b"><code>3346f25</code></a>
Update pinned dependencies</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6c51f101954be27eba0d95ee0db07323763dd5b4"><code>6c51f10</code></a>
Bump hypothesis-python version to 6.111.1 and update changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.108.9...hypothesis-python-6.111.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyright` from 1.1.374 to 1.1.379
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/a0bc0178927541d6a9e65db56f9dd3d5012af8bb"><code>a0bc017</code></a>
[pyright updated to 1.1.379] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/292">#292</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/0fde3cf7e0b130b12be4f8753d65e3853fdee69a"><code>0fde3cf</code></a>
[pyright updated to 1.1.378] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/290">#290</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/5a98910f99501ae87f2608f5789eb63fe3d54b69"><code>5a98910</code></a>
Pyright NPM Package update to 1.1.377 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/289">#289</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/ae9a6c1a1ecdbdf12ecdd672a3ed4fd0dae97697"><code>ae9a6c1</code></a>
Pyright NPM Package update to 1.1.376 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/288">#288</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/ec0e68aadacf0e62ef1c6831810f574cd082f7dd"><code>ec0e68a</code></a>
[pyright updated to 1.1.375] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/287">#287</a>)</li>
<li>See full diff in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.374...v1.1.379">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.5.6 to 0.6.3
<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.3</h2>
<h2>Release Notes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-simplify</code>] Extend
<code>open-file-with-context-handler</code> to work with
<code>dbm.sqlite3</code> (<code>SIM115</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13104">#13104</a>)</li>
<li>[<code>pycodestyle</code>] Disable <code>E741</code> in stub files
(<code>.pyi</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13119">#13119</a>)</li>
<li>[<code>pydoclint</code>] Avoid <code>DOC201</code> on explicit
returns in functions that only return <code>None</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13064">#13064</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-async</code>] Disable check for <code>asyncio</code>
before Python 3.11 (<code>ASYNC109</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13023">#13023</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>FastAPI</code>] Avoid introducing invalid syntax in fix for
<code>fast-api-non-annotated-dependency</code> (<code>FAST002</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13133">#13133</a>)</li>
<li>[<code>flake8-implicit-str-concat</code>] Normalize octals before
merging concatenated strings in
<code>single-line-implicit-string-concatenation</code>
(<code>ISC001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13118">#13118</a>)</li>
<li>[<code>flake8-pytest-style</code>] Improve help message for
<code>pytest-incorrect-mark-parentheses-style</code>
(<code>PT023</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13092">#13092</a>)</li>
<li>[<code>pylint</code>] Avoid autofix for calls that aren't
<code>min</code> or <code>max</code> as starred expression
(<code>PLW3301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13089">#13089</a>)</li>
<li>[<code>ruff</code>] Add <code>datetime.time</code>,
<code>datetime.tzinfo</code>, and <code>datetime.timezone</code> as
immutable function calls (<code>RUF009</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13109">#13109</a>)</li>
<li>[<code>ruff</code>] Extend comment deletion for <code>RUF100</code>
to include trailing text from <code>noqa</code> directives while
preserving any following comments on the same line, if any (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13105">#13105</a>)</li>
<li>Fix dark theme on initial page load for the Ruff playground (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13077">#13077</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/AlexWaygood"><code>@​AlexWaygood</code></a></li>
<li><a
href="https://github.com/JonathanPlasse"><code>@​JonathanPlasse</code></a></li>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a href="https://github.com/N-Wouda"><code>@​N-Wouda</code></a></li>
<li><a
href="https://github.com/PalAditya"><code>@​PalAditya</code></a></li>
<li><a href="https://github.com/arkuhn"><code>@​arkuhn</code></a></li>
<li><a href="https://github.com/calumy"><code>@​calumy</code></a></li>
<li><a href="https://github.com/carljm"><code>@​carljm</code></a></li>
<li><a
href="https://github.com/chriskrycho"><code>@​chriskrycho</code></a></li>
<li><a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</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/renovate"><code>@​renovate</code></a></li>
<li><a href="https://github.com/teofr"><code>@​teofr</code></a></li>
<li><a href="https://github.com/tjkuson"><code>@​tjkuson</code></a></li>
<li><a href="https://github.com/vdwees"><code>@​vdwees</code></a></li>
</ul>
<h2>Install ruff 0.6.3</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.3/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.3</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-simplify</code>] Extend
<code>open-file-with-context-handler</code> to work with
<code>dbm.sqlite3</code> (<code>SIM115</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13104">#13104</a>)</li>
<li>[<code>pycodestyle</code>] Disable <code>E741</code> in stub files
(<code>.pyi</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13119">#13119</a>)</li>
<li>[<code>pydoclint</code>] Avoid <code>DOC201</code> on explicit
returns in functions that only return <code>None</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13064">#13064</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-async</code>] Disable check for <code>asyncio</code>
before Python 3.11 (<code>ASYNC109</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13023">#13023</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>FastAPI</code>] Avoid introducing invalid syntax in fix for
<code>fast-api-non-annotated-dependency</code> (<code>FAST002</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/13133">#13133</a>)</li>
<li>[<code>flake8-implicit-str-concat</code>] Normalize octals before
merging concatenated strings in
<code>single-line-implicit-string-concatenation</code>
(<code>ISC001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13118">#13118</a>)</li>
<li>[<code>flake8-pytest-style</code>] Improve help message for
<code>pytest-incorrect-mark-parentheses-style</code>
(<code>PT023</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13092">#13092</a>)</li>
<li>[<code>pylint</code>] Avoid autofix for calls that aren't
<code>min</code> or <code>max</code> as starred expression
(<code>PLW3301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13089">#13089</a>)</li>
<li>[<code>ruff</code>] Add <code>datetime.time</code>,
<code>datetime.tzinfo</code>, and <code>datetime.timezone</code> as
immutable function calls (<code>RUF009</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13109">#13109</a>)</li>
<li>[<code>ruff</code>] Extend comment deletion for <code>RUF100</code>
to include trailing text from <code>noqa</code> directives while
preserving any following comments on the same line, if any (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13105">#13105</a>)</li>
<li>Fix dark theme on initial page load for the Ruff playground (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13077">#13077</a>)</li>
</ul>
<h2>0.6.2</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-simplify</code>] Extend
<code>open-file-with-context-handler</code> to work with other
standard-library IO modules (<code>SIM115</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12959">#12959</a>)</li>
<li>[<code>ruff</code>] Avoid <code>unused-async</code> for functions
with FastAPI route decorator (<code>RUF029</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12938">#12938</a>)</li>
<li>[<code>ruff</code>] Ignore <code>fstring-missing-syntax</code>
(<code>RUF027</code>) for <code>fastAPI</code> paths (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12939">#12939</a>)</li>
<li>[<code>ruff</code>] Implement check for Decimal called with a float
literal (RUF032) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12909">#12909</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Update diagnostic message when
expression is at the end of function (<code>B015</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12944">#12944</a>)</li>
<li>[<code>flake8-pyi</code>] Skip type annotations in
<code>string-or-bytes-too-long</code> (<code>PYI053</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13002">#13002</a>)</li>
<li>[<code>flake8-type-checking</code>] Always recognise relative
imports as first-party (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12994">#12994</a>)</li>
<li>[<code>flake8-unused-arguments</code>] Ignore unused arguments on
stub functions (<code>ARG001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12966">#12966</a>)</li>
<li>[<code>pylint</code>] Ignore augmented assignment for
<code>self-cls-assignment</code> (<code>PLW0642</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12957">#12957</a>)</li>
</ul>
<h3>Server</h3>
<ul>
<li>Show full context in error log messages (<a
href="https://redirect.github.com/astral-sh/ruff/pull/13029">#13029</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>[<code>pep8-naming</code>] Don't flag <code>from</code> imports
following conventional import names (<code>N817</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12946">#12946</a>)</li>
<li>[<code>pylint</code>] - Allow <code>__new__</code> methods to have
<code>cls</code> as their first argument even if decorated with
<code>@staticmethod</code> for <code>bad-staticmethod-argument</code>
(<code>PLW0211</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/12958">#12958</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/ee258caed72f729a6587bbf73aa25b1f6e9bcb7a"><code>ee258ca</code></a>
Bump version to 0.6.3 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13152">#13152</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b4d9d26020970f6a3f8a272c148c482fd7dc5108"><code>b4d9d26</code></a>
Update faq.md to highlight changes to src (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13145">#13145</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a99832088a31b65f79e578e3131756cfdc0afb0d"><code>a998320</code></a>
[<code>ruff</code>] - extend comment deletions for unused-noqa
(<code>RUF100</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13105">#13105</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/770ef2ab2719de85c8beec348595f1c74177ce7e"><code>770ef2a</code></a>
[red-knot] support deferred evaluation of type expressions (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13131">#13131</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c6023c03a23e654d3829ef020b993e9888d028f2"><code>c6023c0</code></a>
[red-knot] Add docs on using <code>RAYON_NUM_THREADS</code> for better
logging (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13140">#13140</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/df694ca1c1684a468efec6afd8af1df81eaa56fa"><code>df694ca</code></a>
[<code>FastAPI</code>] Avoid introducing invalid syntax in fix for
`fast-api-non-annotat...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/2e75cfbfe7fa79b71f76499d80058597e4c9d83b"><code>2e75cfb</code></a>
Format <code>PYI</code> examples in docs as <code>.pyi</code>-file
snippets (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13116">#13116</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cfafaa7637ef3f568d62d39654e0498f52a07b77"><code>cfafaa7</code></a>
[red-knot] Remove very noisy tracing call when resolving
<code>ImportFrom</code> stateme...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3e9c7adeeee639043686a1717a1683f6620efd2a"><code>3e9c7ad</code></a>
Replace crates by dependi for VS Code Dev Container (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13125">#13125</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/81cd438d883dafb7c51cf2ec9b8e8dcec5cf1f6b"><code>81cd438</code></a>
red-knot: infer and display ellipsis type (<a
href="https://redirect.github.com/astral-sh/ruff/issues/13124">#13124</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/0.5.6...0.6.3">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 Sep 4, 2024
2 parents d4a49a4 + c3954ae commit 20df84c
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 513 deletions.
Loading

0 comments on commit 20df84c

Please sign in to comment.