-
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>
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
0 participants
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.5
4.1.8
8.1.1
8.2.0
8.23.0
8.24.0
0.9.24
0.9.25
4.21.1
4.22.0
2.2.4
2.2.5
2.13.0
2.14.0
2.25.4
2.27.1
0.1.6
0.1.7
7.16.3
7.16.4
5.10.3
5.10.4
0.8.3
0.8.4
4.2.0
4.2.1
25.1.2
26.0.2
0.34.0
0.35.0
1.8.2
1.8.3
1.2.1
1.3.0
5.14.2
5.14.3
4.10.0
4.11.0
1.7.0
1.8.0
1.4.0
1.5.0
Updates
jupyterlab
from 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.865a59b2
Backport PR #16251: Consider higher levels when toggling plugin (#16253)29d68c7
Backport PR #16245: Install Firefox from brew on Mac on CI (#16247)e12c710
[ci skip] Publish 4.1.7afb36c7
Backport PR #16241: Fix toggling extension at system level (#16243)2ea289f
Backport PR #16102: Fix extension toggling at different level (#16238)d957783
Partial backport of windowing fix from #16013 (#16202)cd7ddc3
Backport PR #16160: Clarify the LSP documentation (#16171)efd3053
Backport PR #16159: Fix documentation snapshots test (#16162)c584df2
Backport PR #16151: Removed broken gif links in README.md files (#16152)Updates
pytest
from 8.1.1 to 8.2.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
6bd3f31
Tweak changelog for 8.2.09b6219b
Prepare release version 8.2.0835765c
Merge pull request #12130 from bluetech/fixtures-inline7e7503c
unittest: report class cleanup exceptions (#12250)882c4da
fixtures: inlinefail_fixturefunc
2e8fb9f
fixtures: extract a_check_fixturedef
methodacf2971
fixtures: inline_getnextfixturedef
into_get_active_fixturedef
3c77aec
fixtures: move "request" check earlyd217d68
fixtures: inline_compute_fixture_value
530be28
fixtures: use early return in_get_active_fixturedef
Updates
ipython
from 8.23.0 to 8.24.0Commits
9d06a30
release 8.24.0fade2b5
Whats new 8.24 (#14419)afae901
Push caching to parent frame, and cache more frames. (#14418)9b13535
Whats new 8.24f68c737
Fix compatibility with pytest 8 (#14413)ffb66ee
Push caching to parent frame, and cache more frames.cdacafd
Fix compatibility with pytest 8f476dd7
DOCS: Clarify emacs details wrt simple_prompt (#14407)55928ae
DOCS: Clarify emacs details wrt simple_promptc3dcfaa
DOCS: update simple_prompt phrasing. (#14404)Updates
json5
from 0.9.24 to 0.9.25Commits
43901a8
bump version to 0.9.25c9b92a7
Specify the directory to use for the package in pyproject.toml.Updates
jsonschema
from 4.21.1 to 4.22.0Release notes
Sourced from jsonschema's releases.
Changelog
Sourced from jsonschema's changelog.
Commits
9882dbe
Add / ignore the new specification test suite property.ebc90bb
Merge commit '8fcfc3a674a7188a4fcc822b7a91efb3e0422a20'8fcfc3a
Squashed 'json/' changes from b41167c74..54f3784a830b7537
Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.c3729db
Enable doctests for the rest of the referencing page.70a994c
Remove a now-unneeded noqa since apparently this is fixed in new ruff.e6d0ef1
Fix a minor typo in the referencing example docs.bceaf41
Another placeholder benchmark for future optimization.b20234e
Consider errors from earlier indices (in instances) to be better matches41b49c6
Minor improvement to test failure message when a best match test fails.Updates
jupyter-lsp
from 2.2.4 to 2.2.5Release notes
Sourced from jupyter-lsp's releases.
Changelog
Sourced from jupyter-lsp's changelog.
Commits
b159ae2
Fix environment variables leaking into the parent environment (#1078)acc0d74
Fix badge in README (#1077)1112337
Bump follow-redirects from 1.15.5 to 1.15.6 (#1071)Updates
jupyter-server
from 2.13.0 to 2.14.0Release notes
Sourced from jupyter-server's releases.
Changelog
Sourced from jupyter-server's changelog.
Commits
e7e5269
Publish 2.14.00746288
Link to GitHub repo from the docs (#1415)de6d904
docs: list server extensions (#1412)be994d2
Fix jupytext and lint CI failures (#1413)19498e8
Set all min deps (#1411)0b4d667
Update simple extension README to cd into correct subdirectory (#1410)3fbf07e
chore: update pre-commit hooks (#1409)da948f0
don't include token in dashboard link, when available (#1406)0adfb2a
Ignore zero-length page_config.json, restore previous behavior of crashing fo...f26c1a0
Don't crash on invalid JSON in page_config (#1403) (#1404)Updates
jupyterlab-server
from 2.25.4 to 2.27.1Release notes
Sourced from jupyterlab-server's releases.
... (truncated)
Changelog
Sourced from jupyterlab-server's changelog.
Commits
1e0367f
Publish 2.27.1055a169
Move ENV_CONFIG_PATH import back into _get_config_manager (#450)5846f21
Publish 2.27.0951b54c
Add util to get consolidated page_config from higher levels (#448)cca5a50
Publish 2.26.02cc9672
Ignore pageconfig file if JSON is zero-length (#444)8d036f5
For v2 extensions parse entrypoint data (#445)Updates
matplotlib-inline
from 0.1.6 to 0.1.7Commits
fc7dd9d
Release 0.1.74af2f45
Use short matplotlib backend namec5887ea
Add matplotlib.backend entry point876fe60
Use pyproject.toml instead of setup.cfg0f419e3
test on maina61e9e7
Update maintenance email and github actionsd073f5e
Create dependabot.yml (#30)897871d
Merge pull request #28 from Carreau/secmd3afd5b6
Add security.mdUpdates
nbconvert
from 7.16.3 to 7.16.4Release notes
Sourced from nbconvert's releases.
Changelog
Sourced from nbconvert's changelog.
Commits
d6dc8a5
Publish 7.16.471fde29
rst exporter: Re-enable coalescing streams (#2142)89de373
Revert "Set all min deps" (#2138)d3c8086
Set all min deps (#2136)36e1b77
chore: update pre-commit hooks (#2134)Updates
nbformat
from 5.10.3 to 5.10.4Release notes
Sourced from nbformat's releases.
Changelog
Sourced from nbformat's changelog.