Skip to content

Commit

Permalink
pip(deps): bump the pip group with 10 updates (#504)
Browse files Browse the repository at this point in the history
Bumps the pip group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.104.1` | `0.105.0`
|
|
[google-cloud-compute](https://github.com/googleapis/google-cloud-python)
| `1.14.1` | `1.15.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) |
`1.33.7` | `1.34.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.4.14` | `9.5.2` |
| [connexion](https://github.com/spec-first/connexion) | `3.0.3` |
`3.0.5` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.91.0`
| `6.92.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.338`
| `1.1.341` |
| [black](https://github.com/psf/black) | `23.11.0` | `23.12.0` |
| [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.6` | `0.1.8` |

Updates `fastapi` from 0.104.1 to 0.105.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tiangolo/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.105.0</h2>
<h3>Features</h3>
<ul>
<li>✨ Add support for multiple Annotated annotations, e.g.
<code>Annotated[str, Field(), Query()]</code>. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10773">#10773</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>🔥 Remove unused NoneType. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10774">#10774</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Tweak default suggested configs for generating clients. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10736">#10736</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>🔧 Update sponsors, add Scalar. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10728">#10728</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add PropelAuth. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10760">#10760</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>👷 Update build docs, verify README on CI. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10750">#10750</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, remove Fern. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10729">#10729</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add Codacy. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10677">#10677</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>🔧 Update sponsors, add Reflex. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10676">#10676</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update release notes, move and check latest-changes. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10588">#10588</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>👷 Upgrade latest-changes GitHub Action. PR <a
href="https://redirect.github.com/tiangolo/fastapi/pull/10587">#10587</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tiangolo/fastapi/commit/36c26677682c4245183912e00fc057c05cc6cf7a"><code>36c2667</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/d8185efb6effd36c162bc7ab8e1e2c597fb3b7a8"><code>d8185ef</code></a>
🔖 Release version 0.105.0</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/fc51d7e3c7908d3e588ddc57cb942129f8c55d4c"><code>fc51d7e</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/b98c65cb36b5f6ee159f4b2a99fbc380247b8820"><code>b98c65c</code></a>
🔥 Remove unused NoneType (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10774">#10774</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/ba99214417f4229277aced266f69511d5ce50f6d"><code>ba99214</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/6f5aa81c076d22e38afbe7d602db6730e28bc3cc"><code>6f5aa81</code></a>
✨ Add support for multiple Annotated annotations, e.g. `Annotated[str,
Field(...</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/73dcc40f09e3587b10d3a93ee225c2f5d3fc83cb"><code>73dcc40</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/33493ce694d2f7f1900f6e3128268b10620405f5"><code>33493ce</code></a>
🔧 Update sponsors, add PropelAuth (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10760">#10760</a>)</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/01e570c56da2e1e662cc4ebdbce18ec21320a7e6"><code>01e570c</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/tiangolo/fastapi/commit/ca03379b655165e203460c23a2b036a04d41bd7d"><code>ca03379</code></a>
👷 Update build docs, verify README on CI (<a
href="https://redirect.github.com/tiangolo/fastapi/issues/10750">#10750</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tiangolo/fastapi/compare/0.104.1...0.105.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google-cloud-compute` from 1.14.1 to 1.15.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md">google-cloud-compute's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.21.0...google-cloud-documentai-v2.21.1">2.21.1</a>
(2023-12-13)</h2>
<h3>Documentation</h3>
<ul>
<li>[google-cloud-documentai] Clarify Properties documentation (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12118">#12118</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/35c180e4cb7d9e52b5f72a13b606a6004b5c8a08">35c180e</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.20.2...google-cloud-documentai-v2.21.0">2.21.0</a>
(2023-12-07)</h2>
<h3>Features</h3>
<ul>
<li>Add support for python 3.12 (<a
href="https://github.com/googleapis/google-cloud-python/commit/fb6f9dbfadfe1a8ca3b236e0cae5c85cf2862f3e">fb6f9db</a>)</li>
<li>Introduce compatibility with native namespace packages (<a
href="https://github.com/googleapis/google-cloud-python/commit/fb6f9dbfadfe1a8ca3b236e0cae5c85cf2862f3e">fb6f9db</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Require proto-plus &gt;= 1.22.3 (<a
href="https://github.com/googleapis/google-cloud-python/commit/fb6f9dbfadfe1a8ca3b236e0cae5c85cf2862f3e">fb6f9db</a>)</li>
<li>Use <code>retry_async</code> instead of <code>retry</code> in async
client (<a
href="https://github.com/googleapis/google-cloud-python/commit/fb6f9dbfadfe1a8ca3b236e0cae5c85cf2862f3e">fb6f9db</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.20.1...google-cloud-documentai-v2.20.2">2.20.2</a>
(2023-11-02)</h2>
<h3>Documentation</h3>
<ul>
<li>updated comments (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/11950">#11950</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/a0da408d0f322b3f4f11a0dbe39c92fa5770e59b">a0da408</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.20.0...google-cloud-documentai-v2.20.1">2.20.1</a>
(2023-10-10)</h2>
<h3>Documentation</h3>
<ul>
<li>minor comment update (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/11797">#11797</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/1360d6bface07de0fd9f65987f146390adec7176">1360d6b</a>)</li>
</ul>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-documentai-v2.19.0...google-cloud-documentai-v2.20.0">2.20.0</a>
(2023-09-25)</h2>
<h3>Features</h3>
<ul>
<li>Added <code>ListDocuments()</code> method for Document AI Workbench
training documents (<a
href="https://github.com/googleapis/google-cloud-python/commit/2fb9078ef80ecbcc39c9708d49b7707e4708205a">2fb9078</a>)</li>
<li>Added SummaryOptions to ProcessOptions for the Summarizer processor
(<a
href="https://github.com/googleapis/google-cloud-python/commit/2fb9078ef80ecbcc39c9708d49b7707e4708205a">2fb9078</a>)</li>
<li>make page_range field public (<a
href="https://github.com/googleapis/google-cloud-python/commit/2fb9078ef80ecbcc39c9708d49b7707e4708205a">2fb9078</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><code>OcrConfig.compute_style_info</code> is deprecated. Use
<code>PremiumFeatures.compute_style_info</code> instead. (<a
href="https://github.com/googleapis/google-cloud-python/commit/2fb9078ef80ecbcc39c9708d49b7707e4708205a">2fb9078</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/269e8eb8f79bada5cdddf112a9e88111c81bbcfc"><code>269e8eb</code></a>
chore: release main (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12079">#12079</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/f942e71a6e014c62d521e954190746bc4d3455ca"><code>f942e71</code></a>
feat: [google-cloud-recaptcha-enterprise] added stable account
identifier to ...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/51e1478ef98713c15aea956dd82bbc779af361f5"><code>51e1478</code></a>
feat: [google-cloud-compute] Update Compute Engine API to revision
20231110 (...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/facc8ef7db22ce90a2459832bce8d3b9d034c5dc"><code>facc8ef</code></a>
feat: [google-cloud-billing] added the MoveBillingAccount method, which
allow...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/48e7c5f9b3747f7ccf85733a99666a3df7206c94"><code>48e7c5f</code></a>
feat: add initial files for google.cloud.securitycentermanagement.v1 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12089">#12089</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/f4938c05ef84a93bf05b6012053baece659caa63"><code>f4938c0</code></a>
feat: [google-cloud-deploy] Add custom target type support (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12081">#12081</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/777891df576c55a740f3c2496263ec71dc63c123"><code>777891d</code></a>
feat: [google-cloud-dataplex] add data quality score to
DataQualityResult (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/1">#1</a>...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/5cd98aa0e8ead2eef82ecdcef4141b33a7da2b5a"><code>5cd98aa</code></a>
feat: [Many APIs] Add support for Python 3.12 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12067">#12067</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/31d043de5a0b8bd329e8d5a36e7811d5ea7bd7a1"><code>31d043d</code></a>
feat: [Many APIs] Add support for Python 3.12 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12069">#12069</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/ea6cfc2f86e77757b8cb05f7fd0d9c0b7ccaf7cf"><code>ea6cfc2</code></a>
feat: [Many APIs] Add support for Python 3.12 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/12070">#12070</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.14.1...google-cloud-compute-v1.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3-stubs` from 1.33.7 to 1.34.2
<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.4.14 to 9.5.2
<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.2</h2>
<ul>
<li>Fixed types for <code>slugify</code> settings in blog plugin
config</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6469">#6469</a>:
Horizontal scrollbars on MathJax containers</li>
</ul>
<h2>mkdocs-material-9.5.1</h2>
<ul>
<li>Updated Greek translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6464">#6464</a>:
Privacy plugin cannot be enabled</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6461">#6461</a>:
Sorting blog posts ignores time component in date</li>
</ul>
<h2>mkdocs-material-9.5.0</h2>
<p>Merged Insiders features of 'Goat's Horn' funding goal</p>
<ul>
<li>Added privacy plugin: automatic downloading of external assets</li>
<li>Added support for card grids and grid layouts</li>
<li>Added support for improved tooltips</li>
<li>Added support for content tabs anchor links (deep linking)</li>
<li>Added support for automatic dark/light mode</li>
<li>Added support for document contributors</li>
</ul>
</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.2+insiders-4.47.1 (2023-12-11)</p>
<ul>
<li>Improved editing experience for projects plugin</li>
<li>Improved resilience of optimize and social plugin</li>
<li>Fixed race condition when writing manifest in optimize and social
plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6475">#6475</a>:
Logo not taking precedence over icon in social card</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6399">#6399</a>:
Projects plugin doesn't pick up added/removed projects</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6306">#6306</a>:
Projects plugin cache not correctly updated</li>
</ul>
<p>mkdocs-material-9.5.2 (2023-12-11)</p>
<ul>
<li>Fixed types for <code>slugify</code> settings in blog plugin
config</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6469">#6469</a>:
Horizontal scrollbars on MathJax containers</li>
</ul>
<p>mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)</p>
<ul>
<li>Added support for staying on page when switching languages</li>
<li>Added configurable logging capabilities to projects plugin</li>
<li>Removed temporary warning on blog plugin authors file format
change</li>
<li>Fixed projects plugin logging messages twice on Linux systems</li>
<li>Fixed projects plugin trying to hoist theme assets of divergent
themes</li>
<li>Fixed compatibility of optimize plugin and projects plugin</li>
<li>Fixed compatibility of social plugin and projects plugin</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6448">#6448</a>:
Code line selection broken for code blocks with custom ids</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6437">#6437</a>:
Projects plugin crashing for certain site URL configurations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6414">#6414</a>:
Projects plugin doesn't prefix messages coming from projects</li>
</ul>
<p>mkdocs-material-9.5.1 (2023-12-08)</p>
<ul>
<li>Updated Greek translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6464">#6464</a>:
Privacy plugin cannot be enabled</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6461">#6461</a>:
Sorting blog posts ignores time component in date</li>
</ul>
<p>mkdocs-material-9.5.0 (2023-12-07)</p>
<p>Merged Insiders features of 'Goat's Horn' funding goal</p>
<ul>
<li>Added privacy plugin: automatic downloading of external assets</li>
<li>Added support for card grids and grid layouts</li>
<li>Added support for improved tooltips</li>
<li>Added support for content tabs anchor links (deep linking)</li>
<li>Added support for automatic dark/light mode</li>
<li>Added support for document contributors</li>
</ul>
<p>mkdocs-material-9.4.14+insiders-4.46.0 (2023-11-26)</p>
<ul>
<li>Added support for author profiles in blog plugin</li>
<li>Fixed custom index pages yielding two navigation items (4.45.0
regression)</li>
</ul>
<p>mkdocs-material-9.4.14 (2023-11-26)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/2ca5cf0ea0627982f595c14cb8080447f9a9d24c"><code>2ca5cf0</code></a>
Prepare 9.5.2 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/52feaba4034960aadda79761d8a0d4085021df72"><code>52feaba</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/649db514291140d372735183b9456072d22c65ac"><code>649db51</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/738dd7dc3f626741d6b7c28a4383adbf7c7db41f"><code>738dd7d</code></a>
Merge pull request <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6486">#6486</a>
from squidfunk/dependabot/github_actions/actions/set...</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ef00a474f5029774b5f9528e91c0a7c5f96a72f3"><code>ef00a47</code></a>
Merge pull request <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6487">#6487</a>
from squidfunk/dependabot/github_actions/actions/dep...</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/cc03f10d63997b79f50f32174eeb522b58b77b29"><code>cc03f10</code></a>
Bump actions/deploy-pages from 2 to 3</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/85a3298713dda1288276d6bdb673b531e3d47c2c"><code>85a3298</code></a>
Bump actions/setup-python from 4 to 5</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/419898a337f047f8eee7d6cd37472355a915053e"><code>419898a</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/6477">#6477</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/afd9d0af4c58adcd4c66fa50151475248430099f"><code>afd9d0a</code></a>
Merge branch 'master' of github.com:squidfunk/mkdocs-material</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/adad8238c64eafc8248005eebe6b6fcce4c8fac3"><code>adad823</code></a>
Fixed config types for blog plugin slugify functions</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.4.14...9.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `connexion` from 3.0.3 to 3.0.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spec-first/connexion/releases">connexion's
releases</a>.</em></p>
<blockquote>
<h2>3.0.5</h2>
<h2>Highlights</h2>
<p>Fix broken swagger_ui when using Swagger 2 specification with
references.</p>
<h2>What's Changed</h2>
<ul>
<li>Specification use raw spec on clone by <a
href="https://github.com/nielsbox"><code>@​nielsbox</code></a> in <a
href="https://redirect.github.com/spec-first/connexion/pull/1830">spec-first/connexion#1830</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spec-first/connexion/compare/3.0.4...3.0.5">https://github.com/spec-first/connexion/compare/3.0.4...3.0.5</a></p>
<h2>3.0.4</h2>
<h2>Highlights</h2>
<p>Set Starlette upperbound version to &lt;0.33 until <a
href="https://github.com/encode/starlette/discussions/2361">https://github.com/encode/starlette/discussions/2361</a>
is resolved.</p>
<h2>What's Changed</h2>
<ul>
<li>Set starlette upperbound version to &lt;0.33 by <a
href="https://github.com/RobbeSneyders"><code>@​RobbeSneyders</code></a>
in <a
href="https://redirect.github.com/spec-first/connexion/pull/1828">spec-first/connexion#1828</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spec-first/connexion/compare/3.0.3...3.0.4">https://github.com/spec-first/connexion/compare/3.0.3...3.0.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spec-first/connexion/commit/6dc943661dee4f979d4608a6dd8ec4c4aaaed2ee"><code>6dc9436</code></a>
Specification use raw spec on clone (<a
href="https://redirect.github.com/spec-first/connexion/issues/1830">#1830</a>)</li>
<li><a
href="https://github.com/spec-first/connexion/commit/dbca0485f1f58d01e42163540ee6b2da134917fb"><code>dbca048</code></a>
Set starlette upperbound version to &lt;0.33 (<a
href="https://redirect.github.com/spec-first/connexion/issues/1828">#1828</a>)</li>
<li>See full diff in <a
href="https://github.com/spec-first/connexion/compare/3.0.3...3.0.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `hypothesis` from 6.91.0 to 6.92.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/6a6c1cf553a99d82af5baf6eeed848d0968600e8"><code>6a6c1cf</code></a>
Bump hypothesis-python version to 6.92.1 and update changelog</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/867e56a7b3eb58925bb858afcc107d36795bed83"><code>867e56a</code></a>
Merge pull request <a
href="https://redirect.github.com/HypothesisWorks/hypothesis/issues/3813">#3813</a>
from tybug/json-defaultdict</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/3ee5f1a96edbc4a51704bf4cc7b11e4cd526f3f7"><code>3ee5f1a</code></a>
nocover 3.12 branch</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/073965970e27920f82e9cdee8b0f61763c45539f"><code>0739659</code></a>
more explicit definition to make ruff happy</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/cc2db94a4f36bac43758448199a89eb0dc9e8d42"><code>cc2db94</code></a>
simlify dict_factory case</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/e9ba14c940dae884efef791fbf58ec076587df38"><code>e9ba14c</code></a>
move version guard to compat.py</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/720d918de0ce3805d3861ddf6f3106f567c1d343"><code>720d918</code></a>
add release notes</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/85021de56213db09d9a9a7ee6a77de63d73ffb78"><code>85021de</code></a>
linting</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/afe9dcae3a34f1e8916d09d8813f1786a11e86d0"><code>afe9dca</code></a>
cover remaining to_jsonable tests</li>
<li><a
href="https://github.com/HypothesisWorks/hypothesis/commit/82916e0d1ed4e3e1aef37866cd644d300f57538b"><code>82916e0</code></a>
nocover 3.12 path</li>
<li>Additional commits viewable in <a
href="https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.91.0...hypothesis-python-6.92.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyright` from 1.1.338 to 1.1.341
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/c19f1dc8524d56e7c7d9c48f96601b0705740422"><code>c19f1dc</code></a>
[pyright updated to 1.1.341] Update Version (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/240">#240</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/42efa090b5ce64030066fdc02320bfaa9690510d"><code>42efa09</code></a>
Pyright NPM Package update to 1.1.340 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/238">#238</a>)</li>
<li><a
href="https://github.com/RobertCraigie/pyright-python/commit/4ac5fab39fc5e7d1bac01f18b2b80a190a2cb605"><code>4ac5fab</code></a>
Pyright NPM Package update to 1.1.339 (<a
href="https://redirect.github.com/RobertCraigie/pyright-python/issues/237">#237</a>)</li>
<li>See full diff in <a
href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.338...v1.1.341">compare
view</a></li>
</ul>
</details>
<br />

Updates `black` from 23.11.0 to 23.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/releases">black's
releases</a>.</em></p>
<blockquote>
<h2>23.12.0</h2>
<h3>Highlights</h3>
<p>It's almost 2024, which means it's time for a new edition of
<em>Black</em>'s stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
<a href="https://redirect.github.com/psf/black/issues/4042">share your
feedback</a>.</p>
<p>This release (23.12.0) will still produce the 2023 style. Most but
not all of the
changes in <code>--preview</code> mode will be in the 2024 stable
style.</p>
<h3>Stable style</h3>
<ul>
<li>Fix bug where <code># fmt: off</code> automatically dedents when
used with the <code>--line-ranges</code>
option, even when it is not within the specified line range. (<a
href="https://redirect.github.com/psf/black/issues/4084">#4084</a>)</li>
<li>Fix feature detection for parenthesized context managers (<a
href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Prefer more equal signs before a break when splitting chained
assignments (<a
href="https://redirect.github.com/psf/black/issues/4010">#4010</a>)</li>
<li>Standalone form feed characters at the module level are no longer
removed (<a
href="https://redirect.github.com/psf/black/issues/4021">#4021</a>)</li>
<li>Additional cases of immediately nested tuples, lists, and
dictionaries are now
indented less (<a
href="https://redirect.github.com/psf/black/issues/4012">#4012</a>)</li>
<li>Allow empty lines at the beginning of all blocks, except immediately
before a
docstring (<a
href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li>
<li>Fix crash in preview mode when using a short
<code>--line-length</code> (<a
href="https://redirect.github.com/psf/black/issues/4086">#4086</a>)</li>
<li>Keep suites consisting of only an ellipsis on their own lines if
they are not
functions or class definitions (<a
href="https://redirect.github.com/psf/black/issues/4066">#4066</a>) (<a
href="https://redirect.github.com/psf/black/issues/4103">#4103</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>--line-ranges</code> now skips <em>Black</em>'s internal
stability check in <code>--safe</code> mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. (<a
href="https://redirect.github.com/psf/black/issues/4034">#4034</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Upgrade to mypy 1.7.1 (<a
href="https://redirect.github.com/psf/black/issues/4049">#4049</a>) (<a
href="https://redirect.github.com/psf/black/issues/4069">#4069</a>)</li>
<li>Faster compiled wheels are now available for CPython 3.12 (<a
href="https://redirect.github.com/psf/black/issues/4070">#4070</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Enable 3.12 CI (<a
href="https://redirect.github.com/psf/black/issues/4035">#4035</a>)</li>
<li>Build docker images in parallel (<a
href="https://redirect.github.com/psf/black/issues/4054">#4054</a>)</li>
<li>Build docker images with 3.12 (<a
href="https://redirect.github.com/psf/black/issues/4055">#4055</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/blob/main/CHANGES.md">black's
changelog</a>.</em></p>
<blockquote>
<h2>23.12.0</h2>
<h3>Highlights</h3>
<p>It's almost 2024, which means it's time for a new edition of
<em>Black</em>'s stable style!
Together with this release, we'll put out an alpha release 24.1a1
showcasing the draft
2024 stable style, which we'll finalize in the January release. Please
try it out and
<a href="https://redirect.github.com/psf/black/issues/4042">share your
feedback</a>.</p>
<p>This release (23.12.0) will still produce the 2023 style. Most but
not all of the
changes in <code>--preview</code> mode will be in the 2024 stable
style.</p>
<h3>Stable style</h3>
<ul>
<li>Fix bug where <code># fmt: off</code> automatically dedents when
used with the <code>--line-ranges</code>
option, even when it is not within the specified line range. (<a
href="https://redirect.github.com/psf/black/issues/4084">#4084</a>)</li>
<li>Fix feature detection for parenthesized context managers (<a
href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Prefer more equal signs before a break when splitting chained
assignments (<a
href="https://redirect.github.com/psf/black/issues/4010">#4010</a>)</li>
<li>Standalone form feed characters at the module level are no longer
removed (<a
href="https://redirect.github.com/psf/black/issues/4021">#4021</a>)</li>
<li>Additional cases of immediately nested tuples, lists, and
dictionaries are now
indented less (<a
href="https://redirect.github.com/psf/black/issues/4012">#4012</a>)</li>
<li>Allow empty lines at the beginning of all blocks, except immediately
before a
docstring (<a
href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li>
<li>Fix crash in preview mode when using a short
<code>--line-length</code> (<a
href="https://redirect.github.com/psf/black/issues/4086">#4086</a>)</li>
<li>Keep suites consisting of only an ellipsis on their own lines if
they are not
functions or class definitions (<a
href="https://redirect.github.com/psf/black/issues/4066">#4066</a>) (<a
href="https://redirect.github.com/psf/black/issues/4103">#4103</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>--line-ranges</code> now skips <em>Black</em>'s internal
stability check in <code>--safe</code> mode. This
avoids a crash on rare inputs that have many unformatted same-content
lines. (<a
href="https://redirect.github.com/psf/black/issues/4034">#4034</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Upgrade to mypy 1.7.1 (<a
href="https://redirect.github.com/psf/black/issues/4049">#4049</a>) (<a
href="https://redirect.github.com/psf/black/issues/4069">#4069</a>)</li>
<li>Faster compiled wheels are now available for CPython 3.12 (<a
href="https://redirect.github.com/psf/black/issues/4070">#4070</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Enable 3.12 CI (<a
href="https://redirect.github.com/psf/black/issues/4035">#4035</a>)</li>
<li>Build docker images in parallel (<a
href="https://redirect.github.com/psf/black/issues/4054">#4054</a>)</li>
<li>Build docker images with 3.12 (<a
href="https://redirect.github.com/psf/black/issues/4055">#4055</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/d9ad09a32b0e0481bb4fef548d35b7a49cc03c5d"><code>d9ad09a</code></a>
Prepare release 23.12.0 (<a
href="https://redirect.github.com/psf/black/issues/4105">#4105</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ebd543c0ac9b8a5f17636d0a42c425e5f693860e"><code>ebd543c</code></a>
Fix feature detection for parenthesized context managers (<a
href="https://redirect.github.com/psf/black/issues/4104">#4104</a>)</li>
<li><a
href="https://github.com/psf/black/commit/eb7661f8ab9bff344835693c7c08789bb195137e"><code>eb7661f</code></a>
Fix another case where we format dummy implementation for
non-functions/class...</li>
<li><a
href="https://github.com/psf/black/commit/0c9899956d890a9dc9c3adbc80b478a47846ced9"><code>0c98999</code></a>
Fix path in test message (<a
href="https://redirect.github.com/psf/black/issues/4102">#4102</a>)</li>
<li><a
href="https://github.com/psf/black/commit/9aea9768cb60d23f2f4d331e94c4ee07ef1683a5"><code>9aea976</code></a>
Only use dummy implementation logic for functions and classes (<a
href="https://redirect.github.com/psf/black/issues/4066">#4066</a>)</li>
<li><a
href="https://github.com/psf/black/commit/67b23d71854c19921cc6092c695d3301ab99229c"><code>67b23d7</code></a>
Bump actions/setup-python from 4 to 5 (<a
href="https://redirect.github.com/psf/black/issues/4101">#4101</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ce28be2705ab29f184ec4a00aa3d23340630796d"><code>ce28be2</code></a>
Add dedicated preview feature for East Asian Width (<a
href="https://redirect.github.com/psf/black/issues/4097">#4097</a>)</li>
<li><a
href="https://github.com/psf/black/commit/61b529b7d15400309379f36104885a1dfcd2d026"><code>61b529b</code></a>
Allow empty lines at beginning of blocks (again) (<a
href="https://redirect.github.com/psf/black/issues/4060">#4060</a>)</li>
<li><a
href="https://github.com/psf/black/commit/e7e122e9ff27fc040a6e8ecd92f0e7603c87f92d"><code>e7e122e</code></a>
docs: Move <code>fmt: off</code> docs (<a
href="https://redirect.github.com/psf/black/issues/4090">#4090</a>)</li>
<li><a
href="https://github.com/psf/black/commit/432d9050c3d1e35a36ffc97d4a9e0e0c9e5e4ecc"><code>432d905</code></a>
docs: Unify option descriptions between <code>--help</code> and
<code>the_basics.md</code> (<a
href="https://redirect.github.com/psf/black/issues/4076">#4076</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/23.11.0...23.12.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `isort` from 5.12.0 to 5.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pycqa/isort/releases">isort's
releases</a>.</em></p>
<blockquote>
<h2>5.13.2</h2>
<h2>Changes</h2>
<ul>
<li>Apply the bracket fix from issue 471 only for use_parentheses=True
(<a
href="https://redirect.github.com/pycqa/isort/issues/2184">#2184</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>confine pre-commit to stages (<a
href="https://redirect.github.com/pycqa/isort/issues/2213">#2213</a>) <a
href="https://github.com/davidculley"><code>@​davidculley</code></a></li>
</ul>
<h2>:beetle: Fixes</h2>
<ul>
<li>Fix colors extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2212">#2212</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h2>5.13.1</h2>
<h2>Changes</h2>
<ul>
<li>Fix integration tests (<a
href="https://redirect.github.com/pycqa/isort/issues/2208">#2208</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Added a fix for normalizing imports from more than one level of
parent modules (issue/2152) (<a
href="https://redirect.github.com/pycqa/isort/issues/2191">#2191</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
</ul>
<h2>:beetle: Fixes</h2>
<ul>
<li>Remove optional dependencies without extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2207">#2207</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h2>5.13.0</h2>
<h2>Changes</h2>
<ul>
<li>Fix 80 line length for <code>wemake</code> linter (<a
href="https://redirect.github.com/pycqa/isort/issues/2183">#2183</a>) <a
href="https://github.com/skatromb"><code>@​skatromb</code></a></li>
<li>Add support for Python 3.12 (<a
href="https://redirect.github.com/pycqa/isort/issues/2175">#2175</a>) <a
href="https://github.com/hugovk"><code>@​hugovk</code></a></li>
<li>fix: add newest version to pre-commit docs (<a
href="https://redirect.github.com/pycqa/isort/issues/2190">#2190</a>) <a
href="https://github.com/AzulGarza"><code>@​AzulGarza</code></a></li>
<li>Fix assertions in <code>test_git_hook</code> (<a
href="https://redirect.github.com/pycqa/isort/issues/2196">#2196</a>) <a
href="https://github.com/mgorny"><code>@​mgorny</code></a></li>
<li>Removed check for include_trailing_comma for the Hanging Indent wrap
mode (<a
href="https://redirect.github.com/pycqa/isort/issues/2192">#2192</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>use the standard library tomllib on sufficiently new python (<a
href="https://redirect.github.com/pycqa/isort/issues/2202">#2202</a>) <a
href="https://github.com/eli-schwartz"><code>@​eli-schwartz</code></a></li>
<li>Update pre-commit.md version number (<a
href="https://redirect.github.com/pycqa/isort/issues/2197">#2197</a>) <a
href="https://github.com/nicobako"><code>@​nicobako</code></a></li>
<li>doc: Update black_compatibility.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2177">#2177</a>) <a
href="https://github.com/JSS95"><code>@​JSS95</code></a></li>
<li>Fix safety sept 2023 (<a
href="https://redirect.github.com/pycqa/isort/issues/2178">#2178</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
<li>docs: fix black profile documentation (<a
href="https://redirect.github.com/pycqa/isort/issues/2163">#2163</a>) <a
href="https://github.com/nijel"><code>@​nijel</code></a></li>
<li>fix typo: indended -&gt; indented (<a
href="https://redirect.github.com/pycqa/isort/issues/2161">#2161</a>) <a
href="https://github.com/vadimkerr"><code>@​vadimkerr</code></a></li>
<li>docs(configuration/options.md): fix missing trailing spaces for hard
linebreak (<a
href="https://redirect.github.com/pycqa/isort/issues/2157">#2157</a>) <a
href="https://github.com/JoeyTeng"><code>@​JoeyTeng</code></a></li>
<li>Update pre-commit.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2148">#2148</a>) <a
href="https://github.com/godiard"><code>@​godiard</code></a></li>
<li>chore: move configurations to <code>pyproject.toml</code> (<a
href="https://redirect.github.com/pycqa/isort/issues/2115">#2115</a>) <a
href="https://github.com/SauravMaheshkar"><code>@​SauravMaheshkar</code></a></li>
<li>Fix typo in README (<a
href="https://redirect.github.com/pycqa/isort/issues/2112">#2112</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Update version in pre-commit setup to avoid installation issue with
poetry (<a
href="https://redirect.github.com/pycqa/isort/issues/2103">#2103</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Skip .pytype directory by default. (<a
href="https://redirect.github.com/pycqa/isort/issues/2098">#2098</a>) <a
href="https://github.com/manueljacob"><code>@​manueljacob</code></a></li>
<li>Fix a tip block styling in the Config Files section (<a
href="https://redirect.github.com/pycqa/isort/issues/2097">#2097</a>) <a
href="https://github.com/Klavionik"><code>@​Klavionik</code></a></li>
<li>Do not cache configuration files (<a
href="https://redirect.github.com/pycqa/isort/issues/1995">#1995</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Derive <code>settings_path</code> from <code>--filename</code> (<a
href="https://redirect.github.com/pycqa/isort/issues/1992">#1992</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Fix year of version 5.12.0 in CHANGELOG.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2082">#2082</a>) <a
href="https://github.com/DjLegolas"><code>@​DjLegolas</code></a></li>
</ul>
<h2>:fire: Removals and Deprecations</h2>
<ul>
<li>Cleanup deprecated extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2089">#2089</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h2>:package: Dependencies</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's
changelog</a>.</em></p>
<blockquote>
<h3>5.13.2 December 13 2023</h3>
<ul>
<li>Apply the bracket fix from issue <a
href="https://redirect.github.com/pycqa/isort/issues/471">#471</a> only
for use_parentheses=True (<a
href="https://redirect.github.com/pycqa/isort/issues/2184">#2184</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Confine pre-commit to stages (<a
href="https://redirect.github.com/pycqa/isort/issues/2213">#2213</a>) <a
href="https://github.com/davidculley"><code>@​davidculley</code></a></li>
<li>Fixed colors extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2212">#2212</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h3>5.13.1 December 11 2023</h3>
<ul>
<li>Fixed integration tests (<a
href="https://redirect.github.com/pycqa/isort/issues/2208">#2208</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Fixed normalizing imports from more than one level of parent modules
(issue/2152) (<a
href="https://redirect.github.com/pycqa/isort/issues/2191">#2191</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Remove optional dependencies without extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2207">#2207</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
</ul>
<h3>5.13.0 December 9 2023</h3>
<ul>
<li>Cleanup deprecated extras (<a
href="https://redirect.github.com/pycqa/isort/issues/2089">#2089</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
<li>Fixed <a
href="https://redirect.github.com/pycqa/isort/issues/1989">#1989</a>:
settings lookup when working in stream based mode</li>
<li>Fixed 80 line length for wemake linter (<a
href="https://redirect.github.com/pycqa/isort/issues/2183">#2183</a>) <a
href="https://github.com/skatromb"><code>@​skatromb</code></a></li>
<li>Add support for Python 3.12 (<a
href="https://redirect.github.com/pycqa/isort/issues/2175">#2175</a>) <a
href="https://github.com/hugovk"><code>@​hugovk</code></a></li>
<li>Fixed: add newest version to pre-commit docs (<a
href="https://redirect.github.com/pycqa/isort/issues/2190">#2190</a>) <a
href="https://github.com/AzulGarza"><code>@​AzulGarza</code></a></li>
<li>Fixed assertions in test_git_hook (<a
href="https://redirect.github.com/pycqa/isort/issues/2196">#2196</a>) <a
href="https://github.com/mgorny"><code>@​mgorny</code></a></li>
<li>Removed check for include_trailing_comma for the Hanging Indent wrap
mode (<a
href="https://redirect.github.com/pycqa/isort/issues/2192">#2192</a>) <a
href="https://github.com/bp72"><code>@​bp72</code></a></li>
<li>Use the standard library tomllib on sufficiently new python (<a
href="https://redirect.github.com/pycqa/isort/issues/2202">#2202</a>) <a
href="https://github.com/eli-schwartz"><code>@​eli-schwartz</code></a></li>
<li>Update pre-commit.md version number (<a
href="https://redirect.github.com/pycqa/isort/issues/2197">#2197</a>) <a
href="https://github.com/nicobako"><code>@​nicobako</code></a></li>
<li>doc: Update black_compatibility.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2177">#2177</a>) <a
href="https://github.com/JSS95"><code>@​JSS95</code></a></li>
<li>Fixed safety sept 2023 (<a
href="https://redirect.github.com/pycqa/isort/issues/2178">#2178</a>) <a
href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
<li>docs: fix black profile documentation (<a
href="https://redirect.github.com/pycqa/isort/issues/2163">#2163</a>) <a
href="https://github.com/nijel"><code>@​nijel</code></a></li>
<li>Fixed typo: indended -&gt; indented (<a
href="https://redirect.github.com/pycqa/isort/issues/2161">#2161</a>) <a
href="https://github.com/vadimkerr"><code>@​vadimkerr</code></a></li>
<li>Docs(configuration/options.md): fix missing trailing spaces for hard
linebreak (<a
href="https://redirect.github.com/pycqa/isort/issues/2157">#2157</a>) <a
href="https://github.com/JoeyTeng"><code>@​JoeyTeng</code></a></li>
<li>Update pre-commit.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2148">#2148</a>) <a
href="https://github.com/godiard"><code>@​godiard</code></a></li>
<li>chore: move configurations to pyproject.toml (<a
href="https://redirect.github.com/pycqa/isort/issues/2115">#2115</a>) <a
href="https://github.com/SauravMaheshkar"><code>@​SauravMaheshkar</code></a></li>
<li>Fixed typo in README (<a
href="https://redirect.github.com/pycqa/isort/issues/2112">#2112</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Update version in pre-commit setup to avoid installation issue with
poetry (<a
href="https://redirect.github.com/pycqa/isort/issues/2103">#2103</a>) <a
href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li>
<li>Skip .pytype directory by default. (<a
href="https://redirect.github.com/pycqa/isort/issues/2098">#2098</a>) <a
href="https://github.com/manueljacob"><code>@​manueljacob</code></a></li>
<li>Fixed a tip block styling in the Config Files section (<a
href="https://redirect.github.com/pycqa/isort/issues/2097">#2097</a>) <a
href="https://github.com/Klavionik"><code>@​Klavionik</code></a></li>
<li>Do not cache configuration files (<a
href="https://redirect.github.com/pycqa/isort/issues/1995">#1995</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Derive settings_path from --filename (<a
href="https://redirect.github.com/pycqa/isort/issues/1992">#1992</a>) <a
href="https://github.com/kaste"><code>@​kaste</code></a></li>
<li>Fixed year of version 5.12.0 in CHANGELOG.md (<a
href="https://redirect.github.com/pycqa/isort/issues/2082">#2082</a>) <a
href="https://github.com/DjLegolas"><code>@​DjLegolas</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/c655831799765e9593989ee12faba13b6ca391a5"><code>c655831</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2214">#2214</a>
from PyCQA/version/5.13.2</li>
<li><a
href="https://github.com/PyCQA/isort/commit/b4335b41767a34a35a82c8c6be3a17db913b3100"><code>b4335b4</code></a>
Prepare version 5.13.2</li>
<li><a
href="https://github.com/PyCQA/isort/commit/c36e43c7f4857999de26f945a25ef945a17d869a"><code>c36e43c</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2184">#2184</a>
from bp72/issue/2154</li>
<li><a
href="https://github.com/PyCQA/isort/commit/e38702f5e68114dd910f198176938542811fa496"><code>e38702f</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2213">#2213</a>
from davidculley/confine-precommit-to-stages</li>
<li><a
href="https://github.com/PyCQA/isort/commit/ee8d87f79f7d2059a4c55e073f2d74e538f69e6b"><code>ee8d87f</code></a>
Add fix for the error found by hypothesis</li>
<li><a
href="https://github.com/PyCQA/isort/commit/5849ec20ed97917426a4bcf3b3c5fdd9be2b222f"><code>5849ec2</code></a>
Apply the bracket fix from issue 471 only for use_parentheses=True</li>
<li><a
href="https://github.com/PyCQA/isort/commit/df0e119d7b97811bde971e8516390a858c5a3d02"><code>df0e119</code></a>
confine pre-commit to stages</li>
<li><a
href="https://github.com/PyCQA/isort/commit/9255bcae69aef671f281aa29a7159dd7b840b3d5"><code>9255bca</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2212">#2212</a>
from PyCQA/bugfix/#2211-colors-extra</li>
<li><a
href="https://github.com/PyCQA/isort/commit/5336d7d8a7d0bd88f1a2b9add826e187183ccd69"><code>5336d7d</code></a>
Fix colors extras</li>
<li><a
href="https://github.com/PyCQA/isort/commit/643d9c478d597bdb9703ee0abed9919df336e3bd"><code>643d9c4</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2210">#2210</a>
from PyCQA/version/5.13.1</li>
<li>Additional commits viewable in <a
href="https://github.com/pycqa/isort/compare/5.12.0...5.13.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.1.6 to 0.1.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.8</h2>
<h2>Changes</h2>
<p>This release includes opt-in support for formatting Python snippets
within docstrings via the <code>docstring-code-format</code> setting. <a
href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a>
for more details!</p>
<h3>Preview features</h3>
<ul>
<li>Add <code>&quot;preserve&quot;</code> quote-style to mimic Black's
skip-string-normalization (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li>
<li>Implement
<code>prefer_splitting_right_hand_side_of_assignments</code> preview
style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li>
<li>[<code>pycodestyle</code>] Add fix for
<code>unexpected-spaces-around-keyword-parameter-equals</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li>
<li>[<code>pycodestyle</code>] Add fix for comment-related whitespace
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li>
<li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications
between imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li>
<li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code>
(<code>FURB181</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>Allow <code>flake8-type-checking</code> rules to automatically quote
runtime-evaluated references (<a
href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li>
<li>Allow transparent cell magics in Jupyter Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li>
<li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes
for abstract methods with empty bodies (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li>
<li>[<code>flake8-self</code>] Ignore underscore references in type
annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li>
<li>[<code>pep8-naming</code>] Allow class names when
<code>apps.get_model</code> is a non-string (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li>
<li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls
to intersperse imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li>
<li>[<code>pyflakes</code>] Support fixing unused assignments in tuples
by renaming variables (<code>F841</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li>
<li>[<code>pylint</code>] Add fix for
<code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Add <code>docstring-code-format</code> knob to enable docstring
snippet formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li>
<li>Use double quotes for all docstrings, including single-quoted
docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li>
<li>Implement &quot;dynamic&quot; line width mode for docstring code
formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li>
<li>Support reformatting Markdown code blocks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li>
<li>add support for formatting reStructuredText code snippets (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li>
<li>Avoid trailing comma for single-argument with positional separator
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li>
<li>Fix handling of trailing target comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Hide unsafe fix suggestions when explicitly disabled (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li>
<li>Add SARIF support to <code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Apply unnecessary index rule prior to enumerate rewrite (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li>
<li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if
<code>msg</code> variable is defined (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li>
<li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li>
<li>[<code>flake8-pie</code>] Respect trailing comma in
<code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li>
<li>[<code>flake8-raise</code>] Avoid removing parentheses on
ctypes.WinError (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li>
<li>[<code>isort</code>] Avoid invalid combination of
<code>force-sort-within-types</code> and
<code>lines-between-types</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li>
<li>[<code>isort</code>] Ensure that from-style imports are always
ordered first in <code>__future__</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li>
<li>[<code>pycodestyle</code>] Allow tab indentation before keyword (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9099">#9099</a>)</li>
</ul>
<!-- 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.8</h2>
<p>This release includes opt-in support for formatting Python snippets
within
docstrings via the <code>docstring-code-format</code> setting.
<a href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a>
for more details!</p>
<h3>Preview features</h3>
<ul>
<li>Add <code>&quot;preserve&quot;</code> quote-style to mimic Black's
skip-string-normalization (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li>
<li>Implement
<code>prefer_splitting_right_hand_side_of_assignments</code> preview
style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li>
<li>[<code>pycodestyle</code>] Add fix for
<code>unexpected-spaces-around-keyword-parameter-equals</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li>
<li>[<code>pycodestyle</code>] Add fix for comment-related whitespace
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li>
<li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications
between imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li>
<li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code>
(<code>FURB181</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>Allow <code>flake8-type-checking</code> rules to automatically quote
runtime-evaluated references (<a
href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li>
<li>Allow transparent cell magics in Jupyter Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li>
<li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes
for abstract methods with empty bodies (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li>
<li>[<code>flake8-self</code>] Ignore underscore references in type
annotations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li>
<li>[<code>pep8-naming</code>] Allow class names when
<code>apps.get_model</code> is a non-string (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li>
<li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls
to intersperse imports (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li>
<li>[<code>pyflakes</code>] Support fixing unused assignments in tuples
by renaming variables (<code>F841</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li>
<li>[<code>pylint</code>] Add fix for
<code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Add <code>docstring-code-format</code> knob to enable docstring
snippet formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li>
<li>Use double quotes for all docstrings, including single-quoted
docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li>
<li>Implement &quot;dynamic&quot; line width mode for docstring code
formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li>
<li>Support reformatting Markdown code blocks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li>
<li>add support for formatting reStructuredText code snippets (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li>
<li>Avoid trailing comma for single-argument with positional separator
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li>
<li>Fix handling of trailing target comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Hide unsafe fix suggestions when explicitly disabled (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li>
<li>Add SARIF support to <code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Apply unnecessary index rule prior to enumerate rewrite (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li>
<li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if
<code>msg</code> variable is defined (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li>
<li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li>
<li>[<code>flake8-pie</code>] Respect trailing comma in
<code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li>
<li>[<code>flake8-raise</code>] Avoid removing parentheses on
ctypes.WinError (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li>
<li>[<code>isort</code>] Avoid invalid combination of
<code>force-sort-within-types</code> and
<code>lines-between-types</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li>
<li>[<code>isort</code>] Ensure that from-style imports are always
ordered first in <code>__future__</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/c014622003e9b348310d7b7be862f6ccffae7137"><code>c014622</code></a>
Bump version to v0.1.8 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9116">#9116</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b6fb972e6f08608babf663bfe63f31d0795a7d54"><code>b6fb972</code></a>
config: add new <code>docstring-code-format</code> knob (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8854">#8854</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/18452cf477390e849979df46dbceb88a8c3dfbe1"><code>18452cf</code></a>
Add <code>as_slice</code> method for all string nodes (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9111">#9111</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cb99815c3e6a9e22b97dcc8ad689abf568b9b3e0"><code>cb99815</code></a>
Feature: Add SARIF output support (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9078">#9078</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/45f603000dc19d0d5fb67ba63e5aa0c0e83869a2"><code>45f6030</code></a>
<code>prefer_splitting_right_hand_side_of_assignments</code> preview
style (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8943">#8943</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/1a65e544c5896634a00c05bc463d0e60ec737001"><code>1a65e54</code></a>
Allow <code>flake8-type-checking</code> rules to automatically quote
runtime-evaluated r...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4d2ee5bf986c62e47ac5c70a9ce145e4ef8c0138"><code>4d2ee5b</code></a>
Add named expression handling to <code>find_assigned_value</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9109">#9109</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/8314c8bb056507cd2af064004b73f783b761e2bb"><code>8314c8b</code></a>
[<code>typing</code>] Add <code>find_assigned_value</code> helper func
to <code>typing.rs</code> to retrieve v...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/cb201bc4a5ab1a6e312b375f820d48bdcc4bf9a3"><code>cb201bc</code></a>
<code>PIE804</code>: Prevent keyword arguments duplication (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8450">#8450</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/6c0068eeecbd5ea64e4286e7866b3b7ba25bd338"><code>6c0068e</code></a>
Remove <code>ExprFormattedValue</code> formatting impl (<a
href="https://redirect.github.com/astral-sh/ruff/issues/9108">#9108</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.8">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>
  • Loading branch information
eve-scality authored Dec 19, 2023
2 parents f830068 + 5e97d56 commit f3b9c2a
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 463 deletions.
Loading

0 comments on commit f3b9c2a

Please sign in to comment.