popsim-consortium / demes-python

Tools for describing and manipulating demographic models.
https://popsim-consortium.github.io/demes-docs/
ISC License
18 stars 6 forks source link

build(deps): bump jupyter-book from 0.15.1 to 1.0.0 in /requirements #557

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps jupyter-book from 0.15.1 to 1.0.0.

Release notes

Sourced from jupyter-book's releases.

v1.0.0 - 2024-01-26

(full changelog)

This release represents a stabilisation of the jupyter-book ecosystem. It features updates to many of the underlying software packages used by jupyter-book, including "major" updates to myst-nb and myst-parser which power jupyter-book. This release also brings compatibility with sphinx v7.

A big thank you to all contributors and maintainers of these underlying packages!

[!IMPORTANT]
This release brings in updates to myst-parser. A notable change is that of the markdown link syntax, which was extended to support more constructs. The syntax behind this change is outlined in https://mep.mystmd.org/en/latest/meps/mep-0002/.

Bugs fixed

  • FIX: update output_scroll tag #2050 (@​agoose77)
  • RELEASE: v0.15.1 + BUG: Issue warning for sphinxcontrib-bibtex + docutils>=0.18,<0.20 #1965 (@​mmcky)

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

... (truncated)

Changelog

Sourced from jupyter-book's changelog.

Change Log

Commits
  • a8b7cf6 Merge pull request #2083 from executablebooks/dependabot/github_actions/actio...
  • 25c70ea Merge pull request #2084 from executablebooks/dependabot/github_actions/actio...
  • d19e673 chore: update error message
  • 6ab8343 docs: fix typo in version
  • fc1f51c Merge pull request #2089 from executablebooks/agoose77/maint-prepare-1.0
  • 8481ec9 chore: spelling
  • 2336ed5 test: restore missing test files
  • a7951a7 ci: update matrix
  • 1a555d5 fix: restore sphinx-5
  • a1a0a16 fix: more test failures
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (aadc500) 99.81% compared to head (434ae64) 99.81%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #557 +/- ## ======================================= Coverage 99.81% 99.81% ======================================= Files 5 5 Lines 1597 1597 ======================================= Hits 1594 1594 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.