Skip to content

Commit 9677e32

Browse files
committed
bump traitlets, pillow, pytest to latest
1 parent de40e84 commit 9677e32

3 files changed

Lines changed: 81 additions & 70 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ dependencies = [
3838
"numpy==2.4.6",
3939
"ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching.git@main",
4040
"pandas>=2.2,<3",
41-
"pillow==11",
41+
"pillow==12.2.0",
4242
"pooch>=1.8.2",
4343
"pynapple>=0.9.2",
4444
"pynwb>3",
45-
"pytest==8.3.5",
45+
"pytest==9.1.1",
4646
"pytest-xdist==3.5.0",
4747
"quantities==0.16.4",
4848
"remfile==0.1.10",
@@ -57,7 +57,7 @@ dependencies = [
5757
"tensortools==0.4",
5858
"torch==2.12.1",
5959
"tqdm==4.68.3",
60-
"traitlets==5.6.0",
60+
"traitlets==5.15.1",
6161
"umap-learn>=0.5.11",
6262
"zarr==2.18.3",
6363
]
@@ -67,7 +67,7 @@ dev = [
6767
"markupsafe==3.0.3",
6868
"mystmd",
6969
"nbmake==1.5.5",
70-
"pytest==8.3.5",
70+
"pytest==9.1.1",
7171
"pytest-xdist==3.5.0",
7272
]
7373

requirements-ci.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ itk-numerics==5.4.5
256256
# via
257257
# itk-filtering
258258
# itkwidgets
259-
itkwidgets==0.32.6
259+
itkwidgets==0.32.4
260260
# via
261261
# ccfwidget
262262
# openscope-databook
@@ -453,7 +453,6 @@ nodeenv==1.9.1
453453
# via mystmd
454454
notebook==6.4.13
455455
# via
456-
# itkwidgets
457456
# jupyter
458457
# widgetsnbextension
459458
numba==0.63.1
@@ -623,7 +622,7 @@ patsy==1.0.2
623622
# via statsmodels
624623
pexpect==4.9.0 ; sys_platform != 'win32'
625624
# via ipython
626-
pillow==11.0.0
625+
pillow==12.2.0
627626
# via
628627
# imageio
629628
# ipympl
@@ -684,6 +683,7 @@ pygments==2.19.2
684683
# jupyter-console
685684
# nbconvert
686685
# nbmake
686+
# pytest
687687
# qtconsole
688688
# rich
689689
pynapple==0.10.3
@@ -705,7 +705,7 @@ pyparsing==3.3.2
705705
# via matplotlib
706706
pypdf2==3.0.1
707707
# via ophys-nway-matching
708-
pytest==8.3.5
708+
pytest==9.1.1
709709
# via
710710
# nbmake
711711
# openscope-databook
@@ -908,13 +908,12 @@ tqdm==4.68.3
908908
# tensortools
909909
# umap-learn
910910
# zarr-checksum
911-
traitlets==5.6.0
911+
traitlets==5.15.1
912912
# via
913913
# ipykernel
914914
# ipympl
915915
# ipython
916916
# ipywidgets
917-
# itkwidgets
918917
# jupyter-client
919918
# jupyter-console
920919
# jupyter-core

0 commit comments

Comments
 (0)