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 (#138)
Bumps the dependencies group with 3 updates: [phonenumberslite](https://github.com/daviddrysdale/python-phonenumbers), [typer[all]](https://github.com/tiangolo/typer) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `phonenumberslite` from 8.13.32 to 8.13.33 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/29dab756aceb18e0142c9c37e736a67de01e3b33"><code>29dab75</code></a> Prep for 8.13.33 release</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/f5b9401fdb93da1113eadcec018fa029081f4232"><code>f5b9401</code></a> Generated files for metadata</li> <li><a href="https://github.com/daviddrysdale/python-phonenumbers/commit/aa21158f8d78f5470866fc6c993d374a6248181e"><code>aa21158</code></a> Merge metadata changes from upstream 8.13.33</li> <li>See full diff in <a href="https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.32...v8.13.33">compare view</a></li> </ul> </details> <br /> Updates `typer[all]` from 0.9.0 to 0.10.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/typer/releases">typer[all]'s releases</a>.</em></p> <blockquote> <h2>0.10.0</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix default value of <code>None</code> for CLI Parameters when the type is <code>list | None</code> and the default value is <code>None</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/664">#664</a> by <a href="https://github.com/theowisear"><code>@theowisear</code></a>.</li> </ul> <h2>0.9.4</h2> <h3>Features</h3> <ul> <li>✨ Improve support for CLI translations using gettext. PR <a href="https://redirect.github.com/tiangolo/typer/pull/417">#417</a> by <a href="https://github.com/mjodmj"><code>@mjodmj</code></a>.</li> </ul> <h2>0.9.3</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix evaluating stringified annotations in Python 3.10 (also <code>from __future__ import annotations</code>). PR <a href="https://redirect.github.com/tiangolo/typer/pull/721">#721</a> by <a href="https://github.com/heckad"><code>@heckad</code></a>.</li> </ul> <h2>0.9.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR <a href="https://redirect.github.com/tiangolo/typer/pull/473">#473</a> by <a href="https://github.com/asieira"><code>@asieira</code></a>.</li> <li>🐛 Update type annotations for <code>show_default</code> parameter and update docs for setting a "Custom default string". PR <a href="https://redirect.github.com/tiangolo/typer/pull/501">#501</a> by <a href="https://github.com/plannigan"><code>@plannigan</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add docs and test for <code>no_args_is_help</code> feature. PR <a href="https://redirect.github.com/tiangolo/typer/pull/751">#751</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h2>0.9.1</h2> <h3>Fixes</h3> <ul> <li>🐛 Add missing <code>default_factory</code> in <code>Argument</code> overloads. PR <a href="https://redirect.github.com/tiangolo/typer/pull/750">#750</a> by <a href="https://github.com/m9810223"><code>@m9810223</code></a>.</li> <li>🐛 Fix preserving case in enum values. PR <a href="https://redirect.github.com/tiangolo/typer/pull/571">#571</a> by <a href="https://github.com/avaldebe"><code>@avaldebe</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li> <p>📝 Remove obsolete references to <code>--install-completion</code> for <code>typer.run()</code> scripts. PR <a href="https://redirect.github.com/tiangolo/typer/pull/595">#595</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR <a href="https://redirect.github.com/tiangolo/typer/pull/755">#755</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</p> </li> <li> <p>📝 Update docs for building a package, file structure example. PR <a href="https://redirect.github.com/tiangolo/typer/pull/683">#683</a> by <a href="https://github.com/davidbgk"><code>@davidbgk</code></a>.</p> </li> <li> <p>📝 Update link in docs to the newest stable version of click. PR <a href="https://redirect.github.com/tiangolo/typer/pull/675">#675</a> by <a href="https://github.com/javier171188"><code>@javier171188</code></a>.</p> </li> <li> <p>🔧 Add <code>CITATION.cff</code> file for academic citations. PR <a href="https://redirect.github.com/tiangolo/typer/pull/681">#681</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/exceptions.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/702">#702</a> by <a href="https://github.com/menzenski"><code>@menzenski</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/options/name.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/725">#725</a> by <a href="https://github.com/bwagner"><code>@bwagner</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/arguments/optional.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/602">#602</a> by <a href="https://github.com/tadasgedgaudas"><code>@tadasgedgaudas</code></a>.</p> </li> </ul> <h3>Internal</h3> <ul> <li>⬆ [pre-commit.ci] pre-commit autoupdate. PR <a href="https://redirect.github.com/tiangolo/typer/pull/606">#606</a> by <a href="https://github.com/apps/pre-commit-ci"><code>@pre-commit-ci[bot]</code></a>.</li> <li>👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot. PR <a href="https://redirect.github.com/tiangolo/typer/pull/685">#685</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>⚒️ Update build-docs.yml, do not zip docs. PR <a href="https://redirect.github.com/tiangolo/typer/pull/645">#645</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Deploy docs to Cloudflare. PR <a href="https://redirect.github.com/tiangolo/typer/pull/644">#644</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> <li>👷 Upgrade CI for docs. PR <a href="https://redirect.github.com/tiangolo/typer/pull/642">#642</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tiangolo/typer/blob/master/docs/release-notes.md">typer[all]'s changelog</a>.</em></p> <blockquote> <h2>0.10.0</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix default value of <code>None</code> for CLI Parameters when the type is <code>list | None</code> and the default value is <code>None</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/664">#664</a> by <a href="https://github.com/theowisear"><code>@theowisear</code></a>.</li> </ul> <h2>0.9.4</h2> <h3>Features</h3> <ul> <li>✨ Improve support for CLI translations using gettext. PR <a href="https://redirect.github.com/tiangolo/typer/pull/417">#417</a> by <a href="https://github.com/mjodmj"><code>@mjodmj</code></a>.</li> </ul> <h2>0.9.3</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix evaluating stringified annotations in Python 3.10 (also <code>from __future__ import annotations</code>). PR <a href="https://redirect.github.com/tiangolo/typer/pull/721">#721</a> by <a href="https://github.com/heckad"><code>@heckad</code></a>.</li> </ul> <h2>0.9.2</h2> <h3>Fixes</h3> <ul> <li>🐛 Fix display of default value for Enum parameters inside of a list, include docs and tests. PR <a href="https://redirect.github.com/tiangolo/typer/pull/473">#473</a> by <a href="https://github.com/asieira"><code>@asieira</code></a>.</li> <li>🐛 Update type annotations for <code>show_default</code> parameter and update docs for setting a "Custom default string". PR <a href="https://redirect.github.com/tiangolo/typer/pull/501">#501</a> by <a href="https://github.com/plannigan"><code>@plannigan</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>📝 Add docs and test for <code>no_args_is_help</code> feature. PR <a href="https://redirect.github.com/tiangolo/typer/pull/751">#751</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</li> </ul> <h2>0.9.1</h2> <h3>Fixes</h3> <ul> <li>🐛 Add missing <code>default_factory</code> in <code>Argument</code> overloads. PR <a href="https://redirect.github.com/tiangolo/typer/pull/750">#750</a> by <a href="https://github.com/m9810223"><code>@m9810223</code></a>.</li> <li>🐛 Fix preserving case in enum values. PR <a href="https://redirect.github.com/tiangolo/typer/pull/571">#571</a> by <a href="https://github.com/avaldebe"><code>@avaldebe</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li> <p>📝 Remove obsolete references to <code>--install-completion</code> for <code>typer.run()</code> scripts. PR <a href="https://redirect.github.com/tiangolo/typer/pull/595">#595</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>📝 Update docs example for a Typer/Click group to make new subcommands explicit. PR <a href="https://redirect.github.com/tiangolo/typer/pull/755">#755</a> by <a href="https://github.com/svlandeg"><code>@svlandeg</code></a>.</p> </li> <li> <p>📝 Update docs for building a package, file structure example. PR <a href="https://redirect.github.com/tiangolo/typer/pull/683">#683</a> by <a href="https://github.com/davidbgk"><code>@davidbgk</code></a>.</p> </li> <li> <p>📝 Update link in docs to the newest stable version of click. PR <a href="https://redirect.github.com/tiangolo/typer/pull/675">#675</a> by <a href="https://github.com/javier171188"><code>@javier171188</code></a>.</p> </li> <li> <p>🔧 Add <code>CITATION.cff</code> file for academic citations. PR <a href="https://redirect.github.com/tiangolo/typer/pull/681">#681</a> by <a href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/exceptions.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/702">#702</a> by <a href="https://github.com/menzenski"><code>@menzenski</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/options/name.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/725">#725</a> by <a href="https://github.com/bwagner"><code>@bwagner</code></a>.</p> </li> <li> <p>✏ Fix typo in <code>docs/tutorial/arguments/optional.md</code>. PR <a href="https://redirect.github.com/tiangolo/typer/pull/602">#602</a> by <a href="https://github.com/tadasgedgaudas"><code>@tadasgedgaudas</code></a>.</p> </li> </ul> <h3>Internal</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tiangolo/typer/commit/7036fd0099a4b4021aac823090e46f5b75b8a621"><code>7036fd0</code></a> 🔖 Release version 0.10.0</li> <li><a href="https://github.com/tiangolo/typer/commit/2b45aeac8a7b8eceb517de3e9fa24d8a10dc891e"><code>2b45aea</code></a> 📝 Update and tweak release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/cc27f3d6262b65c156cd56c6d970d709dbd8f112"><code>cc27f3d</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/cf3290deb2bd48e5b8ae7dd1ec901c021ca3fb7a"><code>cf3290d</code></a> 🐛 Fix default value of <code>None</code> for CLI Parameters when the type is `list | Non...</li> <li><a href="https://github.com/tiangolo/typer/commit/3ad8f69624f9e9d4a1ba4781070001ea4b04d6a1"><code>3ad8f69</code></a> 🔖 Release version 0.9.4</li> <li><a href="https://github.com/tiangolo/typer/commit/d857cbbd26bc46e78130604f70d92e479d692e12"><code>d857cbb</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/7519d034d9e2b3414769cf522b6f696d77cdf5f2"><code>7519d03</code></a> 📝 Update release notes</li> <li><a href="https://github.com/tiangolo/typer/commit/fe9538cdfbff80e34bc9ee05b074ab009c527661"><code>fe9538c</code></a> ✨ Improve support for CLI translations uisng gettext (<a href="https://redirect.github.com/tiangolo/typer/issues/417">#417</a>)</li> <li><a href="https://github.com/tiangolo/typer/commit/5728b2a22889a012678c4f198b24717b5f16a65d"><code>5728b2a</code></a> 🔖 Release version 0.9.3</li> <li><a href="https://github.com/tiangolo/typer/commit/0d279a35cea3c02540b23415cfd50300fdf060a9"><code>0d279a3</code></a> 📝 Update release notes</li> <li>Additional commits viewable in <a href="https://github.com/tiangolo/typer/compare/0.9.0...0.10.0">compare view</a></li> </ul> </details> <br /> Updates `pytest-cov` from 4.1.0 to 5.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>5.0.0 (2024-03-24)</h2> <ul> <li>Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in <code>[#623](pytest-dev/pytest-cov#623) <https://github.com/pytest-dev/pytest-cov/pull/623></code>_.</li> <li>Switched docs theme to Furo.</li> <li>Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in <code>[#630](pytest-dev/pytest-cov#630) <https://github.com/pytest-dev/pytest-cov/pull/630></code><em>, <code>[#631](pytest-dev/pytest-cov#631) <https://github.com/pytest-dev/pytest-cov/pull/631></code></em>, <code>[#632](pytest-dev/pytest-cov#632) <https://github.com/pytest-dev/pytest-cov/pull/632></code>_ and <code>[#633](pytest-dev/pytest-cov#633) <https://github.com/pytest-dev/pytest-cov/pull/633></code>_.</li> <li>Added a <code>pyproject.toml</code> example in the docs. Contributed by Dawn James in <code>[#626](pytest-dev/pytest-cov#626) <https://github.com/pytest-dev/pytest-cov/pull/626></code>_.</li> <li>Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in <code>[#584](pytest-dev/pytest-cov#584) <https://github.com/pytest-dev/pytest-cov/pull/584></code>_.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/5295ce01c84262cec88f31255e9ac538718f3047"><code>5295ce0</code></a> Bump version: 4.1.0 → 5.0.0</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/1181b067972bf94569f8011f3b18f271690f9ab1"><code>1181b06</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/9757222e2e044361e70125ebdd96e5eb87395983"><code>9757222</code></a> Fix a minor grammar error (<a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/636">#636</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/9f5cd81a0dbe3fe41681efdbef516c08988fe8ff"><code>9f5cd81</code></a> Cleanup releasing instructions. Closes <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/616">#616</a>.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/93b5047ec5050d63c10a6fe16a09b671a7a03df8"><code>93b5047</code></a> Add test for pyproject.toml loading without explicit --cov-config. Ref <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/508">#508</a>.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/ff50860d7c67b920503745d92a3f0944cf41f982"><code>ff50860</code></a> docs: add config instructions for pyproject.toml.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/4a5a4b5fa4b1c63ddcab5cbc1813798c9b6f1d36"><code>4a5a4b5</code></a> Keep GitHub Actions up to date with GitHub's Dependabot</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/1d7f55963d5138f41c452a946f7cca7e0b6ee8b2"><code>1d7f559</code></a> Fix or remove URLs that are causing docs tests to fail</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/6a5af8e85b8242ac815f33e26adf9068f5f0ebc3"><code>6a5af8e</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/d9fe8dfed15023d3410dd299c5092e755b8981c2"><code>d9fe8df</code></a> Switch to furo. Closes <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/618">#618</a>.</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0">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