-
Notifications
You must be signed in to change notification settings - Fork 10
test: [Automatic] Constraints upgrades: napari, sentry-sdk, tifffile
#1169
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
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-metadatato version 8.2.0.This minor version update likely includes bug fixes and improvements.
154-154: Approved: Updatenaparito version 0.5.1.This minor version update likely includes bug fixes and improvements.
349-349: Approved: Updaterpds-pyto version 0.19.1.This minor version update likely includes bug fixes and improvements.
360-360: Approved: Updatesentry-sdkto version 2.11.0.This minor version update likely includes bug fixes and improvements.
397-397: Approved: Updatesphinxcontrib-htmlhelpto version 2.1.0.This minor version update likely includes bug fixes and improvements.
416-416: Approved: Updatetifffileto version 2024.7.24.This minor version update likely includes bug fixes and improvements.
393-393: Verify compatibility: Updatesphinxcontrib-applehelpto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
403-403: Verify compatibility: Updatesphinxcontrib-serializinghtmlto 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-serializinghtmlto 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-qthelpto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
395-395: Verify compatibility: Updatesphinxcontrib-devhelpto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
Verification successful
Verify compatibility: Update
sphinxcontrib-devhelpto version 2.0.0.The major version update to
sphinxcontrib-devhelp2.0.0 does not introduce breaking changes based on the current codebase and its dependencies. Thesphinxpackage and its extensions appear to be compatible with the new version.
- No direct references to
sphinxcontrib-devhelpfound in the codebase.sphinxversion 7.4.7 appears compatible withsphinxcontrib-devhelp2.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: Updatenaparito version 0.5.1.This minor version update likely includes bug fixes and improvements.
316-316: Approved: Updatepytestto version 8.3.2.This minor version update likely includes bug fixes and improvements.
370-370: Approved: Updaterpds-pyto version 0.19.1.This minor version update likely includes bug fixes and improvements.
383-383: Approved: Updatesentry-sdkto version 2.11.0.This minor version update likely includes bug fixes and improvements.
387-387: Approved: Updatesetuptoolsto version 72.0.0.This minor version update likely includes bug fixes and improvements.
415-415: Approved: Updatesphinxcontrib-htmlhelpto version 2.1.0.This minor version update likely includes bug fixes and improvements.
434-434: Approved: Updatetifffileto version 2024.7.24.This minor version update likely includes bug fixes and improvements.
419-419: Verify compatibility: Updatesphinxcontrib-qthelpto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
421-421: Verify compatibility: Updatesphinxcontrib-serializinghtmlto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
411-411: Verify compatibility: Updatesphinxcontrib-applehelpto version 2.0.0.This major version update may include breaking changes. Verify compatibility with the new version.
Verification successful
Verified compatibility: Update
sphinxcontrib-applehelpto version 2.0.0.No direct usage of
sphinxcontrib.applehelpwas found in the codebase, indicating that updating to version 2.0.0 should not introduce breaking changes.
- No references to
sphinxcontrib.applehelpwere found in Python,.rst,.conf, or.cfgfiles.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-devhelpto 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_CONSTRAINTmay 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 theifconditional 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_CONSTRAINTvariable. 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_CONSTRAINTvariable. 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
|
|
@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_CONSTRAINTandUV_CONSTRAINTare correct, but consider improving readability by using a more explicit conditional structure.You might consider using an
ifstatement 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-metadatato8.2.0.Ensure compatibility with the rest of the project.
154-154: Upgradenaparito0.5.1.Ensure compatibility with the rest of the project.
349-349: Upgraderpds-pyto0.19.1.Ensure compatibility with the rest of the project.
360-360: Upgradesentry-sdkto2.11.0.Ensure compatibility with the rest of the project.
393-393: Upgradesphinxcontrib-applehelpto2.0.0.Ensure compatibility with the rest of the project.
395-395: Upgradesphinxcontrib-devhelpto2.0.0.Ensure compatibility with the rest of the project.
397-397: Upgradesphinxcontrib-htmlhelpto2.1.0.Ensure compatibility with the rest of the project.
401-401: Upgradesphinxcontrib-qthelpto2.0.0.Ensure compatibility with the rest of the project.
403-403: Upgradesphinxcontrib-serializinghtmlto2.0.0.Ensure compatibility with the rest of the project.
416-416: Upgradetifffileto2024.7.24.Ensure compatibility with the rest of the project.
requirements/constraints_py3.12_pydantic_1.txt (11)
158-158: Upgradenaparito0.5.1.Ensure compatibility with the rest of the project.
316-316: Upgradepytestto8.3.2.Ensure compatibility with the rest of the project.
370-370: Upgraderpds-pyto0.19.1.Ensure compatibility with the rest of the project.
383-383: Upgradesentry-sdkto2.11.0.Ensure compatibility with the rest of the project.
387-387: Upgradesetuptoolsto72.0.0.Ensure compatibility with the rest of the project.
411-411: Upgradesphinxcontrib-applehelpto2.0.0.Ensure compatibility with the rest of the project.
413-413: Upgradesphinxcontrib-devhelpto2.0.0.Ensure compatibility with the rest of the project.
415-415: Upgradesphinxcontrib-htmlhelpto2.1.0.Ensure compatibility with the rest of the project.
419-419: Upgradesphinxcontrib-qthelpto2.0.0.Ensure compatibility with the rest of the project.
421-421: Upgradesphinxcontrib-serializinghtmlto2.0.0.Ensure compatibility with the rest of the project.
434-434: Upgradetifffileto2024.7.24.Ensure compatibility with the rest of the project.
requirements/constraints_py3.12.txt (11)
160-160: Upgradenaparito version 0.5.1The
naparilibrary has been upgraded from version0.5.0to0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
319-319: Upgradepytestto version 8.3.2The
pytestframework has been updated from8.3.1to8.3.2. This update may include improvements or fixes relevant to testing.
373-373: Upgraderpds-pyto version 0.19.1The
rpds-pylibrary has been incremented from0.19.0to0.19.1, suggesting minor updates.
386-386: Upgradesentry-sdkto version 2.11.0The
sentry-sdkhas been upgraded from2.10.0to2.11.0, likely reflecting bug fixes or new features for error tracking.
390-390: Upgradesetuptoolsto version 72.0.0The
setuptoolspackage has been updated from71.1.0to72.0.0, which typically includes enhancements for packaging Python projects.
414-414: Upgradesphinxcontrib-applehelpto version 2.0.0The
sphinxcontrib-applehelppackage has been updated from1.0.8to2.0.0, indicating significant updates.
416-416: Upgradesphinxcontrib-devhelpto version 2.0.0The
sphinxcontrib-devhelppackage has been updated from1.0.6to2.0.0, suggesting enhancements.
418-418: Upgradesphinxcontrib-htmlhelpto version 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from2.0.6to2.1.0, likely including minor improvements.
422-422: Upgradesphinxcontrib-qthelpto version 2.0.0The
sphinxcontrib-qthelppackage has been updated from1.0.8to2.0.0, indicating a major update.
424-424: Upgradesphinxcontrib-serializinghtmlto version 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from1.1.10to2.0.0, suggesting significant changes.
437-437: Upgradetifffileto version 2024.7.24The
tifffilelibrary has been updated from2024.7.21to2024.7.24, indicating minor changes.requirements/constraints_py3.11_pydantic_1.txt (12)
91-91: Upgradeimportlib-metadatato version 8.2.0The
importlib-metadatapackage has been updated from8.0.0to8.2.0, potentially incorporating new features or fixes.
160-160: Upgradenaparito version 0.5.1The
naparilibrary has been upgraded from version0.5.0to0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
319-319: Upgradepytestto version 8.3.2The
pytestframework has been updated from8.3.1to8.3.2. This update may include improvements or fixes relevant to testing.
373-373: Upgraderpds-pyto version 0.19.1The
rpds-pylibrary has been incremented from0.19.0to0.19.1, suggesting minor updates.
386-386: Upgradesentry-sdkto version 2.11.0The
sentry-sdkhas been upgraded from2.10.0to2.11.0, likely reflecting bug fixes or new features for error tracking.
390-390: Upgradesetuptoolsto version 72.0.0The
setuptoolspackage has been updated from71.1.0to72.0.0, which typically includes enhancements for packaging Python projects.
414-414: Upgradesphinxcontrib-applehelpto version 2.0.0The
sphinxcontrib-applehelppackage has been updated from1.0.8to2.0.0, indicating significant updates.
416-416: Upgradesphinxcontrib-devhelpto version 2.0.0The
sphinxcontrib-devhelppackage has been updated from1.0.6to2.0.0, suggesting enhancements.
418-418: Upgradesphinxcontrib-htmlhelpto version 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from2.0.6to2.1.0, likely including minor improvements.
422-422: Upgradesphinxcontrib-qthelpto version 2.0.0The
sphinxcontrib-qthelppackage has been updated from1.0.8to2.0.0, indicating a major update.
424-424: Upgradesphinxcontrib-serializinghtmlto version 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from1.1.10to2.0.0, suggesting significant changes.
437-437: Upgradetifffileto version 2024.7.24The
tifffilelibrary has been updated from2024.7.21to2024.7.24, indicating minor changes.requirements/constraints_py3.11.txt (12)
93-93: Upgradeimportlib-metadatato version 8.2.0The
importlib-metadatapackage has been updated from8.0.0to8.2.0, potentially incorporating new features or fixes.
162-162: Upgradenaparito version 0.5.1The
naparilibrary has been upgraded from version0.5.0to0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.
322-322: Upgradepytestto version 8.3.2The
pytestframework has been updated from8.3.1to8.3.2. This update may include improvements or fixes relevant to testing.
376-376: Upgraderpds-pyto version 0.19.1The
rpds-pylibrary has been incremented from0.19.0to0.19.1, suggesting minor updates.
389-389: Upgradesentry-sdkto version 2.11.0The
sentry-sdkhas been upgraded from2.10.0to2.11.0, likely reflecting bug fixes or new features for error tracking.
393-393: Upgradesetuptoolsto version 72.0.0The
setuptoolspackage has been updated from71.1.0to72.0.0, which typically includes enhancements for packaging Python projects.
417-417: Upgradesphinxcontrib-applehelpto version 2.0.0The
sphinxcontrib-applehelppackage has been updated from1.0.8to2.0.0, indicating significant updates.
419-419: Upgradesphinxcontrib-devhelpto version 2.0.0The
sphinxcontrib-devhelppackage has been updated from1.0.6to2.0.0, suggesting enhancements.
421-421: Upgradesphinxcontrib-htmlhelpto version 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from2.0.6to2.1.0, likely including minor improvements.
425-425: Upgradesphinxcontrib-qthelpto version 2.0.0The
sphinxcontrib-qthelppackage has been updated from1.0.8to2.0.0, indicating a major update.
427-427: Upgradesphinxcontrib-serializinghtmlto version 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from1.1.10to2.0.0, suggesting significant changes.
440-440: Upgradetifffileto version 2024.7.24The
tifffilelibrary has been updated from2024.7.21to2024.7.24, indicating minor changes.requirements/constraints_py3.10_pydantic_1.txt (12)
95-95: Updateimportlib-metadatato 8.2.0The
importlib-metadatapackage has been updated from version8.0.0to8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
166-166: Updatenaparito 0.5.1The
naparipackage has been updated from version0.5.0to0.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: Updatepytestto 8.3.2The
pytesttesting framework has been updated from version8.3.1to8.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-pyto 0.19.1The
rpds-pylibrary has been updated from version0.19.0to0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
393-393: Updatesentry-sdkto 2.11.0The
sentry-sdkpackage has been updated from version2.10.0to2.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: Updatesetuptoolsto 72.0.0The
setuptoolspackage has been updated from version71.1.0to72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
421-421: Updatesphinxcontrib-applehelpto 2.0.0The
sphinxcontrib-applehelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
423-423: Updatesphinxcontrib-devhelpto 2.0.0The
sphinxcontrib-devhelppackage has been updated from version1.0.6to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
425-425: Updatesphinxcontrib-htmlhelpto 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from version2.0.6to2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
429-429: Updatesphinxcontrib-qthelpto 2.0.0The
sphinxcontrib-qthelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
431-431: Updatesphinxcontrib-serializinghtmlto 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from version1.1.10to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
444-444: Updatetifffileto 2024.7.24The
tifffilepackage has been updated from version2024.7.21to2024.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-metadatato 8.2.0The
importlib-metadatapackage has been updated from version8.0.0to8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
168-168: Updatenaparito 0.5.1The
naparipackage has been updated from version0.5.0to0.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: Updatepytestto 8.3.2The
pytesttesting framework has been updated from version8.3.1to8.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-pyto 0.19.1The
rpds-pylibrary has been updated from version0.19.0to0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
396-396: Updatesentry-sdkto 2.11.0The
sentry-sdkpackage has been updated from version2.10.0to2.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: Updatesetuptoolsto 72.0.0The
setuptoolspackage has been updated from version71.1.0to72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
424-424: Updatesphinxcontrib-applehelpto 2.0.0The
sphinxcontrib-applehelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
426-426: Updatesphinxcontrib-devhelpto 2.0.0The
sphinxcontrib-devhelppackage has been updated from version1.0.6to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
428-428: Updatesphinxcontrib-htmlhelpto 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from version2.0.6to2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
432-432: Updatesphinxcontrib-qthelpto 2.0.0The
sphinxcontrib-qthelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
434-434: Updatesphinxcontrib-serializinghtmlto 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from version1.1.10to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
447-447: Updatetifffileto 2024.7.24The
tifffilepackage has been updated from version2024.7.21to2024.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-metadatato 8.2.0The
importlib-metadatapackage has been updated from version8.0.0to8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.
170-170: Updatenaparito 0.5.1The
naparipackage has been updated from version0.5.0to0.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: Updatepytestto 8.3.2The
pytesttesting framework has been updated from version8.3.1to8.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-pyto 0.19.1The
rpds-pylibrary has been updated from version0.19.0to0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.
397-397: Updatesentry-sdkto 2.11.0The
sentry-sdkpackage has been updated from version2.10.0to2.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: Updatesetuptoolsto 72.0.0The
setuptoolspackage has been updated from version71.1.0to72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.
425-425: Updatesphinxcontrib-applehelpto 2.0.0The
sphinxcontrib-applehelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
427-427: Updatesphinxcontrib-devhelpto 2.0.0The
sphinxcontrib-devhelppackage has been updated from version1.0.6to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
429-429: Updatesphinxcontrib-htmlhelpto 2.1.0The
sphinxcontrib-htmlhelppackage has been updated from version2.0.6to2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.
433-433: Updatesphinxcontrib-qthelpto 2.0.0The
sphinxcontrib-qthelppackage has been updated from version1.0.8to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
435-435: Updatesphinxcontrib-serializinghtmlto 2.0.0The
sphinxcontrib-serializinghtmlpackage has been updated from version1.1.10to2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.
448-448: Updatetifffileto 2024.7.24The
tifffilepackage has been updated from version2024.7.21to2024.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-metadataversion update.The update from
8.0.0to8.2.0is a minor version change, which usually includes bug fixes and small improvements.
172-172: Approvenapariversion update.The update from
0.5.0to0.5.1is a minor version change, which usually includes bug fixes and small improvements.
333-333: Approvepytestversion update.The update from
8.3.1to8.3.2is a minor version change, which usually includes bug fixes and small improvements.
387-387: Approverpds-pyversion update.The update from
0.19.0to0.19.1is a minor version change, which usually includes bug fixes and small improvements.
400-400: Approvesentry-sdkversion update.The update from
2.10.0to2.11.0is a minor version change, which usually includes bug fixes and small improvements.
404-404: Approvesetuptoolsversion update.The update from
71.1.0to72.0.0is a minor version change, which usually includes bug fixes and small improvements.
428-428: Approvesphinxcontrib-applehelpversion update with caution.The update from
1.0.8to2.0.0is 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-devhelpversion update with caution.The update from
1.0.6to2.0.0is 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-htmlhelpversion update.The update from
2.0.6to2.1.0is a minor version change, which usually includes bug fixes and small improvements.
436-436: Approvesphinxcontrib-qthelpversion update with caution.The update from
1.0.8to2.0.0is 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-serializinghtmlversion update with caution.The update from
1.1.10to2.0.0is 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: Approvetifffileversion update.The update from
2024.7.21to2024.7.24is a minor version change, which usually includes bug fixes and small improvements.requirements/constraints_py3.8_pydantic_1.txt (5)
90-90: Approveimportlib-metadataversion update.The update from
8.0.0to8.2.0is a minor version change, which usually includes bug fixes and small improvements.
334-334: Approvepytestversion update.The update from
8.3.1to8.3.2is a minor version change, which usually includes bug fixes and small improvements.
392-392: Approverpds-pyversion update.The update from
0.19.0to0.19.1is a minor version change, which usually includes bug fixes and small improvements.
405-405: Approvesentry-sdkversion update.The update from
2.10.0to2.11.0is a minor version change, which usually includes bug fixes and small improvements.
409-409: Approvesetuptoolsversion update.The update from
71.1.0to72.0.0is a minor version change, which usually includes bug fixes and small improvements.requirements/constraints_py3.8.txt (5)
92-92: Approveimportlib-metadataversion update.The update from
8.0.0to8.2.0is a minor version change, which usually includes bug fixes and small improvements.
337-337: Approvepytestversion update.The update from
8.3.1to8.3.2is a minor version change, which usually includes bug fixes and small improvements.
395-395: Approverpds-pyversion update.The update from
0.19.0to0.19.1is a minor version change, which usually includes bug fixes and small improvements.
408-408: Approvesentry-sdkversion update.The update from
2.10.0to2.11.0is a minor version change, which usually includes bug fixes and small improvements.
412-412: Approvesetuptoolsversion update.The update from
71.1.0to72.0.0is 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