Skip to content

Commit 370834e

Browse files
authored
Merge pull request #1261 from consideRatio/pr/refreeze-binderhub-image
image: refreeze binderhub image to bump cryptography
2 parents 69da78d + e17e39f commit 370834e

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

helm-chart/images/binderhub/requirements.txt

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# ./dependencies freeze --upgrade
66
#
7-
alembic==1.4.3
7+
alembic==1.5.4
88
# via jupyterhub
99
async-generator==1.10
1010
# via jupyterhub
1111
attrs==20.3.0
1212
# via jsonschema
13-
cachetools==4.2.0
13+
cachetools==4.2.1
1414
# via google-auth
1515
certifi==2020.12.5
1616
# via
@@ -22,35 +22,36 @@ cffi==1.14.4
2222
# via cryptography
2323
chardet==4.0.0
2424
# via requests
25-
cryptography==3.3.1
25+
cryptography==3.4.4
2626
# via pyopenssl
2727
docker==4.4.1
2828
# via -r binderhub.in
2929
entrypoints==0.3
3030
# via jupyterhub
3131
escapism==1.0.1
3232
# via -r binderhub.in
33-
google-api-core[grpc]==1.24.1
33+
google-api-core[grpc]==1.26.0
3434
# via
3535
# google-cloud-core
3636
# google-cloud-logging
37-
google-auth==1.24.0
37+
google-auth==1.25.0
3838
# via
3939
# google-api-core
40+
# google-cloud-core
4041
# kubernetes
41-
google-cloud-core==1.5.0
42+
google-cloud-core==1.6.0
4243
# via google-cloud-logging
4344
google-cloud-logging==1.15.1
4445
# via -r requirements.in
4546
googleapis-common-protos==1.52.0
4647
# via google-api-core
47-
grpcio==1.34.0
48+
grpcio==1.35.0
4849
# via google-api-core
4950
idna==2.10
5051
# via requests
5152
ipython-genutils==0.2.0
5253
# via traitlets
53-
jinja2==2.11.2
54+
jinja2==2.11.3
5455
# via
5556
# -r binderhub.in
5657
# jupyterhub
@@ -68,7 +69,7 @@ kubernetes==9.0.1
6869
# via
6970
# -r binderhub.in
7071
# -r requirements.in
71-
mako==1.1.3
72+
mako==1.1.4
7273
# via alembic
7374
markupsafe==1.1.1
7475
# via
@@ -78,6 +79,8 @@ oauthlib==3.1.0
7879
# via
7980
# jupyterhub
8081
# requests-oauthlib
82+
packaging==20.9
83+
# via google-api-core
8184
pamela==1.0.0
8285
# via jupyterhub
8386
prometheus-client==0.9.0
@@ -98,6 +101,8 @@ pycparser==2.20
98101
# via cffi
99102
pyopenssl==20.0.1
100103
# via certipy
104+
pyparsing==2.4.7
105+
# via packaging
101106
pyrsistent==0.17.3
102107
# via jsonschema
103108
python-dateutil==2.8.1
@@ -111,9 +116,9 @@ python-json-logger==2.0.1
111116
# via
112117
# -r binderhub.in
113118
# jupyter-telemetry
114-
pytz==2020.5
119+
pytz==2021.1
115120
# via google-api-core
116-
pyyaml==5.3.1
121+
pyyaml==5.4.1
117122
# via kubernetes
118123
requests-oauthlib==1.3.0
119124
# via kubernetes
@@ -124,15 +129,14 @@ requests==2.25.1
124129
# jupyterhub
125130
# kubernetes
126131
# requests-oauthlib
127-
rsa==4.6
132+
rsa==4.7
128133
# via google-auth
129134
ruamel.yaml.clib==0.2.2
130135
# via ruamel.yaml
131136
ruamel.yaml==0.16.12
132137
# via jupyter-telemetry
133138
six==1.15.0
134139
# via
135-
# cryptography
136140
# docker
137141
# google-api-core
138142
# google-auth
@@ -144,7 +148,7 @@ six==1.15.0
144148
# pyopenssl
145149
# python-dateutil
146150
# websocket-client
147-
sqlalchemy==1.3.22
151+
sqlalchemy==1.3.23
148152
# via
149153
# alembic
150154
# jupyterhub
@@ -157,7 +161,7 @@ traitlets==5.0.5
157161
# -r binderhub.in
158162
# jupyter-telemetry
159163
# jupyterhub
160-
urllib3==1.26.2
164+
urllib3==1.26.3
161165
# via
162166
# kubernetes
163167
# requests

0 commit comments

Comments
 (0)