Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Bump jupyter-client from 6.1.0 to 6.1.13 #189

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jupyter-client from 6.1.0 to 6.1.13.

Changelog

Sourced from jupyter-client's changelog.

6.1.13

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

... (truncated)

Commits
  • 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
  • 07032c8 Use pre-commit
  • 8c81bd4 Add type annotations, refactor sync/async (#623)
  • 50dff2e Merge pull request #627 from kevin-bates/mkm-subclass-testing
  • ae9f6cc Merge PR #628 into mkm-subclass-testing
  • 873d6d3 Merge pull request #628 from davidbrochart/test_subclass
  • 2845a61 Make KernelManager subclass tests DRY
  • 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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 7, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #191.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/jupyter-client-6.1.13 branch April 12, 2021 09:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants