3778 / COVID-19

Ciência de Dados aplicada à pandemia do novo coronavírus.
https://covid-simulator.3778.care/
MIT License
216 stars 59 forks source link

Bump jupyter-client from 6.1.0 to 6.1.12 #180

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps jupyter-client from 6.1.0 to 6.1.12.

Changelog

Sourced from jupyter-client's changelog.

Changes in Jupyter Client

dev

  • Shutdown request sequence has been modified to be more graceful, it now is preceded by interrupt, and will also send a SIGTERM before forcibly killing the kernel. (620)
  • Removal of ipython_genutils as a dependency. It was implicit before; but required by at least traitlets thus avoiding issues. We are working on completely removing it from all jupyter dependencies; as it might lead to issues packaging for Python 3.10, and was mostly used for compatibility with python 2. (620, 605)
  • Address a race condition between shutdown_kernel and restarter. (607.)

See the full list of pull-requests

6.1.11

  • Move jedi pinning to test requirements (599)

6.1.10

  • Add change parameter needed for observer method of kernel_spec_manager trait (598)

6.1.9

  • Pin jedi<=0.17.2 (596)

6.1.8

  • Doc updates (563, 564, 587)
  • Fix path to the connection file (568)
  • Code cleanup (574, 579)
  • Silence kill_kernel when no process is present (576)
  • Remove extra_env and corresponding test (581)
  • Add documentation dependencies to setup.py (582)
  • Fix for Windows localhost IP addresses (584)
  • Drop Travis CI, add GitHub Actions (586)
  • Adapt KernelManager._kernel_spec_manager_changed to observe (588)
  • Allow use ~/ in the kernel's command or its arguments (589)
  • Change wait_for_ready logic (592)
  • Fix test_session with msgpack v1 (594)

6.1.6

  • Removed warnings in more cases for KernelManagers that use new cleanup method (560)
  • Some improved tests with a conversion to pytest pattern (561)

6.1.5

... (truncated)

Commits
  • 6b1aa1c Bumped version to version 6.1.12 for release
  • 145cd80 Merge pull request #622 from Carreau/no-more-gen
  • 8d14e54 Merge pull request #626 from kevin-bates/subclass-testing
  • b1648b2 Add tests to ensure subclass methods are called
  • be2cb25 update changelog
  • 5db99d3 make utils function private
  • 023be2b Use import_item from traitlets,
  • b7e0790 Remove dependency on ipython_genutils.
  • f169423 Merge pull request #625 from Carreau/no-pre
  • 186fbe1 Temporary revert install --pre
  • Additional commits viewable in compare view


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #189.