fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Update sphinx-bootstrap-theme requirement from ~=0.7 to ~=0.8 #253

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on sphinx-bootstrap-theme to permit the latest version.

Changelog

Sourced from sphinx-bootstrap-theme's changelog.

v0.8.0

  • Upgrade Bootstrap and Bootswatch to v3.4.1. (@vedranmiletic) [#190](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/190) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/190>.
  • Upgrade jQuery to v1.12.4. (@vedranmiletic_)

====== v0.7.1

  • Fix search JavaScript loading. [#194](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/194) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/194>_.

====== v0.7.0

  • Update for Sphinx>=2.0.0 compatibility. (@larsoner) [#193](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/193) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/193>.

====== v0.6.5

  • Fix html_sidebars in Sphinx>=1.7.0. (@svenevs) [#179](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/179) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/179>.

====== v0.6.4

  • Fix setup() function. (@karelv) [#176](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/176) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/176>.

v0.6.3

  • Declare supported Python versions. (@troeger) [#175](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/175) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/175>.

v0.6.2

  • Add theme setup() function. (@karelv) [#172](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/172) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/172>.

v0.6.1

  • Fix headerlink margin. (@timhoffm) [#170](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/170) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/170>.

v0.6.0

  • Upgrade to Bootstrap / Bootswatch v3.3.7. (@svenevs) [#164](https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/164) <https://github.com/ryan-roemer/sphinx-bootstrap-theme/pull/164>.

... (truncated)

Commits


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 commands and options
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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #253 (cfa58db) into master (a01bdf0) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #253      +/-   ##
==========================================
+ Coverage   34.69%   34.71%   +0.02%     
==========================================
  Files          24       24              
  Lines        3678     3678              
==========================================
+ Hits         1276     1277       +1     
+ Misses       2402     2401       -1     
Impacted Files Coverage Δ
src/py/mod.rs 76.00% <0.00%> (-2.00%) :arrow_down:
src/py/id.rs 59.48% <0.00%> (-0.52%) :arrow_down:
src/py/term/clause.rs 27.80% <0.00%> (-0.17%) :arrow_down:
src/py/typedef/clause.rs 11.95% <0.00%> (-0.10%) :arrow_down:
src/py/pv.rs 69.91% <0.00%> (+0.81%) :arrow_up:
src/py/doc.rs 78.66% <0.00%> (+1.33%) :arrow_up:
src/error.rs 50.00% <0.00%> (+1.47%) :arrow_up:
src/iter.rs 58.16% <0.00%> (+3.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a01bdf0...cfa58db. Read the comment docs.

dependabot[bot] commented 2 years ago

Looks like sphinx-bootstrap-theme is no longer a dependency, so this is no longer needed.