Skip to content

Commit

Permalink
Update bundle dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki authored Jan 15, 2024
1 parent 41ffcfe commit e112d71
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 74 deletions.
45 changes: 24 additions & 21 deletions requirements/constraints_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --extra=pyinstaller --extra=pyqt5 --extra=pyqt6 --extra=pyside2 --extra=pyside6 --extra=test --output-file=requirements/constraints_py3.10.txt --strip-extras requirements/version_denylist.txt setup.cfg
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
altgraph==0.17.4
# via pyinstaller
Expand Down Expand Up @@ -40,13 +40,13 @@ click==8.1.7
# typer
cloudpickle==3.0.0
# via dask
comm==0.2.0
comm==0.2.1
# via ipykernel
coverage==7.4.0
# via PartSeg (setup.cfg)
czifile==2019.7.2
# via PartSeg (setup.cfg)
dask==2023.12.1
dask==2024.1.0
# via
# dask
# napari
Expand Down Expand Up @@ -104,14 +104,14 @@ ipykernel==6.28.0
# PartSeg (setup.cfg)
# napari-console
# qtconsole
ipython==8.19.0
ipython==8.20.0
# via
# PartSeg (setup.cfg)
# ipykernel
# napari-console
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# numpydoc
# sphinx
Expand All @@ -123,7 +123,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# qtconsole
jupyter-core==5.5.1
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand All @@ -140,7 +140,7 @@ local-migrator==0.1.9
# nme
locket==1.0.0
# via partd
lxml==5.0.0
lxml==5.1.0
# via PartSeg (setup.cfg)
magicgui==0.8.1
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ npe2==0.7.3
# via
# -r requirements/version_denylist.txt
# napari
numpy==1.26.2
numpy==1.26.3
# via
# PartSeg (setup.cfg)
# czifile
Expand Down Expand Up @@ -215,6 +215,7 @@ packaging==23.2
# local-migrator
# pooch
# pyinstaller
# pyinstaller-hooks-contrib
# pytest
# qtconsole
# qtpy
Expand All @@ -236,7 +237,7 @@ partsegdata==0.10.0
# via PartSeg (setup.cfg)
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via
# imageio
# napari
Expand Down Expand Up @@ -291,7 +292,7 @@ pygments==2.17.2
# superqt
pyinstaller==6.3.0
# via PartSeg (setup.cfg)
pyinstaller-hooks-contrib==2023.11
pyinstaller-hooks-contrib==2023.12
# via pyinstaller
pyopengl==3.1.7
# via napari
Expand Down Expand Up @@ -369,7 +370,7 @@ qtpy==2.4.1
# qtawesome
# qtconsole
# superqt
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -381,7 +382,7 @@ requests==2.31.0
# sphinx
rich==13.7.0
# via npe2
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand All @@ -394,7 +395,7 @@ scipy==1.11.4
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.39.1
sentry-sdk==1.39.2
# via
# -r requirements/version_denylist.txt
# PartSeg (setup.cfg)
Expand All @@ -418,17 +419,17 @@ sphinx==4.5.0
# via
# napari
# numpydoc
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -467,7 +468,7 @@ tqdm==4.66.1
# via napari
traceback-with-variables==2.0.4
# via PartSeg (setup.cfg)
traitlets==5.14.0
traitlets==5.14.1
# via
# comm
# ipykernel
Expand Down Expand Up @@ -499,7 +500,7 @@ vispy==0.12.2
# PartSeg (setup.cfg)
# napari
# napari-svg
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
wrapt==1.16.0
# via napari
Expand All @@ -512,4 +513,6 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
# via pyinstaller
# via
# pyinstaller
# pyinstaller-hooks-contrib
45 changes: 24 additions & 21 deletions requirements/constraints_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --extra=pyinstaller --extra=pyqt5 --extra=pyqt6 --extra=pyside2 --extra=pyside6 --extra=test --output-file=requirements/constraints_py3.11.txt --strip-extras requirements/version_denylist.txt setup.cfg
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
altgraph==0.17.4
# via pyinstaller
Expand Down Expand Up @@ -40,13 +40,13 @@ click==8.1.7
# typer
cloudpickle==3.0.0
# via dask
comm==0.2.0
comm==0.2.1
# via ipykernel
coverage==7.4.0
# via PartSeg (setup.cfg)
czifile==2019.7.2
# via PartSeg (setup.cfg)
dask==2023.12.1
dask==2024.1.0
# via
# dask
# napari
Expand Down Expand Up @@ -100,14 +100,14 @@ ipykernel==6.28.0
# PartSeg (setup.cfg)
# napari-console
# qtconsole
ipython==8.19.0
ipython==8.20.0
# via
# PartSeg (setup.cfg)
# ipykernel
# napari-console
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# numpydoc
# sphinx
Expand All @@ -119,7 +119,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# qtconsole
jupyter-core==5.5.1
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand All @@ -136,7 +136,7 @@ local-migrator==0.1.9
# nme
locket==1.0.0
# via partd
lxml==5.0.0
lxml==5.1.0
# via PartSeg (setup.cfg)
magicgui==0.8.1
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ npe2==0.7.3
# via
# -r requirements/version_denylist.txt
# napari
numpy==1.26.2
numpy==1.26.3
# via
# PartSeg (setup.cfg)
# czifile
Expand Down Expand Up @@ -211,6 +211,7 @@ packaging==23.2
# local-migrator
# pooch
# pyinstaller
# pyinstaller-hooks-contrib
# pytest
# qtconsole
# qtpy
Expand All @@ -232,7 +233,7 @@ partsegdata==0.10.0
# via PartSeg (setup.cfg)
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via
# imageio
# napari
Expand Down Expand Up @@ -287,7 +288,7 @@ pygments==2.17.2
# superqt
pyinstaller==6.3.0
# via PartSeg (setup.cfg)
pyinstaller-hooks-contrib==2023.11
pyinstaller-hooks-contrib==2023.12
# via pyinstaller
pyopengl==3.1.7
# via napari
Expand Down Expand Up @@ -365,7 +366,7 @@ qtpy==2.4.1
# qtawesome
# qtconsole
# superqt
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -377,7 +378,7 @@ requests==2.31.0
# sphinx
rich==13.7.0
# via npe2
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand All @@ -390,7 +391,7 @@ scipy==1.11.4
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.39.1
sentry-sdk==1.39.2
# via
# -r requirements/version_denylist.txt
# PartSeg (setup.cfg)
Expand All @@ -414,17 +415,17 @@ sphinx==4.5.0
# via
# napari
# numpydoc
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -457,7 +458,7 @@ tqdm==4.66.1
# via napari
traceback-with-variables==2.0.4
# via PartSeg (setup.cfg)
traitlets==5.14.0
traitlets==5.14.1
# via
# comm
# ipykernel
Expand Down Expand Up @@ -489,7 +490,7 @@ vispy==0.12.2
# PartSeg (setup.cfg)
# napari
# napari-svg
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
wrapt==1.16.0
# via napari
Expand All @@ -502,4 +503,6 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
# via pyinstaller
# via
# pyinstaller
# pyinstaller-hooks-contrib
Loading

0 comments on commit e112d71

Please sign in to comment.