Skip to content

Commit

Permalink
Bump sphinx-click from 3.0.3 to 3.1.0 (#176)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 8, 2022
1 parent a081856 commit 940c58e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ twine = "3.7.1"
pytest = "6.2.5"
pytest-cov = "3.0.0"
Sphinx = "4.4.0"
sphinx-click = "3.0.3"
sphinx-click = "3.1.0"
sphinx-issues = "3.0.1"
nbsphinx = "^0.8.8"
sphinx-rtd-theme = "1.0.0"
Expand Down

0 comments on commit 940c58e

Please sign in to comment.