Skip to content

Commit

Permalink
build(deps): update rich-argparse requirement from <1.6,>=1 to >=1,<1…
Browse files Browse the repository at this point in the history
….7 (#247)

Updates the requirements on
[rich-argparse](https://github.com/hamdanal/rich-argparse) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hamdanal/rich-argparse/releases">rich-argparse's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Improved way to create metavars coloured strings by <a
href="https://github.com/atteggiani"><code>@​atteggiani</code></a> in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/128">hamdanal/rich-argparse#128</a></li>
<li>Do not wrap long group titles by <a
href="https://github.com/hamdanal"><code>@​hamdanal</code></a> in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/131">hamdanal/rich-argparse#131</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>
in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/132">hamdanal/rich-argparse#132</a></li>
<li>Fix help preview generation with newer releases of rich by <a
href="https://github.com/hamdanal"><code>@​hamdanal</code></a> in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/135">hamdanal/rich-argparse#135</a></li>
<li>Update RichHelpFormatter.add_text() type hint to reflect its ability
to take a Rich renderable. by <a
href="https://github.com/kmvanbrunt"><code>@​kmvanbrunt</code></a> in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/134">hamdanal/rich-argparse#134</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/atteggiani"><code>@​atteggiani</code></a> made
their first contribution in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/128">hamdanal/rich-argparse#128</a></li>
<li><a
href="https://github.com/kmvanbrunt"><code>@​kmvanbrunt</code></a> made
their first contribution in <a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/134">hamdanal/rich-argparse#134</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hamdanal/rich-argparse/compare/v1.5.2...v1.6.0">https://github.com/hamdanal/rich-argparse/compare/v1.5.2...v1.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md">rich-argparse's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.0 - 2024-11-02</h2>
<h3>Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/133">GH-133</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/135">PR-135</a>
Fix help preview generation with newer releases of rich.</li>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/130">GH-130</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/131">PR-131</a>
Fix a bug that caused long group titles to wrap.</li>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/125">GH-125</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/127">GH-127</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/128">PR-128</a>
Redesign metavar styling to fix broken colors of usage when some
metavars are wrapped to multiple
lines. The brackets and spaces of metavars are no longer colored.</li>
</ul>
<h2>1.5.2 - 2024-06-15</h2>
<h3>Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/124">PR-124</a>
Fix a regression in <code>%(default)s</code> style that was introduced
in <a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/123">#123</a>.</li>
</ul>
<h2>1.5.1 - 2024-06-06</h2>
<h3>Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/121">GH-121</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/123">PR-123</a>
Fix <code>%(default)s</code> style when help markup is deactivated.</li>
</ul>
<h2>1.5.0 - 2024-06-01</h2>
<h3>Features</h3>
<ul>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/103">PR-103</a>
Python 3.13 is now officially supported</li>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/95">GH-95</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/103">PR-103</a>
Python 3.7 is no longer supported (EOL since 27/6/2023)</li>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/120">GH-120</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/121">GH-121</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/122">PR-122</a>
Add options <code>help_markup</code> and <code>text_markup</code> to
disable console markup in the help text and the
description text respectively.</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/115">GH-115</a>,
<a
href="https://redirect.github.com/hamdanal/rich-argparse/pull/116">PR-116</a>
Do not print group names suppressed with
<code>argparse.SUPPRESS</code></li>
</ul>
<h2>1.4.0 - 2023-10-21</h2>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/d584211fc9be2b15cc346a7729798f456ba8c703"><code>d584211</code></a>
Version 1.6.0</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/036eb7805dc04483246235f0ceaa0fbc24393d80"><code>036eb78</code></a>
Update RichHelpFormatter.add_text() type hint to reflect its ability to
take ...</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/cdc19504178bd03dc0aa42f22551fd56c9cb9c22"><code>cdc1950</code></a>
Fix help preview generation with newer releases of rich (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/135">#135</a>)</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/6789cbefc17af6fd5112f5d80e738810152cb0ca"><code>6789cbe</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/132">#132</a>)</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/bf84082430d533ddef5c028a39ad39d66535d0d6"><code>bf84082</code></a>
Update README preview</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/bf7c2013f565c06e2e00b2ce17b9bc4cb135cb2a"><code>bf7c201</code></a>
Do not wrap long group titles (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/131">#131</a>)</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/3f50f1338262a71fc97e5ab94d780a00032caf0b"><code>3f50f13</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/129">#129</a>)</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/ce3d0bcbcb662f57d93bfda5604aeab38250d1b4"><code>ce3d0bc</code></a>
Improved way to create metavars coloured strings (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/128">#128</a>)</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/89d5c268e18c01f961dc1554df63493168fc2fc2"><code>89d5c26</code></a>
Version 1.5.2</li>
<li><a
href="https://github.com/hamdanal/rich-argparse/commit/fdcc1794a7eb620cd426178c5319acc42d393ea9"><code>fdcc179</code></a>
Fix <code>(default)s</code> style, again (<a
href="https://redirect.github.com/hamdanal/rich-argparse/issues/124">#124</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hamdanal/rich-argparse/compare/v1.0.0...v1.6.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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
Guts authored Dec 1, 2024
2 parents 7acfd22 + 5ca3c76 commit 0df17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ markdownify>=0.11,<0.14
Mastodon.py>=1.8.1,<1.9
orjson>=3.8,<3.11
packaging>=20,<25
rich_argparse>=1,<1.6
rich_argparse>=1,<1.7
python-frontmatter>=1,<2
requests>=2.31,<3
typing-extensions>=4,<5 ; python_version < '3.11'

0 comments on commit 0df17c8

Please sign in to comment.