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

test: [Automatic] Constraints upgrades: imagecodecs, pandas, pydantic, sentry-sdk, sympy, tifffile #1190

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
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
40 changes: 19 additions & 21 deletions requirements/constraints_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage==7.6.1
# via partseg (pyproject.toml)
czifile==2019.7.2
# via partseg (pyproject.toml)
dask==2024.8.2
dask==2024.9.0
# via napari
debugpy==1.8.5
# via ipykernel
Expand Down Expand Up @@ -81,9 +81,9 @@ heapdict==1.0.1
# via cachey
hsluv==5.0.4
# via vispy
idna==3.8
idna==3.10
# via requests
imagecodecs==2024.6.1
imagecodecs==2024.9.22
# via partseg (pyproject.toml)
imageio==2.35.1
# via
Expand All @@ -94,7 +94,7 @@ imageio==2.35.1
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# build
# dask
Expand All @@ -120,7 +120,7 @@ jsonschema==4.23.0
# via napari
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.2
jupyter-client==8.6.3
# via
# ipykernel
# qtconsole
Expand Down Expand Up @@ -224,7 +224,7 @@ packaging==24.1
# scikit-image
# sphinx
# vispy
pandas==2.2.2
pandas==2.2.3
# via
# partseg (pyproject.toml)
# napari
Expand All @@ -245,7 +245,7 @@ pillow==10.4.0
# scikit-image
pint==0.24.3
# via napari
platformdirs==4.3.2
platformdirs==4.3.6
# via
# jupyter-core
# pooch
Expand Down Expand Up @@ -274,7 +274,7 @@ pure-eval==0.2.3
# via stack-data
pyconify==0.1.6
# via superqt
pydantic==2.9.0
pydantic==2.9.2
# via
# partseg (pyproject.toml)
# app-model
Expand All @@ -283,7 +283,7 @@ pydantic==2.9.0
# pydantic-compat
pydantic-compat==0.1.2
# via app-model
pydantic-core==2.23.2
pydantic-core==2.23.4
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -326,7 +326,7 @@ pyside6-essentials==6.4.2
# via
# pyside6
# pyside6-addons
pytest==8.3.2
pytest==8.3.3
# via
# partseg (pyproject.toml)
# pytest-qt
Expand All @@ -339,7 +339,7 @@ python-dateutil==2.9.0.post0
# via
# jupyter-client
# pandas
pytz==2024.1
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -375,7 +375,7 @@ requests==2.32.3
# pooch
# pyconify
# sphinx
rich==13.8.0
rich==13.8.1
# via
# npe2
# typer
Expand All @@ -392,11 +392,11 @@ scipy==1.14.1
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
setuptools==74.1.2
setuptools==75.1.0
# via
# pyinstaller
# pyinstaller-hooks-contrib
Expand Down Expand Up @@ -439,11 +439,11 @@ superqt==0.6.7
# partseg (pyproject.toml)
# magicgui
# napari
sympy==1.13.2
sympy==1.13.3
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.8.30
tifffile==2024.9.20
# via
# partseg (pyproject.toml)
# czifile
Expand Down Expand Up @@ -497,10 +497,8 @@ typing-extensions==4.12.2
# superqt
# typer
tzdata==2024.1
# via
# pandas
# pydantic
urllib3==2.2.2
# via pandas
urllib3==2.2.3
# via
# requests
# sentry-sdk
Expand All @@ -517,5 +515,5 @@ xlrd==2.0.1
# via partseg (pyproject.toml)
xlsxwriter==3.2.0
# via partseg (pyproject.toml)
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
32 changes: 16 additions & 16 deletions requirements/constraints_py3.10_pydantic_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ coverage==7.6.1
# via partseg (pyproject.toml)
czifile==2019.7.2
# via partseg (pyproject.toml)
dask==2024.8.2
dask==2024.9.0
# via napari
debugpy==1.8.5
# via ipykernel
Expand Down Expand Up @@ -79,9 +79,9 @@ heapdict==1.0.1
# via cachey
hsluv==5.0.4
# via vispy
idna==3.8
idna==3.10
# via requests
imagecodecs==2024.6.1
imagecodecs==2024.9.22
# via partseg (pyproject.toml)
imageio==2.35.1
# via
Expand All @@ -92,7 +92,7 @@ imageio==2.35.1
# scikit-image
imagesize==1.4.1
# via sphinx
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# build
# dask
Expand All @@ -118,7 +118,7 @@ jsonschema==4.23.0
# via napari
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.2
jupyter-client==8.6.3
# via
# ipykernel
# qtconsole
Expand Down Expand Up @@ -222,7 +222,7 @@ packaging==24.1
# scikit-image
# sphinx
# vispy
pandas==2.2.2
pandas==2.2.3
# via
# partseg (pyproject.toml)
# napari
Expand All @@ -243,7 +243,7 @@ pillow==10.4.0
# scikit-image
pint==0.24.3
# via napari
platformdirs==4.3.2
platformdirs==4.3.6
# via
# jupyter-core
# pooch
Expand Down Expand Up @@ -323,7 +323,7 @@ pyside6-essentials==6.4.2
# via
# pyside6
# pyside6-addons
pytest==8.3.2
pytest==8.3.3
# via
# partseg (pyproject.toml)
# pytest-qt
Expand All @@ -336,7 +336,7 @@ python-dateutil==2.9.0.post0
# via
# jupyter-client
# pandas
pytz==2024.1
pytz==2024.2
# via pandas
pyyaml==6.0.2
# via
Expand Down Expand Up @@ -372,7 +372,7 @@ requests==2.32.3
# pooch
# pyconify
# sphinx
rich==13.8.0
rich==13.8.1
# via
# npe2
# typer
Expand All @@ -389,11 +389,11 @@ scipy==1.14.1
# partseg (pyproject.toml)
# napari
# scikit-image
sentry-sdk==2.13.0
sentry-sdk==2.14.0
# via
# -r requirements/version_denylist.txt
# partseg (pyproject.toml)
setuptools==74.1.2
setuptools==75.1.0
# via
# pyinstaller
# pyinstaller-hooks-contrib
Expand Down Expand Up @@ -436,11 +436,11 @@ superqt==0.6.7
# partseg (pyproject.toml)
# magicgui
# napari
sympy==1.13.2
sympy==1.13.3
# via partseg (pyproject.toml)
tabulate==0.9.0
# via numpydoc
tifffile==2024.8.30
tifffile==2024.9.20
# via
# partseg (pyproject.toml)
# czifile
Expand Down Expand Up @@ -494,7 +494,7 @@ typing-extensions==4.12.2
# typer
tzdata==2024.1
# via pandas
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# sentry-sdk
Expand All @@ -511,5 +511,5 @@ xlrd==2.0.1
# via partseg (pyproject.toml)
xlsxwriter==3.2.0
# via partseg (pyproject.toml)
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata
Loading
Loading