merge queue: embarking main (8980236), #336 and #337 together#352
Closed
mergify[bot] wants to merge 4 commits intomainfrom
Closed
merge queue: embarking main (8980236), #336 and #337 together#352mergify[bot] wants to merge 4 commits intomainfrom
mergify[bot] wants to merge 4 commits intomainfrom
Conversation
1 task
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the development dependency on the 'ty' package to a newer patch version and refreshes the lockfile as part of an automated Renovate/Mergify merge-queue batch. Entity relationship diagram for updated dev dependencies in pyproject.tomlerDiagram
Project ||--o{ DependencyGroup : has
DependencyGroup ||--o{ Package : includes
Project {
string name
string requires_python
}
DependencyGroup {
string group_name
string file_pyproject_toml
}
Package {
string name
string version_spec
boolean is_dev_dependency
}
Project ||--o{ Package : direct_dependency
DependencyGroup_dev {
string group_name_dev
}
Package_ruff {
string name_ruff
string version_spec_ge_0_15_9
boolean is_dev_dependency_true
}
Package_ty_old {
string name_ty
string version_spec_ge_0_0_28
boolean is_dev_dependency_true
}
Package_ty_new {
string name_ty
string version_spec_ge_0_0_29
boolean is_dev_dependency_true
}
Project ||--o{ DependencyGroup : defines
DependencyGroup_dev ||--o{ Package_ruff : contains
DependencyGroup_dev ||--o{ Package_ty_new : contains
Package_ty_old ||--|| Package_ty_new : replaced_by
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Python | Apr 9, 2026 9:04p.m. | Review ↗ | |
| Secrets | Apr 9, 2026 9:04p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



✨ Pull request #336 which was ahead in the queue has been dequeued (for the following reason:
pull request manually updated). The pull request #337 has been re-embarked. ✨Branch main (8980236), #336 and #337 are embarked together for merge.
This pull request has been created by Mergify to speculatively check the mergeability of #337.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.
Required conditions of queue rule
Python Dependency Updatesfor merge:check-success = Test Image / API Testmain]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge ProtectionsRequired conditions to stay in the queue:
author = renovate[bot]check-success = Check Dependency Compatibilityfiles ~= ^(uv.lock|pyproject.toml)$main]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge Protections