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: napari, sentry-sdk, tifffile #1169

Merged
merged 6 commits into from
Jul 31, 2024

Conversation

Czaki
Copy link
Collaborator

@Czaki Czaki commented Jul 29, 2024

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

The updated packages are:

  • importlib-metadata
  • napari
  • pytest
  • rpds-py
  • sentry-sdk
  • setuptools
  • sphinxcontrib-applehelp
  • sphinxcontrib-devhelp
  • sphinxcontrib-htmlhelp
  • sphinxcontrib-qthelp
  • sphinxcontrib-serializinghtml
  • tifffile

Summary by CodeRabbit

  • New Features

    • Updated multiple dependencies to their latest versions, potentially introducing new features and improvements.
  • Bug Fixes

    • Incremented versions of libraries that may include bug fixes to enhance stability and performance.
  • Chores

    • Routine maintenance to keep dependencies current across different Python versions.
    • Enhanced workflow configuration for improved handling of environment variables based on specified package versions.

Copy link
Contributor

sourcery-ai bot commented Jul 29, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a 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.

Copy link
Contributor

coderabbitai bot commented Jul 29, 2024

Walkthrough

The recent updates enhance the project's dependency management by upgrading several libraries across multiple files, ensuring compatibility and improved functionality. Notable libraries such as importlib-metadata, pytest, sentry-sdk, and various sphinxcontrib packages have been updated. Additionally, workflow configurations have been adjusted to incorporate conditional logic for handling the napari input, enhancing flexibility and preventing dependency conflicts.

Changes

Files Change Summary
requirements/constraints_py3.x.txt Updated dependencies: importlib-metadata (8.0.0 → 8.2.0), napari (0.5.0 → 0.5.1), pytest (8.3.1 → 8.3.2), sentry-sdk (2.10.0 → 2.11.0), setuptools (71.1.0 → 72.0.0), several sphinxcontrib packages to new major versions, and tifffile (2024.7.21 → 2024.7.24).
.github/workflows/base_test_workflow.yml Introduced conditional logic for setting PIP_CONSTRAINT and UV_CONSTRAINT environment variables based on the napari input parameter.

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
Loading

Poem

🐰 In gardens green, where bunnies play,
New versions hop in, brightening the day!
Dependencies dance, all shiny and new,
Bugs take their leave, as features break through.
With every update, our code's full of cheer,
Hoppy coding ahead, let’s all give a cheer! 🎉✨


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 7bb7d25 and d25f62d.

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: Update importlib-metadata to version 8.2.0.

This minor version update likely includes bug fixes and improvements.


154-154: Approved: Update napari to version 0.5.1.

This minor version update likely includes bug fixes and improvements.


349-349: Approved: Update rpds-py to version 0.19.1.

This minor version update likely includes bug fixes and improvements.


360-360: Approved: Update sentry-sdk to version 2.11.0.

This minor version update likely includes bug fixes and improvements.


397-397: Approved: Update sphinxcontrib-htmlhelp to version 2.1.0.

This minor version update likely includes bug fixes and improvements.


416-416: Approved: Update tifffile to version 2024.7.24.

This minor version update likely includes bug fixes and improvements.


393-393: Verify compatibility: Update sphinxcontrib-applehelp to version 2.0.0.

This major version update may include breaking changes. Verify compatibility with the new version.


403-403: Verify compatibility: Update sphinxcontrib-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 5

Length 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 5

Length 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 5

Length of output: 85


401-401: Verify compatibility: Update sphinxcontrib-qthelp to version 2.0.0.

This major version update may include breaking changes. Verify compatibility with the new version.


395-395: Verify compatibility: Update sphinxcontrib-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. The sphinx 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 with sphinxcontrib-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 5

Length 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 5

Length 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 5

Length of output: 54999

requirements/constraints_py3.12_pydantic_1.txt (11)

158-158: Approved: Update napari to version 0.5.1.

This minor version update likely includes bug fixes and improvements.


316-316: Approved: Update pytest to version 8.3.2.

This minor version update likely includes bug fixes and improvements.


370-370: Approved: Update rpds-py to version 0.19.1.

This minor version update likely includes bug fixes and improvements.


383-383: Approved: Update sentry-sdk to version 2.11.0.

This minor version update likely includes bug fixes and improvements.


387-387: Approved: Update setuptools to version 72.0.0.

This minor version update likely includes bug fixes and improvements.


415-415: Approved: Update sphinxcontrib-htmlhelp to version 2.1.0.

This minor version update likely includes bug fixes and improvements.


434-434: Approved: Update tifffile to version 2024.7.24.

This minor version update likely includes bug fixes and improvements.


419-419: Verify compatibility: Update sphinxcontrib-qthelp to version 2.0.0.

This major version update may include breaking changes. Verify compatibility with the new version.


421-421: Verify compatibility: Update sphinxcontrib-serializinghtml to version 2.0.0.

This major version update may include breaking changes. Verify compatibility with the new version.


411-411: Verify compatibility: Update sphinxcontrib-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 5

Length of output: 1192


413-413: Verify compatibility: Update sphinxcontrib-devhelp to version 2.0.0.

This major version update may include breaking changes. Verify compatibility with the new version.

@Czaki Czaki added this to the 0.15.4 milestone Jul 31, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 for PIP_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 the if 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.yml

Length of output: 224

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d25f62d and e3ac99d.

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 for UV_CONSTRAINT.

Ensure that the conditional expression correctly sets the UV_CONSTRAINT variable. The syntax might not be valid in YAML.

@Czaki Czaki added the skip check PR title skip spellcheking PR title label Jul 31, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between e3ac99d and a2cc4a3.

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

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between a2cc4a3 and e3baab7.

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

Copy link

sonarcloud bot commented Jul 31, 2024

@Czaki
Copy link
Collaborator Author

Czaki commented Jul 31, 2024

@coderabbitai full review

Copy link
Contributor

coderabbitai bot commented Jul 31, 2024

Actions performed

Full review triggered.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 22a40f3 and febcd89.

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 and UV_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: Upgrade importlib-metadata to 8.2.0.

Ensure compatibility with the rest of the project.


154-154: Upgrade napari to 0.5.1.

Ensure compatibility with the rest of the project.


349-349: Upgrade rpds-py to 0.19.1.

Ensure compatibility with the rest of the project.


360-360: Upgrade sentry-sdk to 2.11.0.

Ensure compatibility with the rest of the project.


393-393: Upgrade sphinxcontrib-applehelp to 2.0.0.

Ensure compatibility with the rest of the project.


395-395: Upgrade sphinxcontrib-devhelp to 2.0.0.

Ensure compatibility with the rest of the project.


397-397: Upgrade sphinxcontrib-htmlhelp to 2.1.0.

Ensure compatibility with the rest of the project.


401-401: Upgrade sphinxcontrib-qthelp to 2.0.0.

Ensure compatibility with the rest of the project.


403-403: Upgrade sphinxcontrib-serializinghtml to 2.0.0.

Ensure compatibility with the rest of the project.


416-416: Upgrade tifffile to 2024.7.24.

Ensure compatibility with the rest of the project.

requirements/constraints_py3.12_pydantic_1.txt (11)

158-158: Upgrade napari to 0.5.1.

Ensure compatibility with the rest of the project.


316-316: Upgrade pytest to 8.3.2.

Ensure compatibility with the rest of the project.


370-370: Upgrade rpds-py to 0.19.1.

Ensure compatibility with the rest of the project.


383-383: Upgrade sentry-sdk to 2.11.0.

Ensure compatibility with the rest of the project.


387-387: Upgrade setuptools to 72.0.0.

Ensure compatibility with the rest of the project.


411-411: Upgrade sphinxcontrib-applehelp to 2.0.0.

Ensure compatibility with the rest of the project.


413-413: Upgrade sphinxcontrib-devhelp to 2.0.0.

Ensure compatibility with the rest of the project.


415-415: Upgrade sphinxcontrib-htmlhelp to 2.1.0.

Ensure compatibility with the rest of the project.


419-419: Upgrade sphinxcontrib-qthelp to 2.0.0.

Ensure compatibility with the rest of the project.


421-421: Upgrade sphinxcontrib-serializinghtml to 2.0.0.

Ensure compatibility with the rest of the project.


434-434: Upgrade tifffile to 2024.7.24.

Ensure compatibility with the rest of the project.

requirements/constraints_py3.12.txt (11)

160-160: Upgrade napari to version 0.5.1

The napari library has been upgraded from version 0.5.0 to 0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.


319-319: Upgrade pytest to version 8.3.2

The pytest framework has been updated from 8.3.1 to 8.3.2. This update may include improvements or fixes relevant to testing.


373-373: Upgrade rpds-py to version 0.19.1

The rpds-py library has been incremented from 0.19.0 to 0.19.1, suggesting minor updates.


386-386: Upgrade sentry-sdk to version 2.11.0

The sentry-sdk has been upgraded from 2.10.0 to 2.11.0, likely reflecting bug fixes or new features for error tracking.


390-390: Upgrade setuptools to version 72.0.0

The setuptools package has been updated from 71.1.0 to 72.0.0, which typically includes enhancements for packaging Python projects.


414-414: Upgrade sphinxcontrib-applehelp to version 2.0.0

The sphinxcontrib-applehelp package has been updated from 1.0.8 to 2.0.0, indicating significant updates.


416-416: Upgrade sphinxcontrib-devhelp to version 2.0.0

The sphinxcontrib-devhelp package has been updated from 1.0.6 to 2.0.0, suggesting enhancements.


418-418: Upgrade sphinxcontrib-htmlhelp to version 2.1.0

The sphinxcontrib-htmlhelp package has been updated from 2.0.6 to 2.1.0, likely including minor improvements.


422-422: Upgrade sphinxcontrib-qthelp to version 2.0.0

The sphinxcontrib-qthelp package has been updated from 1.0.8 to 2.0.0, indicating a major update.


424-424: Upgrade sphinxcontrib-serializinghtml to version 2.0.0

The sphinxcontrib-serializinghtml package has been updated from 1.1.10 to 2.0.0, suggesting significant changes.


437-437: Upgrade tifffile to version 2024.7.24

The tifffile library has been updated from 2024.7.21 to 2024.7.24, indicating minor changes.

requirements/constraints_py3.11_pydantic_1.txt (12)

91-91: Upgrade importlib-metadata to version 8.2.0

The importlib-metadata package has been updated from 8.0.0 to 8.2.0, potentially incorporating new features or fixes.


160-160: Upgrade napari to version 0.5.1

The napari library has been upgraded from version 0.5.0 to 0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.


319-319: Upgrade pytest to version 8.3.2

The pytest framework has been updated from 8.3.1 to 8.3.2. This update may include improvements or fixes relevant to testing.


373-373: Upgrade rpds-py to version 0.19.1

The rpds-py library has been incremented from 0.19.0 to 0.19.1, suggesting minor updates.


386-386: Upgrade sentry-sdk to version 2.11.0

The sentry-sdk has been upgraded from 2.10.0 to 2.11.0, likely reflecting bug fixes or new features for error tracking.


390-390: Upgrade setuptools to version 72.0.0

The setuptools package has been updated from 71.1.0 to 72.0.0, which typically includes enhancements for packaging Python projects.


414-414: Upgrade sphinxcontrib-applehelp to version 2.0.0

The sphinxcontrib-applehelp package has been updated from 1.0.8 to 2.0.0, indicating significant updates.


416-416: Upgrade sphinxcontrib-devhelp to version 2.0.0

The sphinxcontrib-devhelp package has been updated from 1.0.6 to 2.0.0, suggesting enhancements.


418-418: Upgrade sphinxcontrib-htmlhelp to version 2.1.0

The sphinxcontrib-htmlhelp package has been updated from 2.0.6 to 2.1.0, likely including minor improvements.


422-422: Upgrade sphinxcontrib-qthelp to version 2.0.0

The sphinxcontrib-qthelp package has been updated from 1.0.8 to 2.0.0, indicating a major update.


424-424: Upgrade sphinxcontrib-serializinghtml to version 2.0.0

The sphinxcontrib-serializinghtml package has been updated from 1.1.10 to 2.0.0, suggesting significant changes.


437-437: Upgrade tifffile to version 2024.7.24

The tifffile library has been updated from 2024.7.21 to 2024.7.24, indicating minor changes.

requirements/constraints_py3.11.txt (12)

93-93: Upgrade importlib-metadata to version 8.2.0

The importlib-metadata package has been updated from 8.0.0 to 8.2.0, potentially incorporating new features or fixes.


162-162: Upgrade napari to version 0.5.1

The napari library has been upgraded from version 0.5.0 to 0.5.1. This is a minor version increment, likely incorporating bug fixes or minor enhancements.


322-322: Upgrade pytest to version 8.3.2

The pytest framework has been updated from 8.3.1 to 8.3.2. This update may include improvements or fixes relevant to testing.


376-376: Upgrade rpds-py to version 0.19.1

The rpds-py library has been incremented from 0.19.0 to 0.19.1, suggesting minor updates.


389-389: Upgrade sentry-sdk to version 2.11.0

The sentry-sdk has been upgraded from 2.10.0 to 2.11.0, likely reflecting bug fixes or new features for error tracking.


393-393: Upgrade setuptools to version 72.0.0

The setuptools package has been updated from 71.1.0 to 72.0.0, which typically includes enhancements for packaging Python projects.


417-417: Upgrade sphinxcontrib-applehelp to version 2.0.0

The sphinxcontrib-applehelp package has been updated from 1.0.8 to 2.0.0, indicating significant updates.


419-419: Upgrade sphinxcontrib-devhelp to version 2.0.0

The sphinxcontrib-devhelp package has been updated from 1.0.6 to 2.0.0, suggesting enhancements.


421-421: Upgrade sphinxcontrib-htmlhelp to version 2.1.0

The sphinxcontrib-htmlhelp package has been updated from 2.0.6 to 2.1.0, likely including minor improvements.


425-425: Upgrade sphinxcontrib-qthelp to version 2.0.0

The sphinxcontrib-qthelp package has been updated from 1.0.8 to 2.0.0, indicating a major update.


427-427: Upgrade sphinxcontrib-serializinghtml to version 2.0.0

The sphinxcontrib-serializinghtml package has been updated from 1.1.10 to 2.0.0, suggesting significant changes.


440-440: Upgrade tifffile to version 2024.7.24

The tifffile library has been updated from 2024.7.21 to 2024.7.24, indicating minor changes.

requirements/constraints_py3.10_pydantic_1.txt (12)

95-95: Update importlib-metadata to 8.2.0

The importlib-metadata package has been updated from version 8.0.0 to 8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.


166-166: Update napari to 0.5.1

The napari package has been updated from version 0.5.0 to 0.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: Update pytest to 8.3.2

The pytest testing framework has been updated from version 8.3.1 to 8.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: Update rpds-py to 0.19.1

The rpds-py library has been updated from version 0.19.0 to 0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.


393-393: Update sentry-sdk to 2.11.0

The sentry-sdk package has been updated from version 2.10.0 to 2.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: Update setuptools to 72.0.0

The setuptools package has been updated from version 71.1.0 to 72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.


421-421: Update sphinxcontrib-applehelp to 2.0.0

The sphinxcontrib-applehelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


423-423: Update sphinxcontrib-devhelp to 2.0.0

The sphinxcontrib-devhelp package has been updated from version 1.0.6 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


425-425: Update sphinxcontrib-htmlhelp to 2.1.0

The sphinxcontrib-htmlhelp package has been updated from version 2.0.6 to 2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.


429-429: Update sphinxcontrib-qthelp to 2.0.0

The sphinxcontrib-qthelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


431-431: Update sphinxcontrib-serializinghtml to 2.0.0

The sphinxcontrib-serializinghtml package has been updated from version 1.1.10 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


444-444: Update tifffile to 2024.7.24

The tifffile package has been updated from version 2024.7.21 to 2024.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: Update importlib-metadata to 8.2.0

The importlib-metadata package has been updated from version 8.0.0 to 8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.


168-168: Update napari to 0.5.1

The napari package has been updated from version 0.5.0 to 0.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: Update pytest to 8.3.2

The pytest testing framework has been updated from version 8.3.1 to 8.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: Update rpds-py to 0.19.1

The rpds-py library has been updated from version 0.19.0 to 0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.


396-396: Update sentry-sdk to 2.11.0

The sentry-sdk package has been updated from version 2.10.0 to 2.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: Update setuptools to 72.0.0

The setuptools package has been updated from version 71.1.0 to 72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.


424-424: Update sphinxcontrib-applehelp to 2.0.0

The sphinxcontrib-applehelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


426-426: Update sphinxcontrib-devhelp to 2.0.0

The sphinxcontrib-devhelp package has been updated from version 1.0.6 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


428-428: Update sphinxcontrib-htmlhelp to 2.1.0

The sphinxcontrib-htmlhelp package has been updated from version 2.0.6 to 2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.


432-432: Update sphinxcontrib-qthelp to 2.0.0

The sphinxcontrib-qthelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


434-434: Update sphinxcontrib-serializinghtml to 2.0.0

The sphinxcontrib-serializinghtml package has been updated from version 1.1.10 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


447-447: Update tifffile to 2024.7.24

The tifffile package has been updated from version 2024.7.21 to 2024.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: Update importlib-metadata to 8.2.0

The importlib-metadata package has been updated from version 8.0.0 to 8.2.0. This update may include bug fixes and new features. Ensure that the updated version is compatible with your project.


170-170: Update napari to 0.5.1

The napari package has been updated from version 0.5.0 to 0.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: Update pytest to 8.3.2

The pytest testing framework has been updated from version 8.3.1 to 8.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: Update rpds-py to 0.19.1

The rpds-py library has been updated from version 0.19.0 to 0.19.1. This minor update likely addresses small issues or adds minor features. Verify compatibility with your project.


397-397: Update sentry-sdk to 2.11.0

The sentry-sdk package has been updated from version 2.10.0 to 2.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: Update setuptools to 72.0.0

The setuptools package has been updated from version 71.1.0 to 72.0.0. This update may include new functionalities or bug fixes. Ensure that the updated version is compatible with your project.


425-425: Update sphinxcontrib-applehelp to 2.0.0

The sphinxcontrib-applehelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


427-427: Update sphinxcontrib-devhelp to 2.0.0

The sphinxcontrib-devhelp package has been updated from version 1.0.6 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


429-429: Update sphinxcontrib-htmlhelp to 2.1.0

The sphinxcontrib-htmlhelp package has been updated from version 2.0.6 to 2.1.0. This update may include enhancements or fixes. Verify compatibility with your documentation build process.


433-433: Update sphinxcontrib-qthelp to 2.0.0

The sphinxcontrib-qthelp package has been updated from version 1.0.8 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


435-435: Update sphinxcontrib-serializinghtml to 2.0.0

The sphinxcontrib-serializinghtml package has been updated from version 1.1.10 to 2.0.0. This major version change could include significant enhancements or changes. Verify compatibility with your documentation build process.


448-448: Update tifffile to 2024.7.24

The tifffile package has been updated from version 2024.7.21 to 2024.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: Approve importlib-metadata version update.

The update from 8.0.0 to 8.2.0 is a minor version change, which usually includes bug fixes and small improvements.


172-172: Approve napari version update.

The update from 0.5.0 to 0.5.1 is a minor version change, which usually includes bug fixes and small improvements.


333-333: Approve pytest version update.

The update from 8.3.1 to 8.3.2 is a minor version change, which usually includes bug fixes and small improvements.


387-387: Approve rpds-py version update.

The update from 0.19.0 to 0.19.1 is a minor version change, which usually includes bug fixes and small improvements.


400-400: Approve sentry-sdk version update.

The update from 2.10.0 to 2.11.0 is a minor version change, which usually includes bug fixes and small improvements.


404-404: Approve setuptools version update.

The update from 71.1.0 to 72.0.0 is a minor version change, which usually includes bug fixes and small improvements.


428-428: Approve sphinxcontrib-applehelp version update with caution.

The update from 1.0.8 to 2.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: Approve sphinxcontrib-devhelp version update with caution.

The update from 1.0.6 to 2.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: Approve sphinxcontrib-htmlhelp version update.

The update from 2.0.6 to 2.1.0 is a minor version change, which usually includes bug fixes and small improvements.


436-436: Approve sphinxcontrib-qthelp version update with caution.

The update from 1.0.8 to 2.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: Approve sphinxcontrib-serializinghtml version update with caution.

The update from 1.1.10 to 2.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: Approve tifffile version update.

The update from 2024.7.21 to 2024.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: Approve importlib-metadata version update.

The update from 8.0.0 to 8.2.0 is a minor version change, which usually includes bug fixes and small improvements.


334-334: Approve pytest version update.

The update from 8.3.1 to 8.3.2 is a minor version change, which usually includes bug fixes and small improvements.


392-392: Approve rpds-py version update.

The update from 0.19.0 to 0.19.1 is a minor version change, which usually includes bug fixes and small improvements.


405-405: Approve sentry-sdk version update.

The update from 2.10.0 to 2.11.0 is a minor version change, which usually includes bug fixes and small improvements.


409-409: Approve setuptools version update.

The update from 71.1.0 to 72.0.0 is a minor version change, which usually includes bug fixes and small improvements.

requirements/constraints_py3.8.txt (5)

92-92: Approve importlib-metadata version update.

The update from 8.0.0 to 8.2.0 is a minor version change, which usually includes bug fixes and small improvements.


337-337: Approve pytest version update.

The update from 8.3.1 to 8.3.2 is a minor version change, which usually includes bug fixes and small improvements.


395-395: Approve rpds-py version update.

The update from 0.19.0 to 0.19.1 is a minor version change, which usually includes bug fixes and small improvements.


408-408: Approve sentry-sdk version update.

The update from 2.10.0 to 2.11.0 is a minor version change, which usually includes bug fixes and small improvements.


412-412: Approve setuptools version update.

The update from 71.1.0 to 72.0.0 is a minor version change, which usually includes bug fixes and small improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip check PR title skip spellcheking PR title
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant