Skip to content

Commit 1b44b8b

Browse files
hub image: refreeze requirements.txt
1 parent 2b1e39e commit 1b44b8b

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

images/hub/requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.12.13
9+
aiohttp==3.12.14
1010
# via kubernetes-asyncio
11-
aiosignal==1.3.2
11+
aiosignal==1.4.0
1212
# via aiohttp
13-
alembic==1.16.2
13+
alembic==1.16.4
1414
# via jupyterhub
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -27,7 +27,7 @@ bcrypt==4.3.0
2727
# jupyterhub-nativeauthenticator
2828
cachetools==5.5.2
2929
# via google-auth
30-
certifi==2025.6.15
30+
certifi==2025.7.14
3131
# via
3232
# kubernetes-asyncio
3333
# requests
@@ -37,7 +37,7 @@ cffi==1.17.1
3737
# via cryptography
3838
charset-normalizer==3.4.2
3939
# via requests
40-
cryptography==45.0.4
40+
cryptography==45.0.5
4141
# via
4242
# certipy
4343
# pyjwt
@@ -114,15 +114,15 @@ markupsafe==3.0.2
114114
# via
115115
# jinja2
116116
# mako
117-
multidict==6.5.0
117+
multidict==6.6.3
118118
# via
119119
# aiohttp
120120
# yarl
121121
mwoauth==0.4.0
122122
# via oauthenticator
123123
oauthenticator==17.3.0
124124
# via -r unfrozen/requirements.txt
125-
oauthlib==3.3.0
125+
oauthlib==3.3.1
126126
# via
127127
# jupyterhub
128128
# jupyterhub-ltiauthenticator
@@ -205,7 +205,7 @@ rfc3986-validator==0.1.1
205205
# via
206206
# jsonschema
207207
# jupyter-events
208-
rpds-py==0.25.1
208+
rpds-py==0.26.0
209209
# via
210210
# jsonschema
211211
# referencing
@@ -245,10 +245,11 @@ traitlets==5.14.3
245245
# jupyterhub-ldapauthenticator
246246
# jupyterhub-ltiauthenticator
247247
# oauthenticator
248-
types-python-dateutil==2.9.0.20250516
248+
types-python-dateutil==2.9.0.20250708
249249
# via arrow
250-
typing-extensions==4.14.0
250+
typing-extensions==4.14.1
251251
# via
252+
# aiosignal
252253
# alembic
253254
# pydantic
254255
# pydantic-core

images/singleuser-sample/requirements.txt

Lines changed: 10 additions & 10 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.16.2
7+
alembic==1.16.4
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
@@ -32,7 +32,7 @@ beautifulsoup4==4.13.4
3232
# via nbconvert
3333
bleach==6.2.0
3434
# via nbconvert
35-
certifi==2025.6.15
35+
certifi==2025.7.14
3636
# via
3737
# httpcore
3838
# httpx
@@ -47,7 +47,7 @@ charset-normalizer==3.4.2
4747
# via requests
4848
comm==0.2.2
4949
# via ipykernel
50-
cryptography==45.0.4
50+
cryptography==45.0.5
5151
# via certipy
5252
debugpy==1.8.14
5353
# via ipykernel
@@ -80,7 +80,7 @@ ipykernel==6.29.5
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==9.3.0
83+
ipython==9.4.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -139,7 +139,7 @@ jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140140
jupyterhub==5.3.0
141141
# via -r unfrozen/requirements.txt
142-
jupyterlab==4.4.3
142+
jupyterlab==4.4.4
143143
# via -r unfrozen/requirements.txt
144144
jupyterlab-pygments==0.3.0
145145
# via nbconvert
@@ -179,7 +179,7 @@ notebook-shim==0.2.4
179179
# via
180180
# jupyterlab
181181
# nbclassic
182-
oauthlib==3.3.0
182+
oauthlib==3.3.1
183183
# via jupyterhub
184184
overrides==7.7.0
185185
# via jupyter-server
@@ -222,7 +222,7 @@ pydantic==2.11.7
222222
# via jupyterhub
223223
pydantic-core==2.33.2
224224
# via pydantic
225-
pygments==2.19.1
225+
pygments==2.19.2
226226
# via
227227
# ipython
228228
# ipython-pygments-lexers
@@ -258,7 +258,7 @@ rfc3986-validator==0.1.1
258258
# via
259259
# jsonschema
260260
# jupyter-events
261-
rpds-py==0.25.1
261+
rpds-py==0.26.0
262262
# via
263263
# jsonschema
264264
# referencing
@@ -308,9 +308,9 @@ traitlets==5.14.3
308308
# nbclient
309309
# nbconvert
310310
# nbformat
311-
types-python-dateutil==2.9.0.20250516
311+
types-python-dateutil==2.9.0.20250708
312312
# via arrow
313-
typing-extensions==4.14.0
313+
typing-extensions==4.14.1
314314
# via
315315
# alembic
316316
# anyio

0 commit comments

Comments
 (0)