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
1111aiosignal == 1.3.1
1212 # via aiohttp
13- alembic == 1.13.2
13+ alembic == 1.13.3
1414 # via jupyterhub
1515annotated-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
2830certifi == 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
5270greenlet == 3.1.1
5371 # via sqlalchemy
72+ httplib2 == 0.22.0
73+ # via
74+ # google-api-python-client
75+ # google-auth-httplib2
5476idna == 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
86107jupyterhub-firstuseauthenticator == 1.1.0
87108 # via -r requirements.in
@@ -114,9 +135,7 @@ multidict==6.1.0
114135 # aiohttp
115136 # yarl
116137mwoauth == 0.4.0
117- # via -r requirements.in
118- nullauthenticator == 1.0.0
119- # via -r requirements.in
138+ # via oauthenticator
120139oauthenticator == 17.0.0
121140 # via -r requirements.in
122141oauthlib == 3.2.2
@@ -135,10 +154,22 @@ pamela==1.2.0
135154 # via jupyterhub
136155prometheus-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
138164psycopg2 == 2.9.9
139165 # via -r requirements.in
140166pyasn1 == 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
142173pycparser == 2.22
143174 # via cffi
144175pycurl == 7.45.3
@@ -149,12 +180,13 @@ pydantic-core==2.23.4
149180 # via pydantic
150181pyjwt == 2.9.0
151182 # via
152- # -r requirements.in
153183 # jupyterhub-ltiauthenticator
154184 # mwoauth
155185 # oauthenticator
156186pymysql == 1.1.1
157187 # via -r requirements.in
188+ pyparsing == 3.1.4
189+ # via httplib2
158190python-dateutil == 2.9.0.post0
159191 # via
160192 # arrow
@@ -177,12 +209,15 @@ referencing==0.35.1
177209 # jupyter-events
178210requests == 2.32.3
179211 # via
212+ # google-api-core
180213 # jupyterhub
181214 # mwoauth
182215 # oauthenticator
183216 # requests-oauthlib
184217requests-oauthlib == 2.0.0
185- # via mwoauth
218+ # via
219+ # google-auth-oauthlib
220+ # mwoauth
186221rfc3339-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
198235ruamel-yaml == 0.18.6
199236 # via oauthenticator
200237ruamel-yaml-clib == 0.2.8
@@ -240,12 +277,14 @@ typing-extensions==4.12.2
240277 # sqlalchemy
241278uri-template == 1.3.0
242279 # via jsonschema
280+ uritemplate == 4.1.1
281+ # via google-api-python-client
243282urllib3 == 2.2.3
244283 # via
245284 # jupyterhub-kubespawner
246285 # kubernetes-asyncio
247286 # requests
248287webcolors == 24.8.0
249288 # via jsonschema
250- yarl == 1.11 .1
289+ yarl == 1.13 .1
251290 # via aiohttp
0 commit comments