-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: [Automatic] Constraints upgrades: napari
, sentry-sdk
, sympy
#1128
Conversation
🧙 Sourcery has finished reviewing your pull request! Tips
|
WalkthroughThe updates primarily involve upgrading the versions of various dependencies across multiple requirement and constraint files. These changes ensure compatibility with newer versions of libraries such as Changes
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 Configration 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.
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.
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 (1 hunks)
- requirements/constraints_py3.10_pydantic_1.txt (1 hunks)
- requirements/constraints_py3.11.txt (1 hunks)
- requirements/constraints_py3.11_docs.txt (1 hunks)
- requirements/constraints_py3.11_pydantic_1.txt (1 hunks)
- requirements/constraints_py3.12.txt (1 hunks)
- requirements/constraints_py3.12_pydantic_1.txt (1 hunks)
- requirements/constraints_py3.8.txt (1 hunks)
- requirements/constraints_py3.8_pydantic_1.txt (1 hunks)
- requirements/constraints_py3.9.txt (1 hunks)
- requirements/constraints_py3.9_pydantic_1.txt (1 hunks)
Files skipped from review due to trivial changes (11)
- requirements/constraints_py3.10.txt
- requirements/constraints_py3.10_pydantic_1.txt
- requirements/constraints_py3.11.txt
- requirements/constraints_py3.11_docs.txt
- requirements/constraints_py3.11_pydantic_1.txt
- requirements/constraints_py3.12.txt
- requirements/constraints_py3.12_pydantic_1.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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1128 +/- ##
===========================================
+ Coverage 92.95% 93.02% +0.06%
===========================================
Files 207 207
Lines 32632 32632
===========================================
+ Hits 30334 30355 +21
+ Misses 2298 2277 -21 ☔ View full report in Codecov by Sentry. |
sentry-sdk
napari
, sentry-sdk
, sympy
80f18b0
to
d3e8d03
Compare
Quality Gate passedIssues Measures |
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 (5 hunks)
- requirements/constraints_py3.10_pydantic_1.txt (5 hunks)
- requirements/constraints_py3.11.txt (5 hunks)
- requirements/constraints_py3.11_docs.txt (5 hunks)
- requirements/constraints_py3.11_pydantic_1.txt (5 hunks)
- requirements/constraints_py3.12.txt (5 hunks)
- requirements/constraints_py3.12_pydantic_1.txt (5 hunks)
- requirements/constraints_py3.8.txt (4 hunks)
- requirements/constraints_py3.8_pydantic_1.txt (4 hunks)
- requirements/constraints_py3.9.txt (5 hunks)
- requirements/constraints_py3.9_pydantic_1.txt (5 hunks)
Files skipped from review as they are similar to previous changes (9)
- requirements/constraints_py3.10.txt
- requirements/constraints_py3.11.txt
- requirements/constraints_py3.11_docs.txt
- requirements/constraints_py3.11_pydantic_1.txt
- requirements/constraints_py3.12.txt
- requirements/constraints_py3.12_pydantic_1.txt
- requirements/constraints_py3.8.txt
- requirements/constraints_py3.9.txt
- requirements/constraints_py3.9_pydantic_1.txt
Additional comments not posted (10)
requirements/constraints_py3.10_pydantic_1.txt (5)
117-117
: LGTM: Upgrade jsonschema to version 4.23.0The upgrade from
jsonschema==4.22.0
tojsonschema==4.23.0
is appropriate and should include the latest bug fixes and features.
166-166
: LGTM: Upgrade napari to version 0.5.0The upgrade from
napari==0.4.19.post1
tonapari==0.5.0
is appropriate and should include significant updates and new features.
378-378
: LGTM: Upgrade rpds-py to version 0.19.0The upgrade from
rpds-py==0.18.1
torpds-py==0.19.0
is appropriate and should include minor improvements and bug fixes.
391-391
: LGTM: Upgrade sentry-sdk to version 2.9.0The upgrade from
sentry-sdk==2.7.1
tosentry-sdk==2.9.0
is appropriate and should include new features and bug fixes.
395-395
: LGTM: Upgrade setuptools to version 70.3.0The upgrade from
setuptools==70.2.0
tosetuptools==70.3.0
is appropriate and should include minor improvements and bug fixes.requirements/constraints_py3.8_pydantic_1.txt (5)
121-121
: LGTM: Upgrade jsonschema to version 4.23.0The upgrade from
jsonschema==4.22.0
tojsonschema==4.23.0
is appropriate and should include the latest bug fixes and features.
393-393
: LGTM: Upgrade rpds-py to version 0.19.0The upgrade from
rpds-py==0.18.1
torpds-py==0.19.0
is appropriate and should include minor improvements and bug fixes.
406-406
: LGTM: Upgrade sentry-sdk to version 2.9.0The upgrade from
sentry-sdk==2.7.1
tosentry-sdk==2.9.0
is appropriate and should include new features and bug fixes.
410-410
: LGTM: Upgrade setuptools to version 70.3.0The upgrade from
setuptools==70.2.0
tosetuptools==70.3.0
is appropriate and should include minor improvements and bug fixes.
453-453
: LGTM: Upgrade sympy to version 1.13.0The upgrade from
sympy==1.12.1
tosympy==1.13.0
is appropriate and should include new features and bug fixes.
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
jsonschema
,napari
,rpds-py
,sentry-sdk
,setuptools
, andsympy
across multiple Python version constraints to ensure compatibility and improved functionality.