Skip to content

Commit

Permalink
chore(deps): Bump sphinx-click from 4.4.0 to 5.0.1 (#941)
Browse files Browse the repository at this point in the history
Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from
4.4.0 to 5.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/620ce83b652f6a2af671fa14584ff5efcae6cda0"><code>620ce83</code></a>
Fix compatibility with Sphinx 7.2.x</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/dcaaf56e350eac0221a4c0fc27cddb0b96aaa4ed"><code>dcaaf56</code></a>
Add release note for events support</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/18de60a73d28534e30ae5bddb888a20d22d8058e"><code>18de60a</code></a>
Process events (<a
href="https://redirect.github.com/click-contrib/sphinx-click/issues/126">#126</a>)</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/3d85d6f54d3ea6c7f1eedcb7709a6fe011573d4c"><code>3d85d6f</code></a>
Add release note for end of Python 3.7 support</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/be7fa5afe8d9b4b7f33e6b4abc9654a7e7960d4d"><code>be7fa5a</code></a>
setup.cfg: Add click keyword</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/c5d5d205c19d9bef6d790d6a68f8303a10462631"><code>c5d5d20</code></a>
Drop Python 3.7 support</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/975ea9031f7df7bce2d7aa1607522b7e3181ebce"><code>975ea90</code></a>
tox: Use pre-commit for 'style' target</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/68df09df09a11c494bc059f0713d8191f370267c"><code>68df09d</code></a>
mypy: Follow imports</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/101440e7888923aa6a8a9a505c84ac31902ef8bc"><code>101440e</code></a>
pre-commit: Enable black</li>
<li><a
href="https://github.com/click-contrib/sphinx-click/commit/bdb5e11377c381c711e9437471ecd8a0b181155d"><code>bdb5e11</code></a>
pre-commit: Version bumps</li>
<li>Additional commits viewable in <a
href="https://github.com/click-contrib/sphinx-click/compare/4.4.0...5.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-click&package-manager=pip&previous-version=4.4.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

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] authored Aug 22, 2023
1 parent e8f3221 commit 46e6da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pygments==2.16.1

# Sphinx
sphinx>=4.4.0
sphinx-click==4.4.0
sphinx-click==5.0.1
sphinx-copybutton==0.5.2
sphinxemoji==0.2.0
sphinx-jsonschema==1.19.1
Expand Down

0 comments on commit 46e6da5

Please sign in to comment.