Skip to content

Commit

Permalink
Bump sphinx-issues from 2.0.0 to 3.0.1 (#149)
Browse files Browse the repository at this point in the history
Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 2.0.0 to 3.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sloria/sphinx-issues/commit/223b8e023904806cd90cff89faf1839150ba511f"><code>223b8e0</code></a> Bump version and update changelog</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/050befdadcd223ac34c94cca6fd46555cffbd253"><code>050befd</code></a> Fix &quot;exception: 'in &lt;string&gt;' requires string as left operand, not type&quot; (<a href="https://github-redirect.dependabot.com/sloria/sphinx-issues/issues/126">#126</a>)</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/b2baffeb10f9e0a2f1e12570b843b421357d4179"><code>b2baffe</code></a> Bump version, update changelog, update license</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/2e019f877028ee5d3dfc35165a11ac686dee2150"><code>2e019f8</code></a> Allow customization (<a href="https://github-redirect.dependabot.com/sloria/sphinx-issues/issues/120">#120</a>)</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/b34a337f2e40fcca94aeecb0897dac24af938cac"><code>b34a337</code></a> Remove .travis.yml and update badge (<a href="https://github-redirect.dependabot.com/sloria/sphinx-issues/issues/124">#124</a>)</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/28b1480f3cb92098694104fbeca5ee89380f877b"><code>28b1480</code></a> Add the CWE role (<a href="https://github-redirect.dependabot.com/sloria/sphinx-issues/issues/123">#123</a>)</li>
<li><a href="https://github.com/sloria/sphinx-issues/commit/1886c4e10bb6357b278fa1c3c3a4830db298be69"><code>1886c4e</code></a> Fix changelog date</li>
<li>See full diff in <a href="https://github.com/sloria/sphinx-issues/compare/2.0.0...3.0.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-issues&package-manager=pip&previous-version=2.0.0&new-version=3.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 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 Jan 11, 2022
1 parent 00cd0ae commit 0e38fc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -50,7 +50,7 @@ pytest = "6.2.5"
pytest-cov = "3.0.0"
Sphinx = "4.3.2"
sphinx-click = "3.0.2"
sphinx-issues = "2.0.0"
sphinx-issues = "3.0.1"
nbsphinx = "^0.8.8"
sphinx-rtd-theme = "1.0.0"
sphinx-autodoc-typehints = "1.15.1"
Expand Down

0 comments on commit 0e38fc0

Please sign in to comment.