Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 3 updates (#111)
Bumps the dependencies group with 3 updates: [typer[all]](https://github.com/fastapi/typer), [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) and [mypy](https://github.com/python/mypy). Updates `typer[all]` from 0.12.4 to 0.12.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/releases">typer[all]'s releases</a>.</em></p> <blockquote> <h2>0.12.5</h2> <h3>Features</h3> <ul> <li>💄 Unify the width of the Rich console for help and errors. PR <a href="https://github.com/fastapi/typer/pull/788">#788</a> by <a href="https://github.com/racinmat"><code>@racinmat</code></a>.</li> <li>🚸 Improve assertion error message if a group is not a valid subclass. PR <a href="https://github.com/fastapi/typer/pull/425">#425</a> by <a href="https://github.com/chrisburr"><code>@chrisburr</code></a>.</li> </ul> <h3>Fixes</h3> <ul> <li>🐛 Ensure <code>rich_markup_mode=None</code> disables Rich formatting. PR <a href="https://github.com/fastapi/typer/pull/859">#859</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🐛 Fix sourcing of completion path for Git Bash. PR <a href="https://github.com/fastapi/typer/pull/801">#801</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🐛 Fix PowerShell completion with incomplete word. PR <a href="https://github.com/fastapi/typer/pull/360">#360</a> by <a href="https://github.com/patricksurry"><code>@patricksurry</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>🔥 Remove Python 3.6 specific code paths. PR <a href="https://github.com/fastapi/typer/pull/850">#850</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🔥 Clean up redundant code. PR <a href="https://github.com/fastapi/typer/pull/858">#858</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>♻️ Use F-strings in Click examples in docs. PR <a href="https://github.com/fastapi/typer/pull/891">#891</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>📝Add missing <code>main.py</code> in tutorial on CLI option names. PR <a href="https://github.com/fastapi/typer/pull/868">#868</a> by <a href="https://github.com/fsramalho"><code>@fsramalho</code></a>.</li> <li>📝 Fix broken link. PR <a href="https://github.com/fastapi/typer/pull/835">#835</a> by <a href="https://github.com/OhioDschungel6"><code>@OhioDschungel6</code></a>.</li> <li>📝 Update package docs with the latest versions of Typer and Poetry. PR <a href="https://github.com/fastapi/typer/pull/781">#781</a> by <a href="https://github.com/kinuax"><code>@kinuax</code></a>.</li> <li>📝 Update the Progress Bar tutorial with correct output. PR <a href="https://github.com/fastapi/typer/pull/199">#199</a> by <a href="https://github.com/n1ckdm"><code>@n1ckdm</code></a>.</li> <li>📝 Add docs and scripts to test completion in different shells. PR <a href="https://github.com/fastapi/typer/pull/953">#953</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✏️ Fix a typo in <code>docs/virtual-environments.md</code>. PR <a href="https://github.com/fastapi/typer/pull/952">#952</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>docs/contributing.md</code>. PR <a href="https://github.com/fastapi/typer/pull/947">#947</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Add docs for virtual environments, environment variables, and update contributing. PR <a href="https://github.com/fastapi/typer/pull/946">#946</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔨 Pre-install dependencies in Docker so that testing in Docker is faster. PR <a href="https://github.com/fastapi/typer/pull/954">#954</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✅ Add <code>needs_bash</code> test fixture. PR <a href="https://github.com/fastapi/typer/pull/888">#888</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR <a href="https://github.com/fastapi/typer/pull/945">#945</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pillow from 10.3.0 to 10.4.0. PR <a href="https://github.com/fastapi/typer/pull/939">#939</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>👷 Fix issue-manager. PR <a href="https://github.com/fastapi/typer/pull/948">#948</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🙈 Remove extra line in .gitignore. PR <a href="https://github.com/fastapi/typer/pull/936">#936</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Update pytest-cov requirement from <!-- raw HTML omitted -->=2.10.0,<6.0.0. PR <a href="https://github.com/fastapi/typer/pull/844">#844</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR <a href="https://github.com/fastapi/typer/pull/865">#865</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pytest requirement from <!-- raw HTML omitted -->=4.4.0,<9.0.0. PR <a href="https://github.com/fastapi/typer/pull/915">#915</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pytest-sugar requirement from <!-- raw HTML omitted -->=0.9.4,<1.1.0. PR <a href="https://github.com/fastapi/typer/pull/841">#841</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fastapi/typer/blob/master/docs/release-notes.md">typer[all]'s changelog</a>.</em></p> <blockquote> <h2>0.12.5</h2> <h3>Features</h3> <ul> <li>💄 Unify the width of the Rich console for help and errors. PR <a href="https://github.com/fastapi/typer/pull/788">#788</a> by <a href="https://github.com/racinmat"><code>@racinmat</code></a>.</li> <li>🚸 Improve assertion error message if a group is not a valid subclass. PR <a href="https://github.com/fastapi/typer/pull/425">#425</a> by <a href="https://github.com/chrisburr"><code>@chrisburr</code></a>.</li> </ul> <h3>Fixes</h3> <ul> <li>🐛 Ensure <code>rich_markup_mode=None</code> disables Rich formatting. PR <a href="https://github.com/fastapi/typer/pull/859">#859</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🐛 Fix sourcing of completion path for Git Bash. PR <a href="https://github.com/fastapi/typer/pull/801">#801</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🐛 Fix PowerShell completion with incomplete word. PR <a href="https://github.com/fastapi/typer/pull/360">#360</a> by <a href="https://github.com/patricksurry"><code>@patricksurry</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>🔥 Remove Python 3.6 specific code paths. PR <a href="https://github.com/fastapi/typer/pull/850">#850</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>🔥 Clean up redundant code. PR <a href="https://github.com/fastapi/typer/pull/858">#858</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>♻️ Use F-strings in Click examples in docs. PR <a href="https://github.com/fastapi/typer/pull/891">#891</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>📝Add missing <code>main.py</code> in tutorial on CLI option names. PR <a href="https://github.com/fastapi/typer/pull/868">#868</a> by <a href="https://github.com/fsramalho"><code>@fsramalho</code></a>.</li> <li>📝 Fix broken link. PR <a href="https://github.com/fastapi/typer/pull/835">#835</a> by <a href="https://github.com/OhioDschungel6"><code>@OhioDschungel6</code></a>.</li> <li>📝 Update package docs with the latest versions of Typer and Poetry. PR <a href="https://github.com/fastapi/typer/pull/781">#781</a> by <a href="https://github.com/kinuax"><code>@kinuax</code></a>.</li> <li>📝 Update the Progress Bar tutorial with correct output. PR <a href="https://github.com/fastapi/typer/pull/199">#199</a> by <a href="https://github.com/n1ckdm"><code>@n1ckdm</code></a>.</li> <li>📝 Add docs and scripts to test completion in different shells. PR <a href="https://github.com/fastapi/typer/pull/953">#953</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✏️ Fix a typo in <code>docs/virtual-environments.md</code>. PR <a href="https://github.com/fastapi/typer/pull/952">#952</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>docs/contributing.md</code>. PR <a href="https://github.com/fastapi/typer/pull/947">#947</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>📝 Add docs for virtual environments, environment variables, and update contributing. PR <a href="https://github.com/fastapi/typer/pull/946">#946</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <h3>Internal</h3> <ul> <li>🔨 Pre-install dependencies in Docker so that testing in Docker is faster. PR <a href="https://github.com/fastapi/typer/pull/954">#954</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>✅ Add <code>needs_bash</code> test fixture. PR <a href="https://github.com/fastapi/typer/pull/888">#888</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> <li>⬆ Bump mkdocs-material from 9.5.18 to 9.5.33. PR <a href="https://github.com/fastapi/typer/pull/945">#945</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pillow from 10.3.0 to 10.4.0. PR <a href="https://github.com/fastapi/typer/pull/939">#939</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>👷 Fix issue-manager. PR <a href="https://github.com/fastapi/typer/pull/948">#948</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>🙈 Remove extra line in .gitignore. PR <a href="https://github.com/fastapi/typer/pull/936">#936</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⬆ Update pytest-cov requirement from <!-- raw HTML omitted -->=2.10.0,<6.0.0. PR <a href="https://github.com/fastapi/typer/pull/844">#844</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.9.0. PR <a href="https://github.com/fastapi/typer/pull/865">#865</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pytest requirement from <!-- raw HTML omitted -->=4.4.0,<9.0.0. PR <a href="https://github.com/fastapi/typer/pull/915">#915</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> <li>⬆ Update pytest-sugar requirement from <!-- raw HTML omitted -->=0.9.4,<1.1.0. PR <a href="https://github.com/fastapi/typer/pull/841">#841</a> by <a href="https://github.com/apps/dependabot"><code>@dependabot[bot]</code></a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/typer/commit/88aefd4492696bd1afa7bdb49477dec2c29d7e77"><code>88aefd4</code></a> 🔖 Release version 0.12.5</li> <li><a href="https://github.com/fastapi/typer/commit/3ac3644d480677ae44c50e436920def381aab915"><code>3ac3644</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/d93c0ac714386b39df87597e30149bf2c2a7e824"><code>d93c0ac</code></a> 🔨 Pre-install dependencies in Docker so that testing in Docker is faster (<a href="https://github.com/fastapi/typer/issues/954">#954</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/a3378509cf2cc949473daf3c144ed759051de6c9"><code>a337850</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/a5b7557140eda1f494050a791d51469ca6483805"><code>a5b7557</code></a> ✅ Add <code>needs_bash</code> test fixture (<a href="https://github.com/fastapi/typer/issues/888">#888</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/6cc1f9a361414c09db45a0ffd36823fdfd405636"><code>6cc1f9a</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/fc2c54f0aa9508b4a72ae50cb3bcb3bd0e6c1a21"><code>fc2c54f</code></a> 🐛 Ensure <code>rich_markup_mode=None</code> disables Rich formatting (<a href="https://github.com/fastapi/typer/issues/859">#859</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/f17bb0675a33d23064b24c67754e8fa78e3dfc41"><code>f17bb06</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/typer/commit/afac2b80dca716f65e63f539b5885c37e031a0cf"><code>afac2b8</code></a> 🐛 Fix sourcing of completion path for Git Bash (<a href="https://github.com/fastapi/typer/issues/801">#801</a>)</li> <li><a href="https://github.com/fastapi/typer/commit/6b35a70cd128366fe70d019ebaea2556ab50d4f0"><code>6b35a70</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/typer/compare/0.12.4...0.12.5">compare view</a></li> </ul> </details> <br /> Updates `flake8-bugbear` from 24.4.26 to 24.8.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/flake8-bugbear/releases">flake8-bugbear's releases</a>.</em></p> <blockquote> <h2>24.8.19</h2> <ul> <li>B910: implement to suggest using Counter() instead of defaultdict(int) (<a href="https://github.com/PyCQA/flake8-bugbear/issues/489">#489</a>)</li> <li>B901: Do not trigger with explicit Generator return type (<a href="https://github.com/PyCQA/flake8-bugbear/issues/481">#481</a>)</li> <li>B008: add some comments, rename b008_extend_immutable_calls (<a href="https://github.com/PyCQA/flake8-bugbear/issues/476">#476</a>)</li> <li>B040: exception with note added not reraised or used (<a href="https://github.com/PyCQA/flake8-bugbear/issues/477">#477</a>)</li> <li>B039, Add <code>ContextVar</code> with mutable literal or function call as default</li> <li>B040: Add Exception with added note not reraised. (<a href="https://github.com/PyCQA/flake8-bugbear/issues/474">#474</a>)</li> <li>Run tests in Python 3.13</li> <li>Type annotated code (<a href="https://github.com/PyCQA/flake8-bugbear/issues/481">#481</a> + <a href="https://github.com/PyCQA/flake8-bugbear/issues/483">#483</a>)</li> <li>Replace hash with unsafe_hash (<a href="https://github.com/PyCQA/flake8-bugbear/issues/486">#486</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/2f4e42fd92c933f114305df4a7f42c23673871b2"><code>2f4e42f</code></a> Update CHANGES + move to version 24.8.19 to release</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/c50e9dc34c3add0cf2fb0499d6e32761c7aae6ea"><code>c50e9dc</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github.com/PyCQA/flake8-bugbear/issues/487">#487</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/f0eeda871eee13b60071c39bd7f83af397589ed2"><code>f0eeda8</code></a> Replace hash with unsafe_hash (<a href="https://github.com/PyCQA/flake8-bugbear/issues/486">#486</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/593991086069cb3cd347622770c10453734ef582"><code>5939910</code></a> Implemented <a href="https://github.com/PyCQA/flake8-bugbear/issues/323">#323</a>: Added new check B910 to suggest using Counter() instead of ...</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/33993a466fb260d9bcfc82d085b944d8bc003302"><code>33993a4</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github.com/PyCQA/flake8-bugbear/issues/484">#484</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/5ccce79096f1e42a2cc391c4b84c47d17caea735"><code>5ccce79</code></a> More types (<a href="https://github.com/PyCQA/flake8-bugbear/issues/483">#483</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/cfda1e8ac827b70ed8d04490c22b859a7a9d9d29"><code>cfda1e8</code></a> Do not trigger B901 with explicit Generator return type (<a href="https://github.com/PyCQA/flake8-bugbear/issues/481">#481</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/b15feed439fce2919aa4c685d9bd332f11992b67"><code>b15feed</code></a> Set up mypy (<a href="https://github.com/PyCQA/flake8-bugbear/issues/482">#482</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/3157b89d4168bc8264be3d2ca0a3c556c8d063fe"><code>3157b89</code></a> add b040: exception with note added not reraised or used (<a href="https://github.com/PyCQA/flake8-bugbear/issues/477">#477</a>)</li> <li><a href="https://github.com/PyCQA/flake8-bugbear/commit/188eab867ab068b11ba838ea51d7884c537a96e0"><code>188eab8</code></a> Merge pull request <a href="https://github.com/PyCQA/flake8-bugbear/issues/476">#476</a> from jakkdl/contextvar_mutable_or_call_default</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/flake8-bugbear/compare/24.4.26...24.8.19">compare view</a></li> </ul> </details> <br /> Updates `mypy` from 1.11.1 to 1.11.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/789f02c83a5d5cb35f5e33ba91df46c8fea6b28e"><code>789f02c</code></a> Bump version to 1.11.2</li> <li><a href="https://github.com/python/mypy/commit/917cc75fd6f1417edb45eb77e449934f794c18fc"><code>917cc75</code></a> An alternative fix for a union-like literal string (<a href="https://github.com/python/mypy/issues/17639">#17639</a>)</li> <li><a href="https://github.com/python/mypy/commit/7d805b364ee80396e0b9ca906f32f901b2ac7e12"><code>7d805b3</code></a> Unwrap TypedDict item types before storing (<a href="https://github.com/python/mypy/issues/17640">#17640</a>)</li> <li><a href="https://github.com/python/mypy/commit/32675dddfacccef616557916cb872757605ab493"><code>32675dd</code></a> Revert "Fix Literal strings containing pipe characters" (<a href="https://github.com/python/mypy/issues/17638">#17638</a>)</li> <li><a href="https://github.com/python/mypy/commit/778542b93a6f5b3c168a8acc03717700ae6f8048"><code>778542b</code></a> Revert "Fix <code>RawExpressionType.accept</code> crash with <code>--cache-fine-grained</code>" (<a href="https://github.com/python/mypy/issues/1">#1</a>...</li> <li><a href="https://github.com/python/mypy/commit/14ab742dec6b58a4e94772115cb3b5c67a4b3d33"><code>14ab742</code></a> Bump version to 1.11.2+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.11.1...v1.11.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information