Skip to content

Commit 51b3d74

Browse files
Bump the actions-deps group with 7 updates
Bumps the actions-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.10` | `4.5.6` | | [build](https://github.com/pypa/build) | `1.3.0` | `1.4.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.2` | `9.0.2` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.38.0` | `4.41.0` | | [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.46.3` | | [notebook](https://github.com/jupyter/notebook) | `7.4.7` | `7.5.5` | Updates `jupyterlab` from 4.4.10 to 4.5.6 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.10...@jupyterlab/lsp@4.5.6) Updates `build` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.3.0...1.4.0) Updates `pre-commit` from 4.3.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.3.0...v4.5.1) Updates `pytest` from 8.4.2 to 9.0.2 - [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.4.2...9.0.2) Updates `selenium` from 4.38.0 to 4.41.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.38.0...selenium-4.41.0) Updates `wheel` from 0.45.1 to 0.46.3 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.46.3) Updates `notebook` from 7.4.7 to 7.5.5 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.5/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/tree@7.4.7...@jupyter-notebook/tree@7.5.5) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: selenium dependency-version: 4.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: notebook dependency-version: 7.5.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a17dcf1 commit 51b3d74

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dev-requirements-jl4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r dev-requirements.txt
2-
jupyterlab==4.4.10
2+
jupyterlab==4.5.6
33
jupyter_server==2.17.0
4-
notebook==7.4.7
4+
notebook==7.5.5

dev-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
build==1.3.0
1+
build==1.4.0
22
jupyter_packaging==0.12.3
33
flaky==3.8.1
4-
pre-commit==4.3.0
5-
pytest==8.4.2
4+
pre-commit==4.5.1
5+
pytest==9.0.2
66
# selenium==4.11.2
7-
selenium==4.38.0
7+
selenium==4.41.0
88
traitlets==5.14.3
9-
wheel==0.45.1
9+
wheel==0.46.3
1010
# jupyterlab and jupyter_server are installed separately so we can test multiple versions

0 commit comments

Comments
 (0)