Skip to content

Commit e3a13d7

Browse files
committed
Refreeze dependencies based on requirements.in
1 parent 5b40fc9 commit e3a13d7

File tree

2 files changed

+53
-14
lines changed

2 files changed

+53
-14
lines changed

images/hub/requirements.txt

Lines changed: 50 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
66
#
7-
aiohappyeyeballs==2.4.0
7+
aiohappyeyeballs==2.4.2
88
# via aiohttp
9-
aiohttp==3.10.5
9+
aiohttp==3.10.8
1010
# via kubernetes-asyncio
1111
aiosignal==1.3.1
1212
# via aiohttp
13-
alembic==1.13.2
13+
alembic==1.13.3
1414
# via jupyterhub
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -25,6 +25,8 @@ bcrypt==4.2.0
2525
# via
2626
# jupyterhub-firstuseauthenticator
2727
# jupyterhub-nativeauthenticator
28+
cachetools==5.5.0
29+
# via google-auth
2830
certifi==2024.8.30
2931
# via
3032
# kubernetes-asyncio
@@ -49,8 +51,28 @@ frozenlist==1.4.1
4951
# via
5052
# aiohttp
5153
# aiosignal
54+
google-api-core==2.20.0
55+
# via google-api-python-client
56+
google-api-python-client==2.147.0
57+
# via oauthenticator
58+
google-auth==2.35.0
59+
# via
60+
# google-api-core
61+
# google-api-python-client
62+
# google-auth-httplib2
63+
# google-auth-oauthlib
64+
google-auth-httplib2==0.2.0
65+
# via google-api-python-client
66+
google-auth-oauthlib==1.2.1
67+
# via oauthenticator
68+
googleapis-common-protos==1.65.0
69+
# via google-api-core
5270
greenlet==3.1.1
5371
# via sqlalchemy
72+
httplib2==0.22.0
73+
# via
74+
# google-api-python-client
75+
# google-auth-httplib2
5476
idna==3.10
5577
# via
5678
# jsonschema
@@ -81,7 +103,6 @@ jupyterhub==5.1.0
81103
# jupyterhub-ldapauthenticator
82104
# jupyterhub-ltiauthenticator
83105
# jupyterhub-nativeauthenticator
84-
# nullauthenticator
85106
# oauthenticator
86107
jupyterhub-firstuseauthenticator==1.1.0
87108
# via -r requirements.in
@@ -114,9 +135,7 @@ multidict==6.1.0
114135
# aiohttp
115136
# yarl
116137
mwoauth==0.4.0
117-
# via -r requirements.in
118-
nullauthenticator==1.0.0
119-
# via -r requirements.in
138+
# via oauthenticator
120139
oauthenticator==17.0.0
121140
# via -r requirements.in
122141
oauthlib==3.2.2
@@ -135,10 +154,22 @@ pamela==1.2.0
135154
# via jupyterhub
136155
prometheus-client==0.21.0
137156
# via jupyterhub
157+
proto-plus==1.24.0
158+
# via google-api-core
159+
protobuf==5.28.2
160+
# via
161+
# google-api-core
162+
# googleapis-common-protos
163+
# proto-plus
138164
psycopg2==2.9.9
139165
# via -r requirements.in
140166
pyasn1==0.6.1
141-
# via ldap3
167+
# via
168+
# ldap3
169+
# pyasn1-modules
170+
# rsa
171+
pyasn1-modules==0.4.1
172+
# via google-auth
142173
pycparser==2.22
143174
# via cffi
144175
pycurl==7.45.3
@@ -149,12 +180,13 @@ pydantic-core==2.23.4
149180
# via pydantic
150181
pyjwt==2.9.0
151182
# via
152-
# -r requirements.in
153183
# jupyterhub-ltiauthenticator
154184
# mwoauth
155185
# oauthenticator
156186
pymysql==1.1.1
157187
# via -r requirements.in
188+
pyparsing==3.1.4
189+
# via httplib2
158190
python-dateutil==2.9.0.post0
159191
# via
160192
# arrow
@@ -177,12 +209,15 @@ referencing==0.35.1
177209
# jupyter-events
178210
requests==2.32.3
179211
# via
212+
# google-api-core
180213
# jupyterhub
181214
# mwoauth
182215
# oauthenticator
183216
# requests-oauthlib
184217
requests-oauthlib==2.0.0
185-
# via mwoauth
218+
# via
219+
# google-auth-oauthlib
220+
# mwoauth
186221
rfc3339-validator==0.1.4
187222
# via
188223
# jsonschema
@@ -195,6 +230,8 @@ rpds-py==0.20.0
195230
# via
196231
# jsonschema
197232
# referencing
233+
rsa==4.9
234+
# via google-auth
198235
ruamel-yaml==0.18.6
199236
# via oauthenticator
200237
ruamel-yaml-clib==0.2.8
@@ -240,12 +277,14 @@ typing-extensions==4.12.2
240277
# sqlalchemy
241278
uri-template==1.3.0
242279
# via jsonschema
280+
uritemplate==4.1.1
281+
# via google-api-python-client
243282
urllib3==2.2.3
244283
# via
245284
# jupyterhub-kubespawner
246285
# kubernetes-asyncio
247286
# requests
248287
webcolors==24.8.0
249288
# via jsonschema
250-
yarl==1.11.1
289+
yarl==1.13.1
251290
# via aiohttp

images/singleuser-sample/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
66
#
7-
alembic==1.13.2
7+
alembic==1.13.3
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
@@ -49,7 +49,7 @@ comm==0.2.2
4949
# via ipykernel
5050
cryptography==43.0.1
5151
# via certipy
52-
debugpy==1.8.5
52+
debugpy==1.8.6
5353
# via ipykernel
5454
decorator==5.1.1
5555
# via ipython
@@ -203,7 +203,7 @@ prometheus-client==0.21.0
203203
# via
204204
# jupyter-server
205205
# jupyterhub
206-
prompt-toolkit==3.0.47
206+
prompt-toolkit==3.0.48
207207
# via ipython
208208
psutil==6.0.0
209209
# via ipykernel

0 commit comments

Comments
 (0)