Skip to content

Commit

Permalink
test: [Automatic] Constraints upgrades: sentry-sdk, xlsxwriter (#959
Browse files Browse the repository at this point in the history
)

This PR is automatically created and updated by PartSeg GitHub
action cron to keep bundle dependencies modules up to date.

The updated packages are:

 * sentry-sdk
 * setuptools
 * xlsxwriter

Co-authored-by: Czaki <Czaki@users.noreply.github.com>
  • Loading branch information
Czaki and Czaki authored May 22, 2023
1 parent d62fcc4 commit dbd57dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions requirements/constraints_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ scipy==1.10.1
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.23.0
sentry-sdk==1.23.1
# via PartSeg (setup.cfg)
shiboken2==5.15.2.1
# via pyside2
Expand Down Expand Up @@ -485,11 +485,11 @@ wrapt==1.15.0
# via napari
xlrd==2.0.1
# via PartSeg (setup.cfg)
xlsxwriter==3.1.0
xlsxwriter==3.1.1
# via PartSeg (setup.cfg)
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
setuptools==67.8.0
# via pyinstaller
6 changes: 3 additions & 3 deletions requirements/constraints_py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ scipy==1.9.1
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.23.0
sentry-sdk==1.23.1
# via PartSeg (setup.cfg)
shiboken2==5.15.2.1
# via pyside2
Expand Down Expand Up @@ -496,13 +496,13 @@ wrapt==1.15.0
# via napari
xlrd==2.0.1
# via PartSeg (setup.cfg)
xlsxwriter==3.1.0
xlsxwriter==3.1.1
# via PartSeg (setup.cfg)
zipp==3.15.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
setuptools==67.8.0
# via pyinstaller
6 changes: 3 additions & 3 deletions requirements/constraints_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ scipy==1.9.1
# PartSeg (setup.cfg)
# napari
# scikit-image
sentry-sdk==1.23.0
sentry-sdk==1.23.1
# via PartSeg (setup.cfg)
shiboken2==5.15.2.1
# via pyside2
Expand Down Expand Up @@ -489,11 +489,11 @@ wrapt==1.15.0
# via napari
xlrd==2.0.1
# via PartSeg (setup.cfg)
xlsxwriter==3.1.0
xlsxwriter==3.1.1
# via PartSeg (setup.cfg)
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
setuptools==67.8.0
# via pyinstaller

0 comments on commit dbd57dd

Please sign in to comment.