ucl-bug / jaxdf

A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
GNU Lesser General Public License v3.0
117 stars 7 forks source link

Update mkdocs-jupyter requirement from <0.22,>=0.21.0 to >=0.21.0,<0.24 #111

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on mkdocs-jupyter to permit the latest version.

Changelog

Sourced from mkdocs-jupyter's changelog.

mkdocs-jupyter Change Log

0.23

  • Support nbconvert 7

0.21

  • Support Pygments 2.1.0
  • Fix some markdown CSS overflow issues

0.20.1

0.20.0

  • Support for toggle themes in material
  • Use poetry 1.1.X

0.19.0

  • Support mkdocs-material 8

0.18.1

  • Support multiple languages syntax highlighting

0.18.0

  • Support Jupyter themes
  • Option to ignore some notebooks to be executed
  • Add copy to clipboard button to cells

0.17.0

  • Support Python 3.9
  • Use new JupyterLab template as base

0.16.0

  • Support plain Python .py using Jupytext

0.15.0

  • Support nbconvert 6.0.0

0.13.0

  • Fixed TOC in mkdocs 1.1.0

... (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 1 year ago

Codecov Report

Merging #111 (dd98401) into main (b24607f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #111   +/-   ##
=======================================
  Coverage   91.09%   91.09%           
=======================================
  Files          14       14           
  Lines         910      910           
=======================================
  Hits          829      829           
  Misses         81       81           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #112.