Skip to content

Commit

Permalink
Update jupyter-client requirement in /sdks/python
Browse files Browse the repository at this point in the history
Updates the requirements on [jupyter-client](https://github.com/jupyter/jupyter_client) to permit the latest version.
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@6.1.11...v8.6.0)

---
updated-dependencies:
- dependency-name: jupyter-client
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent ac9d968 commit d9bcba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def get_portability_package_data():
'ipywidgets>=7.6.5,<8',
# Skip version 6.1.13 due to
# https://github.com/jupyter/jupyter_client/issues/637
'jupyter-client>=6.1.11,<6.1.13',
'jupyter-client>=6.1.11,<8.6.1',
'timeloop>=1.0.2,<2',
],
'interactive_test': [
Expand Down

0 comments on commit d9bcba4

Please sign in to comment.