Skip to content

Commit b23d7b8

Browse files
authored
Merge pull request #3569 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 852d321 + ebef404 commit b23d7b8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

images/hub/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohttp==3.10.10
1010
# via kubernetes-asyncio
1111
aiosignal==1.3.1
1212
# via aiohttp
13-
alembic==1.13.3
13+
alembic==1.14.0
1414
# via jupyterhub
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -51,7 +51,7 @@ frozenlist==1.5.0
5151
# via
5252
# aiohttp
5353
# aiosignal
54-
google-auth==2.35.0
54+
google-auth==2.36.0
5555
# via google-auth-oauthlib
5656
google-auth-oauthlib==1.2.1
5757
# via oauthenticator
@@ -96,7 +96,7 @@ jupyterhub-idle-culler==1.4.0
9696
# via -r unfrozen/requirements.txt
9797
jupyterhub-kubespawner==7.0.0
9898
# via -r unfrozen/requirements.txt
99-
jupyterhub-ldapauthenticator==2.0.1
99+
jupyterhub-ldapauthenticator==2.0.2
100100
# via -r unfrozen/requirements.txt
101101
jupyterhub-ltiauthenticator==1.6.2
102102
# via -r unfrozen/requirements.txt
@@ -202,7 +202,7 @@ rfc3986-validator==0.1.1
202202
# via
203203
# jsonschema
204204
# jupyter-events
205-
rpds-py==0.20.1
205+
rpds-py==0.21.0
206206
# via
207207
# jsonschema
208208
# referencing

images/singleuser-sample/requirements.txt

Lines changed: 2 additions & 2 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.3
7+
alembic==1.14.0
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
@@ -254,7 +254,7 @@ rfc3986-validator==0.1.1
254254
# via
255255
# jsonschema
256256
# jupyter-events
257-
rpds-py==0.20.1
257+
rpds-py==0.21.0
258258
# via
259259
# jsonschema
260260
# referencing

0 commit comments

Comments
 (0)