File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ cffi==1.16.0
31
31
# via cryptography
32
32
charset-normalizer == 3.3.2
33
33
# via requests
34
- cryptography == 42.0.4
34
+ cryptography == 42.0.5
35
35
# via
36
36
# pyjwt
37
37
# pyopenssl
@@ -75,7 +75,7 @@ jupyterhub-firstuseauthenticator==1.0.0
75
75
# via -r requirements.in
76
76
jupyterhub-hmacauthenticator == 1.0
77
77
# via -r requirements.in
78
- jupyterhub-idle-culler == 1.2 .1
78
+ jupyterhub-idle-culler == 1.3 .1
79
79
# via -r requirements.in
80
80
jupyterhub-kubespawner == 6.2.0
81
81
# via -r requirements.in
@@ -116,7 +116,9 @@ oauthlib==3.2.2
116
116
onetimepass == 1.0.1
117
117
# via jupyterhub-nativeauthenticator
118
118
packaging == 23.2
119
- # via jupyterhub
119
+ # via
120
+ # jupyterhub
121
+ # jupyterhub-idle-culler
120
122
pamela == 1.1.0
121
123
# via jupyterhub
122
124
prometheus-client == 0.20.0
@@ -138,7 +140,7 @@ pymysql==1.1.0
138
140
# via -r requirements.in
139
141
pyopenssl == 24.0.0
140
142
# via certipy
141
- python-dateutil == 2.8.2
143
+ python-dateutil == 2.9.0.post0
142
144
# via
143
145
# jupyterhub
144
146
# jupyterhub-idle-culler
@@ -203,7 +205,7 @@ traitlets==5.14.1
203
205
# jupyterhub-ldapauthenticator
204
206
# jupyterhub-ltiauthenticator
205
207
# oauthenticator
206
- typing-extensions == 4.9 .0
208
+ typing-extensions == 4.10 .0
207
209
# via
208
210
# alembic
209
211
# sqlalchemy
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ charset-normalizer==3.3.2
49
49
# via requests
50
50
comm == 0.2.1
51
51
# via ipykernel
52
- cryptography == 42.0.4
52
+ cryptography == 42.0.5
53
53
# via pyopenssl
54
54
debugpy == 1.8.1
55
55
# via ipykernel
@@ -77,11 +77,11 @@ idna==3.6
77
77
# httpx
78
78
# jsonschema
79
79
# requests
80
- ipykernel == 6.29.2
80
+ ipykernel == 6.29.3
81
81
# via
82
82
# jupyterlab
83
83
# nbclassic
84
- ipython == 8.21.0
84
+ ipython == 8.22.1
85
85
# via ipykernel
86
86
ipython-genutils == 0.2.0
87
87
# via nbclassic
@@ -97,7 +97,7 @@ jinja2==3.1.3
97
97
# jupyterlab-server
98
98
# nbclassic
99
99
# nbconvert
100
- json5 == 0.9.17
100
+ json5 == 0.9.20
101
101
# via jupyterlab-server
102
102
jsonpointer == 2.4
103
103
# via jsonschema
@@ -127,7 +127,7 @@ jupyter-core==5.7.1
127
127
# nbformat
128
128
jupyter-events == 0.9.0
129
129
# via jupyter-server
130
- jupyter-lsp == 2.2.2
130
+ jupyter-lsp == 2.2.3
131
131
# via jupyterlab
132
132
jupyter-server == 2.12.5
133
133
# via
@@ -231,7 +231,7 @@ pygments==2.17.2
231
231
# nbconvert
232
232
pyopenssl == 24.0.0
233
233
# via certipy
234
- python-dateutil == 2.8.2
234
+ python-dateutil == 2.9.0.post0
235
235
# via
236
236
# arrow
237
237
# jupyter-client
@@ -283,7 +283,7 @@ six==1.16.0
283
283
# bleach
284
284
# python-dateutil
285
285
# rfc3339-validator
286
- sniffio == 1.3.0
286
+ sniffio == 1.3.1
287
287
# via
288
288
# anyio
289
289
# httpx
@@ -331,7 +331,7 @@ traitlets==5.14.1
331
331
# nbformat
332
332
types-python-dateutil == 2.8.19.20240106
333
333
# via arrow
334
- typing-extensions == 4.9 .0
334
+ typing-extensions == 4.10 .0
335
335
# via
336
336
# alembic
337
337
# sqlalchemy
You can’t perform that action at this time.
0 commit comments