Skip to content

Commit 94e976f

Browse files
authored
test: [Automatic] Constraints upgrades: czifile, h5py, ipython, qtawesome, sentry-sdk, tifffile, traceback-with-variables (#1247)
This PR is automatically created and updated by PartSeg GitHub action cron to keep bundle dependencies modules up to date. The updated packages are: * czifile * debugpy * decorator * fsspec * h5py * ipython * ipython-pygments-lexers * jinja2 * npe2 * pytest * qtawesome * roman-numerals-py * rpds-py * scikit-image * sentry-sdk * setuptools * sphinx * tifffile * traceback-with-variables * typer <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated numerous dependency versions across supported Python environments to improve stability, performance, and compatibility. - Introduced new packages that enhance tooling support (e.g., for improved syntax highlighting and documentation). - Replaced one dependency with an alternative to streamline functionality and bolster compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Czaki <3826210+Czaki@users.noreply.github.com>
1 parent d3fa325 commit 94e976f

9 files changed

Lines changed: 177 additions & 152 deletions

requirements/constraints_py3.10.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ comm==0.2.2
4242
# via ipykernel
4343
coverage==7.6.12
4444
# via partseg (pyproject.toml)
45-
czifile==2019.7.2
45+
czifile==2019.7.2.1
4646
# via partseg (pyproject.toml)
4747
dask==2025.2.0
4848
# via napari
49-
debugpy==1.8.12
49+
debugpy==1.8.13
5050
# via ipykernel
51-
decorator==5.1.1
51+
decorator==5.2.1
5252
# via ipython
5353
defusedxml==0.7.1
5454
# via partseg (pyproject.toml)
@@ -72,9 +72,9 @@ fonticon-fontawesome6==6.4.0
7272
# via partseg (pyproject.toml)
7373
freetype-py==2.5.1
7474
# via vispy
75-
fsspec==2025.2.0
75+
fsspec==2025.3.0
7676
# via dask
77-
h5py==3.12.1
77+
h5py==3.13.0
7878
# via partseg (pyproject.toml)
7979
heapdict==1.0.1
8080
# via cachey
@@ -106,14 +106,14 @@ ipykernel==6.29.5
106106
# partseg (pyproject.toml)
107107
# napari-console
108108
# qtconsole
109-
ipython==8.32.0
109+
ipython==8.34.0
110110
# via
111111
# partseg (pyproject.toml)
112112
# ipykernel
113113
# napari-console
114114
jedi==0.19.2
115115
# via ipython
116-
jinja2==3.1.5
116+
jinja2==3.1.6
117117
# via sphinx
118118
jsonschema==4.23.0
119119
# via napari
@@ -178,7 +178,7 @@ networkx==3.4.2
178178
# via scikit-image
179179
nme==0.1.8
180180
# via partseg (pyproject.toml)
181-
npe2==0.7.7
181+
npe2==0.7.8
182182
# via
183183
# -r requirements/version_denylist.txt
184184
# napari
@@ -326,7 +326,7 @@ pyside6-essentials==6.4.2
326326
# via
327327
# pyside6
328328
# pyside6-addons
329-
pytest==8.3.4
329+
pytest==8.3.5
330330
# via
331331
# partseg (pyproject.toml)
332332
# pytest-qt
@@ -350,7 +350,7 @@ pyzmq==26.2.1
350350
# via
351351
# ipykernel
352352
# jupyter-client
353-
qtawesome==1.3.1
353+
qtawesome==1.4.0
354354
# via partseg (pyproject.toml)
355355
qtconsole==5.6.1
356356
# via
@@ -379,11 +379,11 @@ rich==13.9.4
379379
# via
380380
# npe2
381381
# typer
382-
rpds-py==0.22.3
382+
rpds-py==0.23.1
383383
# via
384384
# jsonschema
385385
# referencing
386-
scikit-image==0.25.1
386+
scikit-image==0.25.2
387387
# via
388388
# partseg (pyproject.toml)
389389
# napari
@@ -392,11 +392,11 @@ scipy==1.15.2
392392
# partseg (pyproject.toml)
393393
# napari
394394
# scikit-image
395-
sentry-sdk==2.21.0
395+
sentry-sdk==2.22.0
396396
# via
397397
# -r requirements/version_denylist.txt
398398
# partseg (pyproject.toml)
399-
setuptools==75.8.0
399+
setuptools==76.0.0
400400
# via
401401
# pyinstaller
402402
# pyinstaller-hooks-contrib
@@ -442,7 +442,7 @@ sympy==1.13.3
442442
# via partseg (pyproject.toml)
443443
tabulate==0.9.0
444444
# via numpydoc
445-
tifffile==2025.1.10
445+
tifffile==2025.2.18
446446
# via
447447
# partseg (pyproject.toml)
448448
# czifile
@@ -469,7 +469,7 @@ tornado==6.4.2
469469
# jupyter-client
470470
tqdm==4.67.1
471471
# via napari
472-
traceback-with-variables==2.1.1
472+
traceback-with-variables==2.2.0
473473
# via partseg (pyproject.toml)
474474
traitlets==5.14.3
475475
# via
@@ -480,7 +480,7 @@ traitlets==5.14.3
480480
# jupyter-core
481481
# matplotlib-inline
482482
# qtconsole
483-
typer==0.15.1
483+
typer==0.15.2
484484
# via npe2
485485
typing-extensions==4.12.2
486486
# via

requirements/constraints_py3.10_pydantic_1.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ comm==0.2.2
4040
# via ipykernel
4141
coverage==7.6.12
4242
# via partseg (pyproject.toml)
43-
czifile==2019.7.2
43+
czifile==2019.7.2.1
4444
# via partseg (pyproject.toml)
4545
dask==2025.2.0
4646
# via napari
47-
debugpy==1.8.12
47+
debugpy==1.8.13
4848
# via ipykernel
49-
decorator==5.1.1
49+
decorator==5.2.1
5050
# via ipython
5151
defusedxml==0.7.1
5252
# via partseg (pyproject.toml)
@@ -70,9 +70,9 @@ fonticon-fontawesome6==6.4.0
7070
# via partseg (pyproject.toml)
7171
freetype-py==2.5.1
7272
# via vispy
73-
fsspec==2025.2.0
73+
fsspec==2025.3.0
7474
# via dask
75-
h5py==3.12.1
75+
h5py==3.13.0
7676
# via partseg (pyproject.toml)
7777
heapdict==1.0.1
7878
# via cachey
@@ -104,14 +104,14 @@ ipykernel==6.29.5
104104
# partseg (pyproject.toml)
105105
# napari-console
106106
# qtconsole
107-
ipython==8.32.0
107+
ipython==8.34.0
108108
# via
109109
# partseg (pyproject.toml)
110110
# ipykernel
111111
# napari-console
112112
jedi==0.19.2
113113
# via ipython
114-
jinja2==3.1.5
114+
jinja2==3.1.6
115115
# via sphinx
116116
jsonschema==4.23.0
117117
# via napari
@@ -176,7 +176,7 @@ networkx==3.4.2
176176
# via scikit-image
177177
nme==0.1.8
178178
# via partseg (pyproject.toml)
179-
npe2==0.7.7
179+
npe2==0.7.8
180180
# via
181181
# -r requirements/version_denylist.txt
182182
# napari
@@ -323,7 +323,7 @@ pyside6-essentials==6.4.2
323323
# via
324324
# pyside6
325325
# pyside6-addons
326-
pytest==8.3.4
326+
pytest==8.3.5
327327
# via
328328
# partseg (pyproject.toml)
329329
# pytest-qt
@@ -347,7 +347,7 @@ pyzmq==26.2.1
347347
# via
348348
# ipykernel
349349
# jupyter-client
350-
qtawesome==1.3.1
350+
qtawesome==1.4.0
351351
# via partseg (pyproject.toml)
352352
qtconsole==5.6.1
353353
# via
@@ -376,11 +376,11 @@ rich==13.9.4
376376
# via
377377
# npe2
378378
# typer
379-
rpds-py==0.22.3
379+
rpds-py==0.23.1
380380
# via
381381
# jsonschema
382382
# referencing
383-
scikit-image==0.25.1
383+
scikit-image==0.25.2
384384
# via
385385
# partseg (pyproject.toml)
386386
# napari
@@ -389,11 +389,11 @@ scipy==1.15.2
389389
# partseg (pyproject.toml)
390390
# napari
391391
# scikit-image
392-
sentry-sdk==2.21.0
392+
sentry-sdk==2.22.0
393393
# via
394394
# -r requirements/version_denylist.txt
395395
# partseg (pyproject.toml)
396-
setuptools==75.8.0
396+
setuptools==76.0.0
397397
# via
398398
# pyinstaller
399399
# pyinstaller-hooks-contrib
@@ -439,7 +439,7 @@ sympy==1.13.3
439439
# via partseg (pyproject.toml)
440440
tabulate==0.9.0
441441
# via numpydoc
442-
tifffile==2025.1.10
442+
tifffile==2025.2.18
443443
# via
444444
# partseg (pyproject.toml)
445445
# czifile
@@ -466,7 +466,7 @@ tornado==6.4.2
466466
# jupyter-client
467467
tqdm==4.67.1
468468
# via napari
469-
traceback-with-variables==2.1.1
469+
traceback-with-variables==2.2.0
470470
# via partseg (pyproject.toml)
471471
traitlets==5.14.3
472472
# via
@@ -477,7 +477,7 @@ traitlets==5.14.3
477477
# jupyter-core
478478
# matplotlib-inline
479479
# qtconsole
480-
typer==0.15.1
480+
typer==0.15.2
481481
# via npe2
482482
typing-extensions==4.12.2
483483
# via

0 commit comments

Comments
 (0)