Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#129)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates:
[typer[all]](https://github.com/tiangolo/typer) and
[pytest-cov](https://github.com/pytest-dev/pytest-cov).

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 &quot;Custom default string&quot;. 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 &quot;Custom default string&quot;. 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)
&lt;https://github.com/pytest-dev/pytest-cov/pull/623&gt;</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)
&lt;https://github.com/pytest-dev/pytest-cov/pull/630&gt;</code><em>,
<code>[#631](pytest-dev/pytest-cov#631)
&lt;https://github.com/pytest-dev/pytest-cov/pull/631&gt;</code></em>,
<code>[#632](pytest-dev/pytest-cov#632)
&lt;https://github.com/pytest-dev/pytest-cov/pull/632&gt;</code>_ and
<code>[#633](pytest-dev/pytest-cov#633)
&lt;https://github.com/pytest-dev/pytest-cov/pull/633&gt;</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)
&lt;https://github.com/pytest-dev/pytest-cov/pull/626&gt;</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)
&lt;https://github.com/pytest-dev/pytest-cov/pull/584&gt;</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
dependabot[bot] committed Mar 26, 2024
1 parent 12d5915 commit a0e9191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"pydantic==2.6.4",
"PyYAML==6.0.1",
"rich==13.7.1",
"typer[all]==0.9.0",
"typer[all]==0.10.0",
]

[project.optional-dependencies]
Expand All @@ -50,7 +50,7 @@ dev = [
"types-PyYAML==6.0.12.20240311",
]
test = [
"pytest-cov==4.1.0",
"pytest-cov==5.0.0",
"pytest==8.1.1",
]

Expand Down

0 comments on commit a0e9191

Please sign in to comment.