File tree Expand file tree Collapse file tree 3 files changed +75
-41
lines changed Expand file tree Collapse file tree 3 files changed +75
-41
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,16 @@ apiVersion: v2
33name : binderhub
44version : 0.2.0-set.by.chartpress
55dependencies :
6- # https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
6+ # Source code: https://github.com/jupyterhub/zero-to-jupyterhub-k8s
7+ # Latest version: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
8+ # App changelog: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tree/HEAD/CHANGELOG.md
9+ #
10+ # Important: Whenever you bump the jupyterhub Helm chart version, also inspect
11+ # the helm-chart/images/binderhub pinned version in requirements.in
12+ # and run "./dependencies freeze --upgrade".
13+ #
714 - name : jupyterhub
8- version : " 1.0 .1"
15+ version : " 1.1 .1"
916 repository : " https://jupyterhub.github.io/helm-chart"
1017description : |-
1118 BinderHub is like a JupyterHub that automatically builds environments for the
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ google-cloud-logging==1.*
1010
1111# jupyterhub and kubernetes is pinned to match the JupyterHub Helm chart's
1212# version of jupyterhub
13- jupyterhub==1.2 .*
13+ jupyterhub==1.4 .*
1414kubernetes==9.*
Original file line number Diff line number Diff line change 44#
55# ./dependencies freeze --upgrade
66#
7- alembic == 1.5.4
7+ alembic == 1.6.5
88 # via jupyterhub
99async-generator == 1.10
1010 # via jupyterhub
11- attrs == 20.3 .0
11+ attrs == 21.2 .0
1212 # via jsonschema
13- cachetools == 4.2.1
13+ cachetools == 4.2.2
1414 # via google-auth
15- certifi == 2020.12.5
15+ certifi == 2021.5.30
1616 # via
1717 # kubernetes
1818 # requests
1919certipy == 0.1.3
2020 # via jupyterhub
21- cffi == 1.14.4
21+ cffi == 1.14.6
2222 # via cryptography
23- chardet == 4 .0.0
23+ charset-normalizer == 2 .0.3
2424 # via requests
25- cryptography == 3.4.4
25+ cryptography == 3.4.7
2626 # via pyopenssl
27+ docker == 5.0.0
28+ # via -r binderhub.in
2729entrypoints == 0.3
2830 # via jupyterhub
29- google-api-core [grpc ]== 1.26.0
31+ escapism == 1.0.1
32+ # via -r binderhub.in
33+ google-api-core [grpc ]== 1.31.0
3034 # via
3135 # google-cloud-core
3236 # google-cloud-logging
33- google-auth == 1.25.0
37+ google-auth == 1.33.1
3438 # via
3539 # google-api-core
3640 # google-cloud-core
3741 # kubernetes
38- google-cloud-core == 1.6.0
42+ google-cloud-core == 1.7.1
3943 # via google-cloud-logging
4044google-cloud-logging == 1.15.1
4145 # via -r requirements.in
42- googleapis-common-protos == 1.52 .0
46+ googleapis-common-protos == 1.53 .0
4347 # via google-api-core
44- grpcio == 1.35.0
48+ greenlet == 1.1.0
49+ # via sqlalchemy
50+ grpcio == 1.39.0
4551 # via google-api-core
46- idna == 2.10
52+ idna == 3.2
4753 # via requests
4854ipython-genutils == 0.2.0
4955 # via traitlets
50- jinja2 == 2.11.3
51- # via jupyterhub
56+ jinja2 == 3.0.1
57+ # via
58+ # -r binderhub.in
59+ # jupyterhub
5260jsonschema == 3.2.0
53- # via jupyter-telemetry
61+ # via
62+ # -r binderhub.in
63+ # jupyter-telemetry
5464jupyter-telemetry == 0.1.0
5565 # via jupyterhub
56- jupyterhub == 1.2.2
57- # via -r requirements.in
66+ jupyterhub == 1.4.2
67+ # via
68+ # -r binderhub.in
69+ # -r requirements.in
5870kubernetes == 9.0.1
59- # via -r requirements.in
71+ # via
72+ # -r binderhub.in
73+ # -r requirements.in
6074mako == 1.1.4
6175 # via alembic
62- markupsafe == 1.1 .1
76+ markupsafe == 2.0 .1
6377 # via
6478 # jinja2
6579 # mako
66- oauthlib == 3.1.0
80+ oauthlib == 3.1.1
6781 # via
6882 # jupyterhub
6983 # requests-oauthlib
70- packaging == 20.9
84+ packaging == 21.0
7185 # via google-api-core
7286pamela == 1.0.0
7387 # via jupyterhub
74- prometheus-client == 0.9.0
75- # via jupyterhub
76- protobuf == 3.14.0
88+ prometheus-client == 0.11.0
89+ # via
90+ # -r binderhub.in
91+ # jupyterhub
92+ protobuf == 3.17.3
7793 # via
7894 # google-api-core
7995 # googleapis-common-protos
@@ -85,38 +101,45 @@ pyasn1==0.4.8
85101 # rsa
86102pycparser == 2.20
87103 # via cffi
104+ pyjwt == 2.1.0
105+ # via -r binderhub.in
88106pyopenssl == 20.0.1
89107 # via certipy
90108pyparsing == 2.4.7
91109 # via packaging
92- pyrsistent == 0.17.3
110+ pyrsistent == 0.18.0
93111 # via jsonschema
94- python-dateutil == 2.8.1
112+ python-dateutil == 2.8.2
95113 # via
96114 # alembic
97115 # jupyterhub
98116 # kubernetes
99117python-editor == 1.0.4
100118 # via alembic
101119python-json-logger == 2.0.1
102- # via jupyter-telemetry
120+ # via
121+ # -r binderhub.in
122+ # jupyter-telemetry
103123pytz == 2021.1
104124 # via google-api-core
105125pyyaml == 5.4.1
106126 # via kubernetes
107127requests-oauthlib == 1.3.0
108128 # via kubernetes
109- requests == 2.25.1
129+ requests == 2.26.0
110130 # via
131+ # docker
111132 # google-api-core
112133 # jupyterhub
113134 # kubernetes
114135 # requests-oauthlib
115- rsa == 4.7
136+ rsa == 4.7.2
116137 # via google-auth
117- ruamel.yaml == 0.16.12
138+ ruamel.yaml.clib == 0.2.6
139+ # via ruamel.yaml
140+ ruamel.yaml == 0.17.10
118141 # via jupyter-telemetry
119- six == 1.15 .0
142+ six == 1.16 .0
120143 # via
121144 # google-api-core
122145 # google-auth
@@ -127,23 +150,27 @@ six==1.15.0
127150 # protobuf
128151 # pyopenssl
129152 # python-dateutil
130- # websocket-client
131- sqlalchemy == 1.3.23
153+ sqlalchemy == 1.4.22
132154 # via
133155 # alembic
134156 # jupyterhub
135157tornado == 6.1
136- # via jupyterhub
158+ # via
159+ # -r binderhub.in
160+ # jupyterhub
137161traitlets == 5.0.5
138162 # via
163+ # -r binderhub.in
139164 # jupyter-telemetry
140165 # jupyterhub
141- urllib3 == 1.26.5
166+ urllib3 == 1.26.6
142167 # via
143168 # kubernetes
144169 # requests
145- websocket-client == 0.57.0
146- # via kubernetes
170+ websocket-client == 1.1.0
171+ # via
172+ # docker
173+ # kubernetes
147174
148175# The following packages are considered to be unsafe in a requirements file:
149176# setuptools
You can’t perform that action at this time.
0 commit comments