Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: [Automatic] Dependency upgrades: ipykernel, requests, sentry, xlsxwriter #884

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 21 additions & 23 deletions requirements/requirements_pyinstaller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=pyinstaller --output-file=requirements/requirements_pyinstaller.txt setup.cfg
#
alabaster==0.7.12
alabaster==0.7.13
# via sphinx
altgraph==0.17.3
# via pyinstaller
Expand All @@ -23,7 +23,7 @@ babel==2.11.0
# via sphinx
backcall==0.2.0
# via ipython
build==0.9.0
build==0.10.0
# via npe2
cachey==0.2.1
# via napari
Expand All @@ -32,7 +32,7 @@ certifi==2022.12.7
# napari
# requests
# sentry-sdk
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via
Expand All @@ -46,7 +46,7 @@ commonmark==0.9.1
# via rich
czifile==2019.7.2
# via PartSeg (setup.cfg)
dask[array]==2022.12.1
dask[array]==2023.1.0
# via napari
debugpy==1.6.5
# via ipykernel
Expand Down Expand Up @@ -90,7 +90,7 @@ importlib-metadata==6.0.0
# via sphinx
in-n-out==0.1.6
# via app-model
ipykernel==6.19.4
ipykernel==6.20.1
# via
# PartSeg (setup.cfg)
# napari-console
Expand All @@ -110,11 +110,11 @@ jinja2==3.1.2
# sphinx
jsonschema==4.17.3
# via napari
jupyter-client==7.4.8
jupyter-client==7.4.9
# via
# ipykernel
# qtconsole
jupyter-core==5.1.2
jupyter-core==5.1.3
# via
# jupyter-client
# qtconsole
Expand Down Expand Up @@ -157,7 +157,7 @@ networkx==3.0
# via scikit-image
nme==0.1.6
# via PartSeg (setup.cfg)
npe2==0.6.1
npe2==0.6.2
# via napari
numpy==1.24.1
# via
Expand Down Expand Up @@ -207,8 +207,6 @@ partsegcore-compiled-backend==0.15.0
# via PartSeg (setup.cfg)
partsegdata==0.10.0
# via PartSeg (setup.cfg)
pep517==0.13.0
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
Expand Down Expand Up @@ -256,12 +254,14 @@ pygments==2.14.0
# superqt
pyinstaller==5.7.0
# via PartSeg (setup.cfg)
pyinstaller-hooks-contrib==2022.14
pyinstaller-hooks-contrib==2022.15
# via pyinstaller
pyopengl==3.1.6
# via napari
pyopengl-accelerate==3.1.6
# via PartSeg (setup.cfg)
pyproject-hooks==1.0.0
# via build
pyqt5==5.15.7
# via PartSeg (setup.cfg)
pyqt5-qt5==5.15.2
Expand All @@ -276,7 +276,7 @@ python-dateutil==2.8.2
# pandas
pytomlpp==1.0.11
# via npe2
pytz==2022.7
pytz==2022.7.1
# via
# babel
# pandas
Expand All @@ -287,7 +287,7 @@ pyyaml==6.0
# dask
# napari
# npe2
pyzmq==24.0.1
pyzmq==25.0.0
# via
# ipykernel
# jupyter-client
Expand All @@ -307,11 +307,11 @@ qtpy==2.3.0
# qtawesome
# qtconsole
# superqt
requests==2.28.1
requests==2.28.2
# via
# PartSeg (setup.cfg)
# sphinx
rich==13.0.1
rich==13.1.0
# via npe2
scikit-image==0.19.3
# via napari
Expand All @@ -320,7 +320,7 @@ scipy==1.10.0
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.12.1
sentry-sdk==1.13.0
# via PartSeg (setup.cfg)
simpleitk==2.2.1
# via PartSeg (setup.cfg)
Expand Down Expand Up @@ -364,9 +364,7 @@ tifffile==2022.10.10
# oiffile
# scikit-image
tomli==2.0.1
# via
# build
# pep517
# via build
toolz==0.12.0
# via
# dask
Expand All @@ -380,7 +378,7 @@ tqdm==4.64.1
# via napari
traceback-with-variables==2.0.4
# via PartSeg (setup.cfg)
traitlets==5.8.0
traitlets==5.8.1
# via
# comm
# ipykernel
Expand All @@ -399,7 +397,7 @@ typing-extensions==4.4.0
# psygnal
# pydantic
# superqt
urllib3==1.26.13
urllib3==1.26.14
# via
# requests
# sentry-sdk
Expand All @@ -408,13 +406,13 @@ vispy==0.11.0
# PartSeg (setup.cfg)
# napari
# napari-svg
wcwidth==0.2.5
wcwidth==0.2.6
# via prompt-toolkit
wrapt==1.14.1
# via napari
xlrd==2.0.1
# via PartSeg (setup.cfg)
xlsxwriter==3.0.6
xlsxwriter==3.0.7
# via PartSeg (setup.cfg)
zipp==3.11.0
# via importlib-metadata
Expand Down