Skip to content

Commit 82c5dd8

Browse files
Bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the /requirements directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [urllib3](https://github.com/urllib3/urllib3). Updates `jupyterlab` from 3.6.8 to 4.4.8 - [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/[email protected]...@jupyterlab/[email protected]) Updates `scikit-learn` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.4.2...1.5.0) Updates `urllib3` from 1.26.20 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.20...2.5.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.8 dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3723b22 commit 82c5dd8

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.7.9", "jupyterlab>=3.0.0rc13,==3.*", "setuptools>=40.8.0", "wheel"]
2+
requires = ["jupyter_packaging~=0.7.9", "jupyterlab==4.*", "setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"

jupyterlab-extension/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
long_description_content_type="text/markdown",
6565
cmdclass=cmdclass,
6666
packages=setuptools.find_packages(),
67-
install_requires=["jupyterlab>=3.0.0rc13,==3.*"],
67+
install_requires=["jupyterlab>=3,<5"],
6868
zip_safe=False,
6969
include_package_data=True,
7070
python_requires=">=3.6",

requirements/ubuntu-latest_py3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ s3transfer==0.14.0
187187
# via boto3
188188
scikit-image==0.25.2
189189
# via crystal_toolkit (pyproject.toml)
190-
scikit-learn==1.7.2
190+
scikit-learn==1.5.0
191191
# via crystal_toolkit (pyproject.toml)
192192
scipy==1.16.3
193193
# via

requirements/ubuntu-latest_py3.11_extras.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jupyter-ydoc==0.2.5
375375
# via
376376
# jupyter-server-ydoc
377377
# jupyterlab
378-
jupyterlab==3.6.8
378+
jupyterlab==4.4.8
379379
# via crystaltoolkit-extension
380380
jupyterlab-pygments==0.3.0
381381
# via nbconvert
@@ -823,7 +823,7 @@ scikit-image==0.25.2
823823
# crystal_toolkit (pyproject.toml)
824824
# ifermi
825825
# py4dstem
826-
scikit-learn==1.4.2
826+
scikit-learn==1.5.0
827827
# via
828828
# crystal_toolkit (pyproject.toml)
829829
# dscribe
@@ -1020,7 +1020,7 @@ uncertainties==3.2.3
10201020
# via pymatgen
10211021
uri-template==1.3.0
10221022
# via jsonschema
1023-
urllib3==1.26.20
1023+
urllib3==2.5.0
10241024
# via
10251025
# botocore
10261026
# crystal_toolkit (pyproject.toml)

requirements/ubuntu-latest_py3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ s3transfer==0.14.0
187187
# via boto3
188188
scikit-image==0.25.2
189189
# via crystal_toolkit (pyproject.toml)
190-
scikit-learn==1.7.2
190+
scikit-learn==1.5.0
191191
# via crystal_toolkit (pyproject.toml)
192192
scipy==1.16.3
193193
# via

requirements/ubuntu-latest_py3.12_extras.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ jupyter-ydoc==0.2.5
373373
# via
374374
# jupyter-server-ydoc
375375
# jupyterlab
376-
jupyterlab==3.6.8
376+
jupyterlab==4.4.8
377377
# via crystaltoolkit-extension
378378
jupyterlab-pygments==0.3.0
379379
# via nbconvert
@@ -819,7 +819,7 @@ scikit-image==0.25.2
819819
# crystal_toolkit (pyproject.toml)
820820
# ifermi
821821
# py4dstem
822-
scikit-learn==1.4.2
822+
scikit-learn==1.5.0
823823
# via
824824
# crystal_toolkit (pyproject.toml)
825825
# dscribe
@@ -1014,7 +1014,7 @@ uncertainties==3.2.3
10141014
# via pymatgen
10151015
uri-template==1.3.0
10161016
# via jsonschema
1017-
urllib3==1.26.20
1017+
urllib3==2.5.0
10181018
# via
10191019
# botocore
10201020
# crystal_toolkit (pyproject.toml)

0 commit comments

Comments
 (0)