Skip to content

Commit 940c58e

Browse files
Bump sphinx-click from 3.0.3 to 3.1.0 (#176)
Bumps [sphinx-click](https://github.com/stephenfin/sphinx-click) from 3.0.3 to 3.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/click-contrib/sphinx-click/commit/7b170627729fb1583500e0e0cbfe538682ffda9f"><code>7b17062</code></a> Display 'show_default' string even when 'default=None'</li> <li><a href="https://github.com/click-contrib/sphinx-click/commit/b9ce52d554c6a6fcf808cd77fc561954a8b9833f"><code>b9ce52d</code></a> docs: Improve information on cross-referencing</li> <li><a href="https://github.com/click-contrib/sphinx-click/commit/c2b72c3d02f7c2d768cd3591c0aa66f3ff13ad0c"><code>c2b72c3</code></a> docs: Update URLs</li> <li><a href="https://github.com/click-contrib/sphinx-click/commit/815a2def18dc8c0ee790665d09e9614ed414c5e2"><code>815a2de</code></a> setup: Switch from hyphens to underscores</li> <li>See full diff in <a href="https://github.com/stephenfin/sphinx-click/compare/3.0.3...3.1.0">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=3.0.3&new-version=3.1.0)](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 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>
1 parent a081856 commit 940c58e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

poetry.lock

+4-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ twine = "3.7.1"
4949
pytest = "6.2.5"
5050
pytest-cov = "3.0.0"
5151
Sphinx = "4.4.0"
52-
sphinx-click = "3.0.3"
52+
sphinx-click = "3.1.0"
5353
sphinx-issues = "3.0.1"
5454
nbsphinx = "^0.8.8"
5555
sphinx-rtd-theme = "1.0.0"

0 commit comments

Comments
 (0)