-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the python-dependencies group with 21 updates #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the python-dependencies group with 21 updates: | Package | From | To | | --- | --- | --- | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.1.5` | `4.1.8` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | | [ipython](https://github.com/ipython/ipython) | `8.23.0` | `8.24.0` | | [json5](https://github.com/dpranke/pyjson5) | `0.9.24` | `0.9.25` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.21.1` | `4.22.0` | | [jupyter-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp) | `2.2.4` | `2.2.5` | | [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `2.13.0` | `2.14.0` | | [jupyterlab-server](https://github.com/jupyterlab/jupyterlab_server) | `2.25.4` | `2.27.1` | | [matplotlib-inline](https://github.com/ipython/matplotlib-inline) | `0.1.6` | `0.1.7` | | [nbconvert](https://github.com/jupyter/nbconvert) | `7.16.3` | `7.16.4` | | [nbformat](https://github.com/jupyter/nbformat) | `5.10.3` | `5.10.4` | | [parso](https://github.com/davidhalter/parso) | `0.8.3` | `0.8.4` | | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.0` | `4.2.1` | | [pyzmq](https://github.com/zeromq/pyzmq) | `25.1.2` | `26.0.2` | | [referencing](https://github.com/python-jsonschema/referencing) | `0.34.0` | `0.35.0` | | [send2trash](https://github.com/arsenetar/send2trash) | `1.8.2` | `1.8.3` | | [tinycss2](https://github.com/Kozea/tinycss2) | `1.2.1` | `1.3.0` | | [traitlets](https://github.com/ipython/traitlets) | `5.14.2` | `5.14.3` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` | | [websocket-client](https://github.com/websocket-client/websocket-client) | `1.7.0` | `1.8.0` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.4.0` | `1.5.0` | Updates `jupyterlab` from 4.1.5 to 4.1.8 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.1.8/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.1.5...@jupyterlab/lsp@4.1.8) Updates `pytest` from 8.1.1 to 8.2.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.1...8.2.0) Updates `ipython` from 8.23.0 to 8.24.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.23.0...8.24.0) Updates `json5` from 0.9.24 to 0.9.25 - [Commits](dpranke/pyjson5@v0.9.24...v0.9.25) Updates `jsonschema` from 4.21.1 to 4.22.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.21.1...v4.22.0) Updates `jupyter-lsp` from 2.2.4 to 2.2.5 - [Release notes](https://github.com/jupyter-lsp/jupyterlab-lsp/releases) - [Changelog](https://github.com/jupyter-lsp/jupyterlab-lsp/blob/main/CHANGELOG.md) - [Commits](jupyter-lsp/jupyterlab-lsp@jupyter-lsp-2.2.4...jupyter-lsp-2.2.5) Updates `jupyter-server` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](jupyter-server/jupyter_server@v2.13.0...v2.14.0) Updates `jupyterlab-server` from 2.25.4 to 2.27.1 - [Release notes](https://github.com/jupyterlab/jupyterlab_server/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab_server/blob/main/CHANGELOG.md) - [Commits](jupyterlab/jupyterlab_server@v2.25.4...v2.27.1) Updates `matplotlib-inline` from 0.1.6 to 0.1.7 - [Commits](ipython/matplotlib-inline@0.1.6...0.1.7) Updates `nbconvert` from 7.16.3 to 7.16.4 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.3...v7.16.4) Updates `nbformat` from 5.10.3 to 5.10.4 - [Release notes](https://github.com/jupyter/nbformat/releases) - [Changelog](https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md) - [Commits](jupyter/nbformat@v5.10.3...v5.10.4) Updates `parso` from 0.8.3 to 0.8.4 - [Changelog](https://github.com/davidhalter/parso/blob/master/CHANGELOG.rst) - [Commits](davidhalter/parso@v0.8.3...v0.8.4) Updates `platformdirs` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.2.0...4.2.1) Updates `pyzmq` from 25.1.2 to 26.0.2 - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v25.1.2...v26.0.2) Updates `referencing` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.34.0...v0.35.0) Updates `send2trash` from 1.8.2 to 1.8.3 - [Release notes](https://github.com/arsenetar/send2trash/releases) - [Changelog](https://github.com/arsenetar/send2trash/blob/master/CHANGES.rst) - [Commits](https://github.com/arsenetar/send2trash/commits) Updates `tinycss2` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/Kozea/tinycss2/releases) - [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst) - [Commits](Kozea/tinycss2@v1.2.1...v1.3.0) Updates `traitlets` from 5.14.2 to 5.14.3 - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@v5.14.2...v5.14.3) Updates `typing-extensions` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.10.0...4.11.0) Updates `websocket-client` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](websocket-client/websocket-client@v1.7.0...v1.8.0) Updates `pluggy` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ipython dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: json5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jsonschema dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jupyter-lsp dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jupyter-server dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jupyterlab-server dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: matplotlib-inline dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: nbconvert dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: nbformat dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: parso dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: platformdirs dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyzmq dependency-type: indirect update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: referencing dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: send2trash dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: tinycss2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: traitlets dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: websocket-client dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pluggy dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 21 updates:
4.1.54.1.88.1.18.2.08.23.08.24.00.9.240.9.254.21.14.22.02.2.42.2.52.13.02.14.02.25.42.27.10.1.60.1.77.16.37.16.45.10.35.10.40.8.30.8.44.2.04.2.125.1.226.0.20.34.00.35.01.8.21.8.31.2.11.3.05.14.25.14.34.10.04.11.01.7.01.8.01.4.01.5.0Updates
jupyterlabfrom 4.1.5 to 4.1.8Release notes
Sourced from jupyterlab's releases.
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
... (truncated)
Commits
a181314[ci skip] Publish 4.1.865a59b2Backport PR #16251: Consider higher levels when toggling plugin (#16253)29d68c7Backport PR #16245: Install Firefox from brew on Mac on CI (#16247)e12c710[ci skip] Publish 4.1.7afb36c7Backport PR #16241: Fix toggling extension at system level (#16243)2ea289fBackport PR #16102: Fix extension toggling at different level (#16238)d957783Partial backport of windowing fix from #16013 (#16202)cd7ddc3Backport PR #16160: Clarify the LSP documentation (#16171)efd3053Backport PR #16159: Fix documentation snapshots test (#16162)c584df2Backport PR #16151: Removed broken gif links in README.md files (#16152)Updates
pytestfrom 8.1.1 to 8.2.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
6bd3f31Tweak changelog for 8.2.09b6219bPrepare release version 8.2.0835765cMerge pull request #12130 from bluetech/fixtures-inline7e7503cunittest: report class cleanup exceptions (#12250)882c4dafixtures: inlinefail_fixturefunc2e8fb9ffixtures: extract a_check_fixturedefmethodacf2971fixtures: inline_getnextfixturedefinto_get_active_fixturedef3c77aecfixtures: move "request" check earlyd217d68fixtures: inline_compute_fixture_value530be28fixtures: use early return in_get_active_fixturedefUpdates
ipythonfrom 8.23.0 to 8.24.0Commits
9d06a30release 8.24.0fade2b5Whats new 8.24 (#14419)afae901Push caching to parent frame, and cache more frames. (#14418)9b13535Whats new 8.24f68c737Fix compatibility with pytest 8 (#14413)ffb66eePush caching to parent frame, and cache more frames.cdacafdFix compatibility with pytest 8f476dd7DOCS: Clarify emacs details wrt simple_prompt (#14407)55928aeDOCS: Clarify emacs details wrt simple_promptc3dcfaaDOCS: update simple_prompt phrasing. (#14404)Updates
json5from 0.9.24 to 0.9.25Commits
43901a8bump version to 0.9.25c9b92a7Specify the directory to use for the package in pyproject.toml.Updates
jsonschemafrom 4.21.1 to 4.22.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
9882dbeAdd / ignore the new specification test suite property.ebc90bbMerge commit '8fcfc3a674a7188a4fcc822b7a91efb3e0422a20'8fcfc3aSquashed 'json/' changes from b41167c74..54f3784a830b7537Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.c3729dbEnable doctests for the rest of the referencing page.70a994cRemove a now-unneeded noqa since apparently this is fixed in new ruff.e6d0ef1Fix a minor typo in the referencing example docs.bceaf41Another placeholder benchmark for future optimization.b20234eConsider errors from earlier indices (in instances) to be better matches41b49c6Minor improvement to test failure message when a best match test fails.Updates
jupyter-lspfrom 2.2.4 to 2.2.5Release notes
Sourced from jupyter-lsp's releases.
Changelog
Sourced from jupyter-lsp's changelog.
Commits
b159ae2Fix environment variables leaking into the parent environment (#1078)acc0d74Fix badge in README (#1077)1112337Bump follow-redirects from 1.15.5 to 1.15.6 (#1071)Updates
jupyter-serverfrom 2.13.0 to 2.14.0Release notes
Sourced from jupyter-server's releases.
Changelog
Sourced from jupyter-server's changelog.
Commits
e7e5269Publish 2.14.00746288Link to GitHub repo from the docs (#1415)de6d904docs: list server extensions (#1412)be994d2Fix jupytext and lint CI failures (#1413)19498e8Set all min deps (#1411)0b4d667Update simple extension README to cd into correct subdirectory (#1410)3fbf07echore: update pre-commit hooks (#1409)da948f0don't include token in dashboard link, when available (#1406)0adfb2aIgnore zero-length page_config.json, restore previous behavior of crashing fo...f26c1a0Don't crash on invalid JSON in page_config (#1403) (#1404)Updates
jupyterlab-serverfrom 2.25.4 to 2.27.1Release notes
Sourced from jupyterlab-server's releases.
... (truncated)
Changelog
Sourced from jupyterlab-server's changelog.
Commits
1e0367fPublish 2.27.1055a169Move ENV_CONFIG_PATH import back into _get_config_manager (#450)5846f21Publish 2.27.0951b54cAdd util to get consolidated page_config from higher levels (#448)cca5a50Publish 2.26.02cc9672Ignore pageconfig file if JSON is zero-length (#444)8d036f5For v2 extensions parse entrypoint data (#445)Updates
matplotlib-inlinefrom 0.1.6 to 0.1.7Commits
fc7dd9dRelease 0.1.74af2f45Use short matplotlib backend namec5887eaAdd matplotlib.backend entry point876fe60Use pyproject.toml instead of setup.cfg0f419e3test on maina61e9e7Update maintenance email and github actionsd073f5eCreate dependabot.yml (#30)897871dMerge pull request #28 from Carreau/secmd3afd5b6Add security.mdUpdates
nbconvertfrom 7.16.3 to 7.16.4Release notes
Sourced from nbconvert's releases.
Changelog
Sourced from nbconvert's changelog.
Commits
d6dc8a5Publish 7.16.471fde29rst exporter: Re-enable coalescing streams (#2142)89de373Revert "Set all min deps" (#2138)d3c8086Set all min deps (#2136)36e1b77chore: update pre-commit hooks (#2134)Updates
nbformatfrom 5.10.3 to 5.10.4Release notes
Sourced from nbformat's releases.
Changelog
Sourced from nbformat's changelog.