Skip to content

Commit 7baf69e

Browse files
authored
Merge pull request #1574 from jupyterhub/update-image-requirements
binderhub image: refreeze requirements.txt
2 parents 50be836 + ed86f2e commit 7baf69e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

helm-chart/images/binderhub/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ cffi==1.15.1
2222
# via cryptography
2323
charset-normalizer==2.1.1
2424
# via requests
25-
cryptography==38.0.1
25+
cryptography==38.0.3
2626
# via pyopenssl
27-
docker==6.0.0
27+
docker==6.0.1
2828
# via -r helm-chart/images/binderhub/../../../requirements.txt
2929
escapism==1.0.1
3030
# via -r helm-chart/images/binderhub/../../../requirements.txt
@@ -33,7 +33,7 @@ google-api-core[grpc]==2.10.2
3333
# google-cloud-appengine-logging
3434
# google-cloud-core
3535
# google-cloud-logging
36-
google-auth==2.13.0
36+
google-auth==2.14.1
3737
# via
3838
# google-api-core
3939
# google-cloud-core
@@ -52,7 +52,7 @@ googleapis-common-protos[grpc]==1.56.4
5252
# google-cloud-audit-log
5353
# grpc-google-iam-v1
5454
# grpcio-status
55-
greenlet==1.1.3.post0
55+
greenlet==2.0.1
5656
# via sqlalchemy
5757
grpc-google-iam-v1==0.12.4
5858
# via google-cloud-logging
@@ -72,7 +72,7 @@ jinja2==3.1.2
7272
# via
7373
# -r helm-chart/images/binderhub/../../../requirements.txt
7474
# jupyterhub
75-
jsonschema==4.16.0
75+
jsonschema==4.17.0
7676
# via
7777
# -r helm-chart/images/binderhub/../../../requirements.txt
7878
# jupyter-telemetry
@@ -110,7 +110,7 @@ proto-plus==1.22.1
110110
# via
111111
# google-cloud-appengine-logging
112112
# google-cloud-logging
113-
protobuf==4.21.8
113+
protobuf==4.21.9
114114
# via
115115
# google-api-core
116116
# google-cloud-appengine-logging
@@ -133,7 +133,7 @@ pyopenssl==22.1.0
133133
# via certipy
134134
pyparsing==3.0.9
135135
# via packaging
136-
pyrsistent==0.18.1
136+
pyrsistent==0.19.2
137137
# via jsonschema
138138
python-dateutil==2.8.2
139139
# via
@@ -166,7 +166,7 @@ six==1.16.0
166166
# grpcio
167167
# kubernetes
168168
# python-dateutil
169-
sqlalchemy==1.4.42
169+
sqlalchemy==1.4.44
170170
# via
171171
# alembic
172172
# jupyterhub
@@ -184,11 +184,11 @@ urllib3==1.26.12
184184
# docker
185185
# kubernetes
186186
# requests
187-
websocket-client==1.4.1
187+
websocket-client==1.4.2
188188
# via
189189
# docker
190190
# kubernetes
191-
zipp==3.9.0
191+
zipp==3.10.0
192192
# via importlib-metadata
193193

194194
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)