-
Notifications
You must be signed in to change notification settings - Fork 10
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: imageio
, magicgui
, xlsxwriter
#1030
Conversation
WalkthroughThe proposed changes primarily involve updates to package versions across different Python environments. These updates may introduce new features, performance improvements, or bug fixes. The changes are consistent across Python 3.8, 3.9, 3.10, and 3.11 environments, with additional dependencies added in some cases. Changes
TipsChat with CodeRabbit Bot (
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (4)
- requirements/constraints_py3.10.txt (12 hunks)
- requirements/constraints_py3.11.txt (12 hunks)
- requirements/constraints_py3.8.txt (11 hunks)
- requirements/constraints_py3.9.txt (10 hunks)
Files skipped from review due to trivial changes (2)
- requirements/constraints_py3.11.txt
- requirements/constraints_py3.8.txt
Additional comments (Suppressed): 26
requirements/constraints_py3.9.txt (12)
37-37: The version of
charset-normalizer
has been updated from3.3.0
to3.3.1
. Ensure that this update does not introduce any breaking changes or incompatibilities.43-43: The version of
cloudpickle
has been updated from2.2.1
to3.0.0
. This is a major version update, so make sure to verify that all functionalities relying on this package still work as expected.79-79: The version of
fsspec
has been updated from2023.9.2
to2023.10.0
. Ensure that this update does not introduce any breaking changes or incompatibilities.91-91: The version of
imageio
has been updated from2.31.5
to2.31.6
. Ensure that this update does not introduce any breaking changes or incompatibilities.156-156: The version of
magicgui
has been updated from0.7.3
to0.8.0
. This is a minor version update, so make sure to verify that all functionalities relying on this package still work as expected.178-178: The version of
napari-console
has been updated from0.0.8
to0.0.9
. Ensure that this update does not introduce any breaking changes or incompatibilities.188-188: The version of
networkx
has been updated from3.1
to3.2
. Ensure that this update does not introduce any breaking changes or incompatibilities.192-192: The version of
npe2
has been updated from0.7.2
to0.7.3
. Ensure that this update does not introduce any breaking changes or incompatibilities.252-252: The version of
pillow
has been downgraded from10.1.0
to10.0.1
. Make sure that this downgrade does not remove any features or functionalities that the project relies on.284-285: The new package
pyconify
version0.1.5
has been added. Ensure that this new dependency does not conflict with existing ones and is compatible with the current project setup.508-508: The version of
urllib3
has been updated from2.0.6
to2.0.7
. Ensure that this update does not introduce any breaking changes or incompatibilities.523-523: The version of
xlsxwriter
has been updated from3.1.8
to3.1.9
. Ensure that this update does not introduce any breaking changes or incompatibilities.requirements/constraints_py3.10.txt (14)
37-37: The version of
charset-normalizer
has been updated from 3.3.0 to 3.3.1. Ensure that this update does not introduce any breaking changes or incompatibilities.43-43: The version of
cloudpickle
has been updated from 2.2.1 to 3.0.0. Verify that this major version update does not introduce any breaking changes or incompatibilities.79-79: The version of
fsspec
has been updated from 2023.9.2 to 2023.10.0. Ensure that this update does not introduce any breaking changes or incompatibilities.91-91: The version of
imageio
has been updated from 2.31.5 to 2.31.6. Ensure that this update does not introduce any breaking changes or incompatibilities.151-151: The version of
magicgui
has been updated from 0.7.3 to 0.8.0. Verify that this major version update does not introduce any breaking changes or incompatibilities.173-173: The version of
napari-console
has been updated from 0.0.8 to 0.0.9. Ensure that this update does not introduce any breaking changes or incompatibilities.183-183: The version of
networkx
has been updated from 3.1 to 3.2. Ensure that this update does not introduce any breaking changes or incompatibilities.187-187: The version of
npe2
has been updated from 0.7.2 to 0.7.3. Ensure that this update does not introduce any breaking changes or incompatibilities.247-247: The version of
pillow
has been downgraded from 10.1.0 to 10.0.1. Verify that this downgrade does not introduce any breaking changes or incompatibilities.279-280: A new package
pyconify
version 0.1.5 has been added. Ensure that this new package does not introduce any breaking changes or incompatibilities.327-327: The version of
pyside6
has been updated from 6.5.3 to 6.6.0. Verify that this major version update does not introduce any breaking changes or incompatibilities.411-411: The version of
shiboken6
has been updated from 6.5.3 to 6.6.0. Verify that this major version update does not introduce any breaking changes or incompatibilities.502-502: The version of
urllib3
has been updated from 2.0.6 to 2.0.7. Ensure that this update does not introduce any breaking changes or incompatibilities.517-517: The version of
xlsxwriter
has been updated from 3.1.8 to 3.1.9. Ensure that this update does not introduce any breaking changes or incompatibilities.
This PR is automatically created and updated by PartSeg GitHub
action cron to keep bundle dependencies modules up to date.
The updated packages are:
Summary by CodeRabbit
charset-normalizer
,cloudpickle
,fsspec
,imageio
,magicgui
,napari-console
,networkx
,npe2
,pillow
,pyside6
,requests
,shiboken6
,urllib3
, andxlsxwriter
.pyconify
package to Python 3.11 and 3.8 environments, expanding the toolset available for users.numpy
,scipy
,matplotlib
,pandas
,dask
,scikit-image
, andnapari
to ensure compatibility and optimal performance.Please note, these changes may alter the functionality and compatibility of the software. Users are encouraged to review their workflows in light of these updates.