Skip to content

Commit 4da2e1e

Browse files
authored
Merge pull request #1092 from minrk/lab-bump
jupyterlab 3.1.17
2 parents 3eef69f + 6d37487 commit 4da2e1e

11 files changed

+232
-228
lines changed

repo2docker/buildpacks/conda/environment.lock

+45-44
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-2.7.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
# AUTO GENERATED FROM environment.py-2.7.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2021-09-12 12:42:24 UTC
2+
# Frozen on 2021-10-06 07:32:48 UTC
33
# Generated by conda-lock.
44
# platform: linux-64
5-
# input_hash: aa32b5266e821b621a99f599839e0352426077f660b0437604299a2ed808b836
5+
# input_hash: 6e66c9e333cfc5d702bcabcb832e0f70ee70bd3ef21869e83a2db3596ce0d826
66
@EXPLICIT
77
https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81
88
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2021.5.30-ha878542_0.tar.bz2#6a777890e94194dc94a29a76d2a7e721
99
https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.36.1-hea4e1c9_2.tar.bz2#bd4f2e711b39af170e7ff15163fe87ee
10-
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-11.1.0-h56837e0_8.tar.bz2#930957b6bff66cfd539ada080c5ca3e8
11-
https://conda.anaconda.org/conda-forge/linux-64/libgomp-11.1.0-hc902ee8_8.tar.bz2#f2dd961d1ae80d9d81b3d5068807f11b
10+
https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-11.2.0-he4da1e4_9.tar.bz2#a41b94921f55a353a8bbf5bb8d5ca335
11+
https://conda.anaconda.org/conda-forge/linux-64/libgomp-11.2.0-h1d223b6_9.tar.bz2#1090e28709184ec3d2f6ad6abd55fa31
1212
https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-1_gnu.tar.bz2#561e277319a41d4f24f5c05a9ef63c04
13-
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-11.1.0-hc902ee8_8.tar.bz2#da6221956ce8582d8e71acc16dfe4c3e
13+
https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-11.2.0-h1d223b6_9.tar.bz2#84b1ec6f5b2d21968add479348515bba
1414
https://conda.anaconda.org/conda-forge/linux-64/libffi-3.2.1-he1b5a44_1007.tar.bz2#11389072d7d6036fd811c3d9460475cd
1515
https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.17-h516909a_0.tar.bz2#a98437ebf6fbbc6e498c64636f3958cf
16+
https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.11-h36c2ea0_1013.tar.bz2#dcddf696ff5dfcab567100d691678e18
1617
https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.2-h58526e2_4.tar.bz2#509f2a21c4a09214cd737a480dfd80c9
1718
https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1l-h7f98852_0.tar.bz2#de7b38a1542dbe6f41653a8ae71adc53
18-
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.11-h516909a_1010.tar.bz2#339cc5584e6d26bc73a875ba900028c3
1919
https://conda.anaconda.org/conda-forge/linux-64/readline-8.1-h46c0cb4_0.tar.bz2#5788de3c8d7a7d64ac56c784c4ef48e6
20-
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.11-h27826a3_1.tar.bz2#84e76fb280e735fec1efd2d21fd9cb27
2120
https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.2-he1b5a44_2.tar.bz2#bc50a478e0d59f9a62ad164e7d768f63
22-
https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.36.0-h9cd32fc_1.tar.bz2#776f3956ac2bcbc5e85201d21baf8aa7
21+
https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.11-h36c2ea0_1013.tar.bz2#cf7190238072a41e9579e4476a6a60b8
22+
https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.36.0-h9cd32fc_2.tar.bz2#3588c2c6cb9f9bcc65b544ab1c715d60
23+
https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.11-h27826a3_1.tar.bz2#84e76fb280e735fec1efd2d21fd9cb27
2324
https://conda.anaconda.org/conda-forge/linux-64/python-2.7.15-h5a48372_1011_cpython.tar.bz2#d1824ac0987155f58a03b7ffda01db38
2425
https://conda.anaconda.org/conda-forge/linux-64/backports-1.0-py27_1.tar.bz2#eda57aeca994883cc314e03b71968668
2526
https://conda.anaconda.org/conda-forge/linux-64/backports.shutil_get_terminal_size-1.0.0-py27_1.tar.bz2#539974750142343a3944ac010e475cb6

repo2docker/buildpacks/conda/environment.py-3.6.lock

+44-44
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.6.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2021-09-12 12:42:24 UTC
2+
# Generated on 2021-10-06 07:32:48 UTC
33
channels:
44
- conda-forge
55
dependencies:
@@ -8,7 +8,7 @@ dependencies:
88
- ipywidgets==7.6.3
99
- jupyter-offlinenotebook==0.2.1
1010
- jupyter-resource-usage==0.6.0
11-
- jupyterlab==3.1.11
11+
- jupyterlab==3.1.17
1212
- jupyterhub-singleuser==1.4.2
1313
# Newer versions require python 3.7
1414
- nbconvert==6.0.7

repo2docker/buildpacks/conda/environment.py-3.7.lock

+45-44
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.7.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2021-09-12 12:42:34 UTC
2+
# Generated on 2021-10-06 07:33:22 UTC
33
channels:
44
- conda-forge
55
dependencies:
@@ -8,7 +8,7 @@ dependencies:
88
- ipywidgets==7.6.3
99
- jupyter-offlinenotebook==0.2.1
1010
- jupyter-resource-usage==0.6.0
11-
- jupyterlab==3.1.11
11+
- jupyterlab==3.1.17
1212
- jupyterhub-singleuser==1.4.2
1313
# Newer versions require python 3.7
1414
- nbconvert==6.0.7

repo2docker/buildpacks/conda/environment.py-3.8.lock

+41-41
Large diffs are not rendered by default.

repo2docker/buildpacks/conda/environment.py-3.8.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2021-09-12 12:42:45 UTC
2+
# Generated on 2021-10-06 07:33:42 UTC
33
channels:
44
- conda-forge
55
dependencies:
@@ -8,7 +8,7 @@ dependencies:
88
- ipywidgets==7.6.3
99
- jupyter-offlinenotebook==0.2.1
1010
- jupyter-resource-usage==0.6.0
11-
- jupyterlab==3.1.11
11+
- jupyterlab==3.1.17
1212
- jupyterhub-singleuser==1.4.2
1313
# Newer versions require python 3.7
1414
- nbconvert==6.0.7

0 commit comments

Comments
 (0)