Skip to content

Commit 84e22d6

Browse files
authored
Merge pull request #3606 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents d74fb54 + 1a87fac commit 84e22d6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

images/hub/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pyyaml==6.0.2
181181
# jupyter-events
182182
# jupyterhub-kubespawner
183183
# kubernetes-asyncio
184-
referencing==0.35.1
184+
referencing==0.36.0
185185
# via
186186
# jsonschema
187187
# jsonschema-specifications
@@ -251,6 +251,7 @@ typing-extensions==4.12.2
251251
# alembic
252252
# pydantic
253253
# pydantic-core
254+
# referencing
254255
# sqlalchemy
255256
uri-template==1.3.0
256257
# via jsonschema

images/singleuser-sample/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ comm==0.2.2
4949
# via ipykernel
5050
cryptography==44.0.0
5151
# via certipy
52-
debugpy==1.8.11
52+
debugpy==1.8.12
5353
# via ipykernel
5454
decorator==5.1.1
5555
# via ipython
@@ -156,7 +156,7 @@ matplotlib-inline==0.1.7
156156
# ipython
157157
mistune==3.1.0
158158
# via nbconvert
159-
nbclassic==1.1.0
159+
nbclassic==1.2.0
160160
# via -r unfrozen/requirements.txt
161161
nbclient==0.10.2
162162
# via nbconvert
@@ -237,7 +237,7 @@ pyzmq==26.2.0
237237
# ipykernel
238238
# jupyter-client
239239
# jupyter-server
240-
referencing==0.35.1
240+
referencing==0.36.0
241241
# via
242242
# jsonschema
243243
# jsonschema-specifications
@@ -312,6 +312,7 @@ typing-extensions==4.12.2
312312
# anyio
313313
# pydantic
314314
# pydantic-core
315+
# referencing
315316
# sqlalchemy
316317
uri-template==1.3.0
317318
# via jsonschema

0 commit comments

Comments
 (0)