-
Notifications
You must be signed in to change notification settings - Fork 11
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: napari
, sentry-sdk
, tifffile
#1169
Conversation
🧙 Sourcery has finished reviewing your pull request! Tips
|
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.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
WalkthroughThe recent updates enhance the project's dependency management by upgrading several libraries across multiple files, ensuring compatibility and improved functionality. Notable libraries such as Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Workflow
participant ConstraintManager
Developer->>Workflow: Specify napari version
Workflow->>ConstraintManager: Determine constraints
alt napari is 'latest'
ConstraintManager-->>Workflow: Set constraints path
else napari is not 'latest'
ConstraintManager-->>Workflow: Set constraints to empty
end
Workflow-->>Developer: Return workflow configuration
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (11)
- requirements/constraints_py3.10.txt (7 hunks)
- requirements/constraints_py3.10_pydantic_1.txt (7 hunks)
- requirements/constraints_py3.11.txt (7 hunks)
- requirements/constraints_py3.11_docs.txt (6 hunks)
- requirements/constraints_py3.11_pydantic_1.txt (7 hunks)
- requirements/constraints_py3.12.txt (6 hunks)
- requirements/constraints_py3.12_pydantic_1.txt (6 hunks)
- requirements/constraints_py3.8.txt (4 hunks)
- requirements/constraints_py3.8_pydantic_1.txt (4 hunks)
- requirements/constraints_py3.9.txt (7 hunks)
- requirements/constraints_py3.9_pydantic_1.txt (7 hunks)
Files skipped from review due to trivial changes (8)
- requirements/constraints_py3.10.txt
- requirements/constraints_py3.10_pydantic_1.txt
- requirements/constraints_py3.11_pydantic_1.txt
- requirements/constraints_py3.12.txt
- requirements/constraints_py3.8.txt
- requirements/constraints_py3.8_pydantic_1.txt
- requirements/constraints_py3.9.txt
- requirements/constraints_py3.9_pydantic_1.txt
Additional comments not posted (21)
requirements/constraints_py3.11_docs.txt (10)
93-93
: Approved: Updateimportlib-metadata
to version 8.2.0.This minor version update likely includes bug fixes and improvements.
154-154
: Approved: Updatenapari
to version 0.5.1.This minor version update likely includes bug fixes and improvements.
349-349
: Approved: Updaterpds-py
to version 0.19.1.This minor version update likely includes bug fixes and improvements.
360-360
: Approved: Updatesentry-sdk
to version 2.11.0.This minor version update likely includes bug fixes and improvements.
397-397
: Approved: Updatesphinxcontrib-htmlhelp
to version 2.1.0.This minor version update likely includes bug fixes and improvements.
416-416
: Approved: Updatetifffile
to version 2024.7.24.This minor version update likely includes bug fixes and improvements.
393-393
: Verify compatibility: Updatesphinxcontrib-applehelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
403-403
: Verify compatibility: Updatesphinxcontrib-serializinghtml
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
Verification successful
No issues found with updating
sphinxcontrib-serializinghtml
to version 2.0.0.The package does not appear to be directly referenced in the codebase, suggesting that the update should not introduce any breaking changes.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-serializinghtml` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-serializinghtml` in the codebase. Expect: No breaking changes. rg --type python -A 5 $'sphinxcontrib.serializinghtml'Length of output: 84
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-serializinghtml` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-serializinghtml` in the codebase. Expect: No breaking changes. rg 'sphinxcontrib\.serializinghtml' --glob '*.py' -A 5Length of output: 56
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-serializinghtml` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-serializinghtml` in the entire codebase. Expect: No breaking changes. rg 'sphinxcontrib\.serializinghtml' -A 5Length of output: 42
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-serializinghtml` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-serializinghtml` in common configuration files. Expect: No breaking changes. rg 'sphinxcontrib\.serializinghtml' --glob '*.{yml,yaml,json,ini,conf,md,rst}' -A 5Length of output: 85
401-401
: Verify compatibility: Updatesphinxcontrib-qthelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
395-395
: Verify compatibility: Updatesphinxcontrib-devhelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
Verification successful
Verify compatibility: Update
sphinxcontrib-devhelp
to version 2.0.0.The major version update to
sphinxcontrib-devhelp
2.0.0 does not introduce breaking changes based on the current codebase and its dependencies. Thesphinx
package and its extensions appear to be compatible with the new version.
- No direct references to
sphinxcontrib-devhelp
found in the codebase.sphinx
version 7.4.7 appears compatible withsphinxcontrib-devhelp
2.0.0.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-devhelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-devhelp` in the codebase. Expect: No breaking changes. rg --type python -A 5 $'sphinxcontrib.devhelp'Length of output: 76
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-devhelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-devhelp` in the codebase. Expect: No breaking changes. rg 'sphinxcontrib\.devhelp' -A 5Length of output: 34
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-devhelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-devhelp` in configuration files and documentation. Expect: No breaking changes. rg 'sphinxcontrib-devhelp' -A 5Length of output: 4291
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-devhelp` version 2.0.0 by checking for `sphinx` usage. # Test: Search for the usage of `sphinx` in the codebase. Expect: No breaking changes. rg 'sphinx' -A 5Length of output: 54999
requirements/constraints_py3.12_pydantic_1.txt (11)
158-158
: Approved: Updatenapari
to version 0.5.1.This minor version update likely includes bug fixes and improvements.
316-316
: Approved: Updatepytest
to version 8.3.2.This minor version update likely includes bug fixes and improvements.
370-370
: Approved: Updaterpds-py
to version 0.19.1.This minor version update likely includes bug fixes and improvements.
383-383
: Approved: Updatesentry-sdk
to version 2.11.0.This minor version update likely includes bug fixes and improvements.
387-387
: Approved: Updatesetuptools
to version 72.0.0.This minor version update likely includes bug fixes and improvements.
415-415
: Approved: Updatesphinxcontrib-htmlhelp
to version 2.1.0.This minor version update likely includes bug fixes and improvements.
434-434
: Approved: Updatetifffile
to version 2024.7.24.This minor version update likely includes bug fixes and improvements.
419-419
: Verify compatibility: Updatesphinxcontrib-qthelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
421-421
: Verify compatibility: Updatesphinxcontrib-serializinghtml
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
411-411
: Verify compatibility: Updatesphinxcontrib-applehelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
Verification successful
Verified compatibility: Update
sphinxcontrib-applehelp
to version 2.0.0.No direct usage of
sphinxcontrib.applehelp
was found in the codebase, indicating that updating to version 2.0.0 should not introduce breaking changes.
- No references to
sphinxcontrib.applehelp
were found in Python,.rst
,.conf
, or.cfg
files.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-applehelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-applehelp` in the codebase. Expect: No breaking changes. rg --type python -A 5 $'sphinxcontrib.applehelp'Length of output: 78
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-applehelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-applehelp` in the codebase. Expect: No breaking changes. rg --glob '*.py' -A 5 'sphinxcontrib.applehelp'Length of output: 47
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-applehelp` version 2.0.0. # Test: Search for the usage of `sphinxcontrib-applehelp` in reStructuredText and configuration files. Expect: No breaking changes. rg --glob '*.rst' -A 5 'sphinxcontrib.applehelp' rg --glob '*.conf' -A 5 'sphinxcontrib.applehelp' rg --glob '*.cfg' -A 5 'sphinxcontrib.applehelp'Length of output: 445
Script:
#!/bin/bash # Description: Verify compatibility with `sphinxcontrib-applehelp` version 2.0.0. # Step 1: List all `.rst`, `.conf`, and `.cfg` files to ensure they exist in the repository. fd --type f --extension rst fd --type f --extension conf fd --type f --extension cfg # Step 2: If files are found, search for the usage of `sphinxcontrib-applehelp` within those files. fd --type f --extension rst --exec rg 'sphinxcontrib.applehelp' -A 5 fd --type f --extension conf --exec rg 'sphinxcontrib.applehelp' -A 5 fd --type f --extension cfg --exec rg 'sphinxcontrib.applehelp' -A 5Length of output: 1192
413-413
: Verify compatibility: Updatesphinxcontrib-devhelp
to version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
.github/workflows/base_test_workflow.yml (1)
97-97
: The conditional expression forPIP_CONSTRAINT
may be incorrect.The syntax used for the conditional expression in GitHub Actions might not be valid. GitHub Actions expressions do not support the use of
&&
for logical operations in this context. Instead, consider using theif
conditional syntax provided by GitHub Actions.
- File:
.github/workflows/base_test_workflow.yml
- Line: 97
Update the expression to use the correct GitHub Actions syntax.
Analysis chain
Verify the conditional expression for
PIP_CONSTRAINT
.Ensure that the conditional expression correctly sets the
PIP_CONSTRAINT
variable. The syntax might not be valid in YAML.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the correctness of the conditional expression for `PIP_CONSTRAINT`. # Test: Search for the usage of `PIP_CONSTRAINT` and validate the syntax. rg --type yaml 'PIP_CONSTRAINT:'Length of output: 118
Script:
#!/bin/bash # Description: Verify the usage of `PIP_CONSTRAINT` in the `.github/workflows/base_test_workflow.yml` file. # Test: Search for the usage of `PIP_CONSTRAINT` in the specified file. rg --type yaml 'PIP_CONSTRAINT:' .github/workflows/base_test_workflow.ymlLength of output: 224
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/base_test_workflow.yml (1 hunks)
Additional comments not posted (1)
.github/workflows/base_test_workflow.yml (1)
98-98
: Verify the conditional expression forUV_CONSTRAINT
.Ensure that the conditional expression correctly sets the
UV_CONSTRAINT
variable. The syntax might not be valid in YAML.
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/base_test_workflow.yml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/base_test_workflow.yml
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- .github/workflows/base_test_workflow.yml (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- .github/workflows/base_test_workflow.yml
Quality Gate passedIssues Measures |
@coderabbitai full review |
Actions performedFull review triggered. |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (12)
- .github/workflows/base_test_workflow.yml (1 hunks)
- requirements/constraints_py3.10.txt (7 hunks)
- requirements/constraints_py3.10_pydantic_1.txt (7 hunks)
- requirements/constraints_py3.11.txt (7 hunks)
- requirements/constraints_py3.11_docs.txt (6 hunks)
- requirements/constraints_py3.11_pydantic_1.txt (7 hunks)
- requirements/constraints_py3.12.txt (6 hunks)
- requirements/constraints_py3.12_pydantic_1.txt (6 hunks)
- requirements/constraints_py3.8.txt (4 hunks)
- requirements/constraints_py3.8_pydantic_1.txt (4 hunks)
- requirements/constraints_py3.9.txt (7 hunks)
- requirements/constraints_py3.9_pydantic_1.txt (7 hunks)
Additional comments not posted (115)
.github/workflows/base_test_workflow.yml (1)
97-98
: Verify the correctness of conditional expressions.The conditional expressions for
PIP_CONSTRAINT
andUV_CONSTRAINT
are correct, but consider improving readability by using a more explicit conditional structure.You might consider using an
if
statement for better readability:PIP_CONSTRAINT: ${{ inputs.napari == 'latest' ? format('requirements/constraints_py{0}{1}.txt', inputs.python_version, inputs.pydantic ) : '' }} UV_CONSTRAINT: ${{ inputs.napari == 'latest' ? format('requirements/constraints_py{0}{1}.txt', inputs.python_version, inputs.pydantic ) : '' }}requirements/constraints_py3.11_docs.txt (10)
93-93
: Upgradeimportlib-metadata
to8.2.0
.Ensure compatibility with the rest of the project.
154-154
: Upgradenapari
to0.5.1
.Ensure compatibility with the rest of the project.
349-349
: Upgraderpds-py
to0.19.1
.Ensure compatibility with the rest of the project.
360-360
: Upgradesentry-sdk
to2.11.0
.Ensure compatibility with the rest of the project.
393-393
: Upgradesphinxcontrib-applehelp
to2.0.0
.Ensure compatibility with the rest of the project.
395-395
: Upgradesphinxcontrib-devhelp
to2.0.0
.Ensure compatibility with the rest of the project.
397-397
: Upgradesphinxcontrib-htmlhelp
to2.1.0
.Ensure compatibility with the rest of the project.
401-401
: Upgradesphinxcontrib-qthelp
to2.0.0
.Ensure compatibility with the rest of the project.
403-403
: Upgradesphinxcontrib-serializinghtml
to2.0.0
.Ensure compatibility with the rest of the project.
416-416
: Upgradetifffile
to2024.7.24
.Ensure compatibility with the rest of the project.
requirements/constraints_py3.12_pydantic_1.txt (11)
158-158
: Upgradenapari
to0.5.1
.Ensure compatibility with the rest of the project.
316-316
: Upgradepytest
to8.3.2
.Ensure compatibility with the rest of the project.
370-370
: Upgraderpds-py
to0.19.1
.Ensure compatibility with the rest of the project.
383-383
: Upgradesentry-sdk
to2.11.0
.Ensure compatibility with the rest of the project.
387-387
: Upgradesetuptools
to72.0.0
.Ensure compatibility with the rest of the project.
411-411
: Upgradesphinxcontrib-applehelp
to2.0.0
.Ensure compatibility with the rest of the project.
413-413
: Upgradesphinxcontrib-devhelp
to2.0.0
.Ensure compatibility with the rest of the project.
415-415
: Upgradesphinxcontrib-htmlhelp
to2.1.0
.Ensure compatibility with the rest of the project.
419-419
: Upgradesphinxcontrib-qthelp
to2.0.0
.Ensure compatibility with the rest of the project.
421-421
: Upgradesphinxcontrib-serializinghtml
to2.0.0
.Ensure compatibility with the rest of the project.
434-434
: Upgradetifffile
to2024.7.24
.Ensure compatibility with the rest of the project.
requirements/constraints_py3.12.txt (11)
160-160
: Upgradenapari
to version 0.5.1The
napari
library has been upgraded from version0.5.0
to0.5.1
. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
319-319
: Upgradepytest
to version 8.3.2The
pytest
framework has been updated from8.3.1
to8.3.2
. This update may include improvements or fixes relevant to testing.
373-373
: Upgraderpds-py
to version 0.19.1The
rpds-py
library has been incremented from0.19.0
to0.19.1
, suggesting minor updates.
386-386
: Upgradesentry-sdk
to version 2.11.0The
sentry-sdk
has been upgraded from2.10.0
to2.11.0
, likely reflecting bug fixes or new features for error tracking.
390-390
: Upgradesetuptools
to version 72.0.0The
setuptools
package has been updated from71.1.0
to72.0.0
, which typically includes enhancements for packaging Python projects.
414-414
: Upgradesphinxcontrib-applehelp
to version 2.0.0The
sphinxcontrib-applehelp
package has been updated from1.0.8
to2.0.0
, indicating significant updates.
416-416
: Upgradesphinxcontrib-devhelp
to version 2.0.0The
sphinxcontrib-devhelp
package has been updated from1.0.6
to2.0.0
, suggesting enhancements.
418-418
: Upgradesphinxcontrib-htmlhelp
to version 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from2.0.6
to2.1.0
, likely including minor improvements.
422-422
: Upgradesphinxcontrib-qthelp
to version 2.0.0The
sphinxcontrib-qthelp
package has been updated from1.0.8
to2.0.0
, indicating a major update.
424-424
: Upgradesphinxcontrib-serializinghtml
to version 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from1.1.10
to2.0.0
, suggesting significant changes.
437-437
: Upgradetifffile
to version 2024.7.24The
tifffile
library has been updated from2024.7.21
to2024.7.24
, indicating minor changes.requirements/constraints_py3.11_pydantic_1.txt (12)
91-91
: Upgradeimportlib-metadata
to version 8.2.0The
importlib-metadata
package has been updated from8.0.0
to8.2.0
, potentially incorporating new features or fixes.
160-160
: Upgradenapari
to version 0.5.1The
napari
library has been upgraded from version0.5.0
to0.5.1
. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
319-319
: Upgradepytest
to version 8.3.2The
pytest
framework has been updated from8.3.1
to8.3.2
. This update may include improvements or fixes relevant to testing.
373-373
: Upgraderpds-py
to version 0.19.1The
rpds-py
library has been incremented from0.19.0
to0.19.1
, suggesting minor updates.
386-386
: Upgradesentry-sdk
to version 2.11.0The
sentry-sdk
has been upgraded from2.10.0
to2.11.0
, likely reflecting bug fixes or new features for error tracking.
390-390
: Upgradesetuptools
to version 72.0.0The
setuptools
package has been updated from71.1.0
to72.0.0
, which typically includes enhancements for packaging Python projects.
414-414
: Upgradesphinxcontrib-applehelp
to version 2.0.0The
sphinxcontrib-applehelp
package has been updated from1.0.8
to2.0.0
, indicating significant updates.
416-416
: Upgradesphinxcontrib-devhelp
to version 2.0.0The
sphinxcontrib-devhelp
package has been updated from1.0.6
to2.0.0
, suggesting enhancements.
418-418
: Upgradesphinxcontrib-htmlhelp
to version 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from2.0.6
to2.1.0
, likely including minor improvements.
422-422
: Upgradesphinxcontrib-qthelp
to version 2.0.0The
sphinxcontrib-qthelp
package has been updated from1.0.8
to2.0.0
, indicating a major update.
424-424
: Upgradesphinxcontrib-serializinghtml
to version 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from1.1.10
to2.0.0
, suggesting significant changes.
437-437
: Upgradetifffile
to version 2024.7.24The
tifffile
library has been updated from2024.7.21
to2024.7.24
, indicating minor changes.requirements/constraints_py3.11.txt (12)
93-93
: Upgradeimportlib-metadata
to version 8.2.0The
importlib-metadata
package has been updated from8.0.0
to8.2.0
, potentially incorporating new features or fixes.
162-162
: Upgradenapari
to version 0.5.1The
napari
library has been upgraded from version0.5.0
to0.5.1
. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
322-322
: Upgradepytest
to version 8.3.2The
pytest
framework has been updated from8.3.1
to8.3.2
. This update may include improvements or fixes relevant to testing.
376-376
: Upgraderpds-py
to version 0.19.1The
rpds-py
library has been incremented from0.19.0
to0.19.1
, suggesting minor updates.
389-389
: Upgradesentry-sdk
to version 2.11.0The
sentry-sdk
has been upgraded from2.10.0
to2.11.0
, likely reflecting bug fixes or new features for error tracking.
393-393
: Upgradesetuptools
to version 72.0.0The
setuptools
package has been updated from71.1.0
to72.0.0
, which typically includes enhancements for packaging Python projects.
417-417
: Upgradesphinxcontrib-applehelp
to version 2.0.0The
sphinxcontrib-applehelp
package has been updated from1.0.8
to2.0.0
, indicating significant updates.
419-419
: Upgradesphinxcontrib-devhelp
to version 2.0.0The
sphinxcontrib-devhelp
package has been updated from1.0.6
to2.0.0
, suggesting enhancements.
421-421
: Upgradesphinxcontrib-htmlhelp
to version 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from2.0.6
to2.1.0
, likely including minor improvements.
425-425
: Upgradesphinxcontrib-qthelp
to version 2.0.0The
sphinxcontrib-qthelp
package has been updated from1.0.8
to2.0.0
, indicating a major update.
427-427
: Upgradesphinxcontrib-serializinghtml
to version 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from1.1.10
to2.0.0
, suggesting significant changes.
440-440
: Upgradetifffile
to version 2024.7.24The
tifffile
library has been updated from2024.7.21
to2024.7.24
, indicating minor changes.requirements/constraints_py3.10_pydantic_1.txt (12)
95-95
: Updateimportlib-metadata
to 8.2.0The
importlib-metadata
package has been updated from version8.0.0
to8.2.0
. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
166-166
: Updatenapari
to 0.5.1The
napari
package has been updated from version0.5.0
to0.5.1
. This minor version change likely includes important fixes or enhancements. Verify that the updated version does not introduce any breaking changes.
326-326
: Updatepytest
to 8.3.2The
pytest
testing framework has been updated from version8.3.1
to8.3.2
. This update may include improvements or fixes that could affect testing stability or features. Ensure that the updated version is compatible with your test suite.
380-380
: Updaterpds-py
to 0.19.1The
rpds-py
library has been updated from version0.19.0
to0.19.1
. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
393-393
: Updatesentry-sdk
to 2.11.0The
sentry-sdk
package has been updated from version2.10.0
to2.11.0
. This update may include critical updates for error tracking and monitoring. Ensure that the updated version is compatible with your project.
397-397
: Updatesetuptools
to 72.0.0The
setuptools
package has been updated from version71.1.0
to72.0.0
. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
421-421
: Updatesphinxcontrib-applehelp
to 2.0.0The
sphinxcontrib-applehelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
423-423
: Updatesphinxcontrib-devhelp
to 2.0.0The
sphinxcontrib-devhelp
package has been updated from version1.0.6
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
425-425
: Updatesphinxcontrib-htmlhelp
to 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from version2.0.6
to2.1.0
. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
429-429
: Updatesphinxcontrib-qthelp
to 2.0.0The
sphinxcontrib-qthelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
431-431
: Updatesphinxcontrib-serializinghtml
to 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from version1.1.10
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
444-444
: Updatetifffile
to 2024.7.24The
tifffile
package has been updated from version2024.7.21
to2024.7.24
. This update may include fixes related to TIFF file handling. Ensure that the updated version is compatible with your project.requirements/constraints_py3.10.txt (12)
97-97
: Updateimportlib-metadata
to 8.2.0The
importlib-metadata
package has been updated from version8.0.0
to8.2.0
. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
168-168
: Updatenapari
to 0.5.1The
napari
package has been updated from version0.5.0
to0.5.1
. This minor version change likely includes important fixes or enhancements. Verify that the updated version does not introduce any breaking changes.
329-329
: Updatepytest
to 8.3.2The
pytest
testing framework has been updated from version8.3.1
to8.3.2
. This update may include improvements or fixes that could affect testing stability or features. Ensure that the updated version is compatible with your test suite.
383-383
: Updaterpds-py
to 0.19.1The
rpds-py
library has been updated from version0.19.0
to0.19.1
. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
396-396
: Updatesentry-sdk
to 2.11.0The
sentry-sdk
package has been updated from version2.10.0
to2.11.0
. This update may include critical updates for error tracking and monitoring. Ensure that the updated version is compatible with your project.
400-400
: Updatesetuptools
to 72.0.0The
setuptools
package has been updated from version71.1.0
to72.0.0
. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
424-424
: Updatesphinxcontrib-applehelp
to 2.0.0The
sphinxcontrib-applehelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
426-426
: Updatesphinxcontrib-devhelp
to 2.0.0The
sphinxcontrib-devhelp
package has been updated from version1.0.6
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
428-428
: Updatesphinxcontrib-htmlhelp
to 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from version2.0.6
to2.1.0
. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
432-432
: Updatesphinxcontrib-qthelp
to 2.0.0The
sphinxcontrib-qthelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
434-434
: Updatesphinxcontrib-serializinghtml
to 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from version1.1.10
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
447-447
: Updatetifffile
to 2024.7.24The
tifffile
package has been updated from version2024.7.21
to2024.7.24
. This update may include fixes related to TIFF file handling. Ensure that the updated version is compatible with your project.requirements/constraints_py3.9_pydantic_1.txt (12)
95-95
: Updateimportlib-metadata
to 8.2.0The
importlib-metadata
package has been updated from version8.0.0
to8.2.0
. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
170-170
: Updatenapari
to 0.5.1The
napari
package has been updated from version0.5.0
to0.5.1
. This minor version change likely includes important fixes or enhancements. Verify that the updated version does not introduce any breaking changes.
330-330
: Updatepytest
to 8.3.2The
pytest
testing framework has been updated from version8.3.1
to8.3.2
. This update may include improvements or fixes that could affect testing stability or features. Ensure that the updated version is compatible with your test suite.
384-384
: Updaterpds-py
to 0.19.1The
rpds-py
library has been updated from version0.19.0
to0.19.1
. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
397-397
: Updatesentry-sdk
to 2.11.0The
sentry-sdk
package has been updated from version2.10.0
to2.11.0
. This update may include critical updates for error tracking and monitoring. Ensure that the updated version is compatible with your project.
401-401
: Updatesetuptools
to 72.0.0The
setuptools
package has been updated from version71.1.0
to72.0.0
. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
425-425
: Updatesphinxcontrib-applehelp
to 2.0.0The
sphinxcontrib-applehelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
427-427
: Updatesphinxcontrib-devhelp
to 2.0.0The
sphinxcontrib-devhelp
package has been updated from version1.0.6
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
429-429
: Updatesphinxcontrib-htmlhelp
to 2.1.0The
sphinxcontrib-htmlhelp
package has been updated from version2.0.6
to2.1.0
. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
433-433
: Updatesphinxcontrib-qthelp
to 2.0.0The
sphinxcontrib-qthelp
package has been updated from version1.0.8
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
435-435
: Updatesphinxcontrib-serializinghtml
to 2.0.0The
sphinxcontrib-serializinghtml
package has been updated from version1.1.10
to2.0.0
. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
448-448
: Updatetifffile
to 2024.7.24The
tifffile
package has been updated from version2024.7.21
to2024.7.24
. This update may include fixes related to TIFF file handling. Ensure that the updated version is compatible with your project.requirements/constraints_py3.9.txt (12)
97-97
: Approveimportlib-metadata
version update.The update from
8.0.0
to8.2.0
is a minor version change, which usually includes bug fixes and small improvements.
172-172
: Approvenapari
version update.The update from
0.5.0
to0.5.1
is a minor version change, which usually includes bug fixes and small improvements.
333-333
: Approvepytest
version update.The update from
8.3.1
to8.3.2
is a minor version change, which usually includes bug fixes and small improvements.
387-387
: Approverpds-py
version update.The update from
0.19.0
to0.19.1
is a minor version change, which usually includes bug fixes and small improvements.
400-400
: Approvesentry-sdk
version update.The update from
2.10.0
to2.11.0
is a minor version change, which usually includes bug fixes and small improvements.
404-404
: Approvesetuptools
version update.The update from
71.1.0
to72.0.0
is a minor version change, which usually includes bug fixes and small improvements.
428-428
: Approvesphinxcontrib-applehelp
version update with caution.The update from
1.0.8
to2.0.0
is a major version change, which may include breaking changes, new features, and improvements.Ensure compatibility with the rest of the codebase and documentation generation process.
430-430
: Approvesphinxcontrib-devhelp
version update with caution.The update from
1.0.6
to2.0.0
is a major version change, which may include breaking changes, new features, and improvements.Ensure compatibility with the rest of the codebase and documentation generation process.
432-432
: Approvesphinxcontrib-htmlhelp
version update.The update from
2.0.6
to2.1.0
is a minor version change, which usually includes bug fixes and small improvements.
436-436
: Approvesphinxcontrib-qthelp
version update with caution.The update from
1.0.8
to2.0.0
is a major version change, which may include breaking changes, new features, and improvements.Ensure compatibility with the rest of the codebase and documentation generation process.
438-438
: Approvesphinxcontrib-serializinghtml
version update with caution.The update from
1.1.10
to2.0.0
is a major version change, which may include breaking changes, new features, and improvements.Ensure compatibility with the rest of the codebase and documentation generation process.
451-451
: Approvetifffile
version update.The update from
2024.7.21
to2024.7.24
is a minor version change, which usually includes bug fixes and small improvements.requirements/constraints_py3.8_pydantic_1.txt (5)
90-90
: Approveimportlib-metadata
version update.The update from
8.0.0
to8.2.0
is a minor version change, which usually includes bug fixes and small improvements.
334-334
: Approvepytest
version update.The update from
8.3.1
to8.3.2
is a minor version change, which usually includes bug fixes and small improvements.
392-392
: Approverpds-py
version update.The update from
0.19.0
to0.19.1
is a minor version change, which usually includes bug fixes and small improvements.
405-405
: Approvesentry-sdk
version update.The update from
2.10.0
to2.11.0
is a minor version change, which usually includes bug fixes and small improvements.
409-409
: Approvesetuptools
version update.The update from
71.1.0
to72.0.0
is a minor version change, which usually includes bug fixes and small improvements.requirements/constraints_py3.8.txt (5)
92-92
: Approveimportlib-metadata
version update.The update from
8.0.0
to8.2.0
is a minor version change, which usually includes bug fixes and small improvements.
337-337
: Approvepytest
version update.The update from
8.3.1
to8.3.2
is a minor version change, which usually includes bug fixes and small improvements.
395-395
: Approverpds-py
version update.The update from
0.19.0
to0.19.1
is a minor version change, which usually includes bug fixes and small improvements.
408-408
: Approvesentry-sdk
version update.The update from
2.10.0
to2.11.0
is a minor version change, which usually includes bug fixes and small improvements.
412-412
: Approvesetuptools
version update.The update from
71.1.0
to72.0.0
is a minor version change, which usually includes bug fixes and small improvements.
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
New Features
Bug Fixes
Chores