Skip to content

chore(deps): lock file maintenance#1402

Merged
dbanty merged 3 commits intomainfrom
renovate/lock-file-maintenance
Mar 11, 2026
Merged

chore(deps): lock file maintenance#1402
dbanty merged 3 commits intomainfrom
renovate/lock-file-maintenance

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from c219ae7 to fd67909 Compare February 17, 2026 01:38
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch 2 times, most recently from 1a63db8 to 167188a Compare March 10, 2026 23:59
@dbanty
Copy link
Collaborator

dbanty commented Mar 11, 2026

@copilot please address the new Ruff lints

Copy link
Contributor

Copilot AI commented Mar 11, 2026

@dbanty I've opened a new pull request, #1409, to work on those changes. Once the pull request is ready, I'll request review from you.

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 167188a to f41e8b4 Compare March 11, 2026 00:09
@renovate
Copy link
Contributor Author

renovate bot commented Mar 11, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dbanty
Copy link
Collaborator

dbanty commented Mar 11, 2026

@copilot looks like Ruff formatting changed a bit and snapshots need to be updated. Can you do that?

Copy link
Contributor

Copilot AI commented Mar 11, 2026

@dbanty I've opened a new pull request, #1410, to work on those changes. Once the pull request is ready, I'll request review from you.

Ruff 0.15.5 changed formatting to add an empty line after function
signatures before the function body. Updated 53 golden record snapshot
files to match.

**Example of formatting change:**
```python
# Before
def _get_kwargs() -> dict[str, Any]:
    _kwargs: dict[str, Any] = {

# After
def _get_kwargs() -> dict[str, Any]:

    _kwargs: dict[str, Any] = {
```

- **Updated golden records**: `end_to_end_tests/golden-record/` and
`end_to_end_tests/literal-enums-golden-record/` — regenerated via
`regen_golden_record.py`

<!-- START COPILOT CODING AGENT TIPS -->
---

💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dbanty <43723790+dbanty@users.noreply.github.com>
@dbanty dbanty enabled auto-merge March 11, 2026 04:00
@dbanty dbanty added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit 75cb057 Mar 11, 2026
22 checks passed
@dbanty dbanty deleted the renovate/lock-file-maintenance branch March 11, 2026 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants