Skip to content

Commit 1efd3f0

Browse files
authored
test: [Automatic] Constraints upgrades: sympy, tifffile (#1177)
This PR is automatically created and updated by PartSeg GitHub action cron to keep bundle dependencies modules up to date. The updated packages are: * lxml * numpydoc * pyinstaller * pyinstaller-hooks-contrib * sympy * tifffile * zipp <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated multiple dependencies across various requirements files to their latest versions, including `lxml`, `numpydoc`, `pyinstaller`, `sympy`, `tifffile`, and `zipp`. - Introduced `pathlib2` in the Python 3.8 requirements. - These updates aim to enhance compatibility, security, and performance without impacting the application's core functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Czaki <3826210+Czaki@users.noreply.github.com>
1 parent a3b22eb commit 1efd3f0

11 files changed

+74
-68
lines changed

requirements/constraints_py3.10.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ local-migrator==0.1.10
141141
# nme
142142
locket==1.0.0
143143
# via partd
144-
lxml==5.2.2
144+
lxml==5.3.0
145145
# via
146146
# partseg (pyproject.toml)
147147
# lxml-html-clean
@@ -201,7 +201,7 @@ numpy==2.0.1
201201
# scipy
202202
# tifffile
203203
# vispy
204-
numpydoc==1.7.0
204+
numpydoc==1.8.0
205205
# via napari
206206
oiffile==2024.5.24
207207
# via partseg (pyproject.toml)
@@ -294,9 +294,9 @@ pygments==2.18.0
294294
# rich
295295
# sphinx
296296
# superqt
297-
pyinstaller==6.9.0
297+
pyinstaller==6.10.0
298298
# via partseg (pyproject.toml)
299-
pyinstaller-hooks-contrib==2024.7
299+
pyinstaller-hooks-contrib==2024.8
300300
# via pyinstaller
301301
pyopengl==3.1.7
302302
# via napari
@@ -440,11 +440,11 @@ superqt==0.6.7
440440
# partseg (pyproject.toml)
441441
# magicgui
442442
# napari
443-
sympy==1.13.1
443+
sympy==1.13.2
444444
# via partseg (pyproject.toml)
445445
tabulate==0.9.0
446446
# via numpydoc
447-
tifffile==2024.7.24
447+
tifffile==2024.8.10
448448
# via
449449
# partseg (pyproject.toml)
450450
# czifile
@@ -516,5 +516,5 @@ xlrd==2.0.1
516516
# via partseg (pyproject.toml)
517517
xlsxwriter==3.2.0
518518
# via partseg (pyproject.toml)
519-
zipp==3.19.2
519+
zipp==3.20.0
520520
# via importlib-metadata

requirements/constraints_py3.10_pydantic_1.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ local-migrator==0.1.10
139139
# nme
140140
locket==1.0.0
141141
# via partd
142-
lxml==5.2.2
142+
lxml==5.3.0
143143
# via
144144
# partseg (pyproject.toml)
145145
# lxml-html-clean
@@ -199,7 +199,7 @@ numpy==2.0.1
199199
# scipy
200200
# tifffile
201201
# vispy
202-
numpydoc==1.7.0
202+
numpydoc==1.8.0
203203
# via napari
204204
oiffile==2024.5.24
205205
# via partseg (pyproject.toml)
@@ -291,9 +291,9 @@ pygments==2.18.0
291291
# rich
292292
# sphinx
293293
# superqt
294-
pyinstaller==6.9.0
294+
pyinstaller==6.10.0
295295
# via partseg (pyproject.toml)
296-
pyinstaller-hooks-contrib==2024.7
296+
pyinstaller-hooks-contrib==2024.8
297297
# via pyinstaller
298298
pyopengl==3.1.7
299299
# via napari
@@ -437,11 +437,11 @@ superqt==0.6.7
437437
# partseg (pyproject.toml)
438438
# magicgui
439439
# napari
440-
sympy==1.13.1
440+
sympy==1.13.2
441441
# via partseg (pyproject.toml)
442442
tabulate==0.9.0
443443
# via numpydoc
444-
tifffile==2024.7.24
444+
tifffile==2024.8.10
445445
# via
446446
# partseg (pyproject.toml)
447447
# czifile
@@ -512,5 +512,5 @@ xlrd==2.0.1
512512
# via partseg (pyproject.toml)
513513
xlsxwriter==3.2.0
514514
# via partseg (pyproject.toml)
515-
zipp==3.19.2
515+
zipp==3.20.0
516516
# via importlib-metadata

requirements/constraints_py3.11.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ local-migrator==0.1.10
135135
# nme
136136
locket==1.0.0
137137
# via partd
138-
lxml==5.2.2
138+
lxml==5.3.0
139139
# via
140140
# partseg (pyproject.toml)
141141
# lxml-html-clean
@@ -195,7 +195,7 @@ numpy==2.0.1
195195
# scipy
196196
# tifffile
197197
# vispy
198-
numpydoc==1.7.0
198+
numpydoc==1.8.0
199199
# via napari
200200
oiffile==2024.5.24
201201
# via partseg (pyproject.toml)
@@ -288,9 +288,9 @@ pygments==2.18.0
288288
# rich
289289
# sphinx
290290
# superqt
291-
pyinstaller==6.9.0
291+
pyinstaller==6.10.0
292292
# via partseg (pyproject.toml)
293-
pyinstaller-hooks-contrib==2024.7
293+
pyinstaller-hooks-contrib==2024.8
294294
# via pyinstaller
295295
pyopengl==3.1.7
296296
# via napari
@@ -433,11 +433,11 @@ superqt==0.6.7
433433
# partseg (pyproject.toml)
434434
# magicgui
435435
# napari
436-
sympy==1.13.1
436+
sympy==1.13.2
437437
# via partseg (pyproject.toml)
438438
tabulate==0.9.0
439439
# via numpydoc
440-
tifffile==2024.7.24
440+
tifffile==2024.8.10
441441
# via
442442
# partseg (pyproject.toml)
443443
# czifile
@@ -502,5 +502,5 @@ xlrd==2.0.1
502502
# via partseg (pyproject.toml)
503503
xlsxwriter==3.2.0
504504
# via partseg (pyproject.toml)
505-
zipp==3.19.2
505+
zipp==3.20.0
506506
# via importlib-metadata

requirements/constraints_py3.11_docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ numpy==2.0.1
187187
# scipy
188188
# tifffile
189189
# vispy
190-
numpydoc==1.7.0
190+
numpydoc==1.8.0
191191
# via napari
192192
oiffile==2024.5.24
193193
# via partseg (pyproject.toml)
@@ -409,11 +409,11 @@ superqt==0.6.7
409409
# partseg (pyproject.toml)
410410
# magicgui
411411
# napari
412-
sympy==1.13.1
412+
sympy==1.13.2
413413
# via partseg (pyproject.toml)
414414
tabulate==0.9.0
415415
# via numpydoc
416-
tifffile==2024.7.24
416+
tifffile==2024.8.10
417417
# via
418418
# partseg (pyproject.toml)
419419
# czifile
@@ -478,5 +478,5 @@ xlrd==2.0.1
478478
# via partseg (pyproject.toml)
479479
xlsxwriter==3.2.0
480480
# via partseg (pyproject.toml)
481-
zipp==3.19.2
481+
zipp==3.20.0
482482
# via importlib-metadata

requirements/constraints_py3.11_pydantic_1.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local-migrator==0.1.10
133133
# nme
134134
locket==1.0.0
135135
# via partd
136-
lxml==5.2.2
136+
lxml==5.3.0
137137
# via
138138
# partseg (pyproject.toml)
139139
# lxml-html-clean
@@ -193,7 +193,7 @@ numpy==2.0.1
193193
# scipy
194194
# tifffile
195195
# vispy
196-
numpydoc==1.7.0
196+
numpydoc==1.8.0
197197
# via napari
198198
oiffile==2024.5.24
199199
# via partseg (pyproject.toml)
@@ -285,9 +285,9 @@ pygments==2.18.0
285285
# rich
286286
# sphinx
287287
# superqt
288-
pyinstaller==6.9.0
288+
pyinstaller==6.10.0
289289
# via partseg (pyproject.toml)
290-
pyinstaller-hooks-contrib==2024.7
290+
pyinstaller-hooks-contrib==2024.8
291291
# via pyinstaller
292292
pyopengl==3.1.7
293293
# via napari
@@ -430,11 +430,11 @@ superqt==0.6.7
430430
# partseg (pyproject.toml)
431431
# magicgui
432432
# napari
433-
sympy==1.13.1
433+
sympy==1.13.2
434434
# via partseg (pyproject.toml)
435435
tabulate==0.9.0
436436
# via numpydoc
437-
tifffile==2024.7.24
437+
tifffile==2024.8.10
438438
# via
439439
# partseg (pyproject.toml)
440440
# czifile
@@ -498,5 +498,5 @@ xlrd==2.0.1
498498
# via partseg (pyproject.toml)
499499
xlsxwriter==3.2.0
500500
# via partseg (pyproject.toml)
501-
zipp==3.19.2
501+
zipp==3.20.0
502502
# via importlib-metadata

requirements/constraints_py3.12.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local-migrator==0.1.10
133133
# nme
134134
locket==1.0.0
135135
# via partd
136-
lxml==5.2.2
136+
lxml==5.3.0
137137
# via
138138
# partseg (pyproject.toml)
139139
# lxml-html-clean
@@ -193,7 +193,7 @@ numpy==2.0.1
193193
# scipy
194194
# tifffile
195195
# vispy
196-
numpydoc==1.7.0
196+
numpydoc==1.8.0
197197
# via napari
198198
oiffile==2024.5.24
199199
# via partseg (pyproject.toml)
@@ -286,9 +286,9 @@ pygments==2.18.0
286286
# rich
287287
# sphinx
288288
# superqt
289-
pyinstaller==6.9.0
289+
pyinstaller==6.10.0
290290
# via partseg (pyproject.toml)
291-
pyinstaller-hooks-contrib==2024.7
291+
pyinstaller-hooks-contrib==2024.8
292292
# via pyinstaller
293293
pyopengl==3.1.7
294294
# via napari
@@ -430,11 +430,11 @@ superqt==0.6.7
430430
# partseg (pyproject.toml)
431431
# magicgui
432432
# napari
433-
sympy==1.13.1
433+
sympy==1.13.2
434434
# via partseg (pyproject.toml)
435435
tabulate==0.9.0
436436
# via numpydoc
437-
tifffile==2024.7.24
437+
tifffile==2024.8.10
438438
# via
439439
# partseg (pyproject.toml)
440440
# czifile

requirements/constraints_py3.12_pydantic_1.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ local-migrator==0.1.10
131131
# nme
132132
locket==1.0.0
133133
# via partd
134-
lxml==5.2.2
134+
lxml==5.3.0
135135
# via
136136
# partseg (pyproject.toml)
137137
# lxml-html-clean
@@ -191,7 +191,7 @@ numpy==2.0.1
191191
# scipy
192192
# tifffile
193193
# vispy
194-
numpydoc==1.7.0
194+
numpydoc==1.8.0
195195
# via napari
196196
oiffile==2024.5.24
197197
# via partseg (pyproject.toml)
@@ -283,9 +283,9 @@ pygments==2.18.0
283283
# rich
284284
# sphinx
285285
# superqt
286-
pyinstaller==6.9.0
286+
pyinstaller==6.10.0
287287
# via partseg (pyproject.toml)
288-
pyinstaller-hooks-contrib==2024.7
288+
pyinstaller-hooks-contrib==2024.8
289289
# via pyinstaller
290290
pyopengl==3.1.7
291291
# via napari
@@ -427,11 +427,11 @@ superqt==0.6.7
427427
# partseg (pyproject.toml)
428428
# magicgui
429429
# napari
430-
sympy==1.13.1
430+
sympy==1.13.2
431431
# via partseg (pyproject.toml)
432432
tabulate==0.9.0
433433
# via numpydoc
434-
tifffile==2024.7.24
434+
tifffile==2024.8.10
435435
# via
436436
# partseg (pyproject.toml)
437437
# czifile

requirements/constraints_py3.8.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ local-migrator==0.1.10
145145
# nme
146146
locket==1.0.0
147147
# via partd
148-
lxml==5.2.2
148+
lxml==5.3.0
149149
# via
150150
# partseg (pyproject.toml)
151151
# lxml-html-clean
@@ -243,6 +243,8 @@ partsegcore-compiled-backend==0.15.1
243243
# via partseg (pyproject.toml)
244244
partsegdata==0.10.0
245245
# via partseg (pyproject.toml)
246+
pathlib2==2.3.7.post1
247+
# via pickleshare
246248
pexpect==4.9.0
247249
# via ipython
248250
pickleshare==0.7.5
@@ -305,9 +307,9 @@ pygments==2.18.0
305307
# rich
306308
# sphinx
307309
# superqt
308-
pyinstaller==6.9.0
310+
pyinstaller==6.10.0
309311
# via partseg (pyproject.toml)
310-
pyinstaller-hooks-contrib==2024.7
312+
pyinstaller-hooks-contrib==2024.8
311313
# via pyinstaller
312314
pyopengl==3.1.7
313315
# via napari
@@ -428,6 +430,7 @@ six==1.16.0
428430
# via
429431
# partseg (pyproject.toml)
430432
# asttokens
433+
# pathlib2
431434
# python-dateutil
432435
snowballstemmer==2.2.0
433436
# via sphinx
@@ -452,7 +455,7 @@ superqt==0.6.7
452455
# partseg (pyproject.toml)
453456
# magicgui
454457
# napari
455-
sympy==1.13.1
458+
sympy==1.13.2
456459
# via partseg (pyproject.toml)
457460
tabulate==0.9.0
458461
# via numpydoc
@@ -526,7 +529,7 @@ xlrd==2.0.1
526529
# via partseg (pyproject.toml)
527530
xlsxwriter==3.2.0
528531
# via partseg (pyproject.toml)
529-
zipp==3.19.2
532+
zipp==3.20.0
530533
# via
531534
# importlib-metadata
532535
# importlib-resources

0 commit comments

Comments
 (0)