@@ -55,7 +55,7 @@ comm==0.2.2
55
55
# via
56
56
# ipykernel
57
57
# ipywidgets
58
- contourpy==1.3.0
58
+ contourpy==1.3.1 ; python_version >= "3.10"
59
59
# via
60
60
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
61
61
# matplotlib
@@ -104,12 +104,14 @@ ipykernel==6.29.5
104
104
# jupyter
105
105
# jupyter-console
106
106
# jupyterlab
107
- ipython==8.18.1
107
+ ipython==9.1.0 ; python_version >= "3.10"
108
108
# via
109
109
# -r requirements/dev.in
110
110
# ipykernel
111
111
# ipywidgets
112
112
# jupyter-console
113
+ ipython-pygments-lexers==1.1.1
114
+ # via ipython
113
115
ipywidgets==8.1.5
114
116
# via jupyter
115
117
isoduration==20.11.0
@@ -123,7 +125,7 @@ jinja2==3.1.6
123
125
# jupyterlab
124
126
# jupyterlab-server
125
127
# nbconvert
126
- json5==0.11 .0
128
+ json5==0.12 .0
127
129
# via jupyterlab-server
128
130
jsonpointer==3.0.0
129
131
# via jsonschema
@@ -179,7 +181,7 @@ jupyterlab-server==2.27.3
179
181
# notebook
180
182
jupyterlab-widgets==3.0.13
181
183
# via ipywidgets
182
- kiwisolver==1.4.7
184
+ kiwisolver==1.4.8 ; python_version >= "3.10"
183
185
# via
184
186
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
185
187
# matplotlib
@@ -188,7 +190,7 @@ markupsafe==3.0.2
188
190
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
189
191
# jinja2
190
192
# nbconvert
191
- matplotlib==3.9.4
193
+ matplotlib==3.10.1 ; python_version >= "3.10"
192
194
# via
193
195
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
194
196
# -r requirements/dev.in
@@ -217,7 +219,7 @@ notebook-shim==0.2.4
217
219
# via
218
220
# jupyterlab
219
221
# notebook
220
- numpy==2.0.2
222
+ numpy==2.2.4 ; python_version > "3.10"
221
223
# via
222
224
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
223
225
# contourpy
@@ -274,6 +276,7 @@ pycparser==2.22
274
276
pygments==2.19.1
275
277
# via
276
278
# ipython
279
+ # ipython-pygments-lexers
277
280
# jupyter-console
278
281
# nbconvert
279
282
pyparsing==3.2.3
@@ -297,7 +300,7 @@ pyyaml==6.0.2
297
300
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
298
301
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/test.txt
299
302
# jupyter-events
300
- pyzmq==26.3 .0
303
+ pyzmq==26.4 .0
301
304
# via
302
305
# ipykernel
303
306
# jupyter-client
@@ -372,7 +375,7 @@ traitlets==5.14.3
372
375
# nbformat
373
376
types-python-dateutil==2.9.0.20241206
374
377
# via arrow
375
- typing-extensions==4.13.0
378
+ typing-extensions==4.13.1
376
379
# via
377
380
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/base.txt
378
381
# -c /home/pprados/workspace.bda/unstructured-inference/requirements/test.txt
0 commit comments