3778 / COVID-19

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

Bump jupyter-client from 6.1.0 to 6.2.0 #191

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps jupyter-client from 6.1.0 to 6.2.0.

Changelog

Sourced from jupyter-client's changelog.

6.2.0

  • Fix threaded client and fix qtconsole issues (638)
  • Drop Python 3.5 and pin Python >= 3.6.1 (636)
  • Use pre-commit for code style (631)
  • Fix kernel client shutdown test (629)
  • Add MultiKernelManager subclass tests (627)
  • Add KernelManager subclass tests (626)
  • Add type annotations, refactor sync/async (623)

6.1.13

  • Yanked (PyPI) and marked as broken (conda)

6.1.12

  • 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)

... (truncated)

Commits
  • c16c0c9 Bumped version to 6.2.0 for release
  • c5aceba Merge pull request #638 from davidbrochart/fix_threaded_client
  • 9c0b4c0 Fix qtconsole issues
  • aef30fe Merge pull request #636 from davidbrochart/drop_py35
  • 018d8da Pin python>=3.6.1
  • e779382 Add dev back to version
  • 7eefc9b Bumped version to 6.1.13 for release
  • 5da6b0a Merge pull request #629 from SylvainCorlay/install-ipykernel-pre
  • f027569 Attempt using ipykernel prerelease
  • 706f61e Merge pull request #631 from davidbrochart/style
  • 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)