Skip to content

Conversation

@twangodev
Copy link
Collaborator

@twangodev twangodev commented Jan 22, 2026

Summary by CodeRabbit

  • Chores
    • Updated CI/CD infrastructure components to latest compatible versions.

✏️ Tip: You can customize this high-level summary in your review settings.

dependabot bot and others added 6 commits November 24, 2025 12:22
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.13.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.8...0.14.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.8 to 0.0.13.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.8...0.0.13)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sounddevice](https://github.com/spatialaudio/python-sounddevice) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/spatialaudio/python-sounddevice/releases)
- [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst)
- [Commits](spatialaudio/python-sounddevice@0.5.3...0.5.4)

---
updated-dependencies:
- dependency-name: sounddevice
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.4 to 2.12.5.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.5/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.4...v2.12.5)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…, 'origin/dependabot/github_actions/actions/checkout-6', 'origin/dependabot/uv/ruff-0.14.13', 'origin/dependabot/uv/sounddevice-0.5.4' and 'origin/dependabot/uv/ty-0.0.13' into chore/bump
Copilot AI review requested due to automatic review settings January 22, 2026 20:08
@twangodev twangodev merged commit 386b887 into main Jan 22, 2026
12 of 14 checks passed
@twangodev twangodev deleted the chore/bump branch January 22, 2026 20:08
@coderabbitai
Copy link

coderabbitai bot commented Jan 22, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request updates the GitHub Actions workflow to use actions/checkout@v6 instead of actions/checkout@v5. The change is uniformly applied across all workflow jobs: lint, type-check, test, integration, build, and publish. No functional or control flow logic is altered.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Version Update
.github/workflows/python.yml
Updated actions/checkout from v5 to v6 across all jobs (lint, type-check, test, integration, build, publish). 6 lines modified.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 From v5 to v6 we hop,
The actions now updated, never to stop,
Each workflow job gets the fresh new way,
To checkout the code, hip-hip-hooray! 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates project dependencies and GitHub Actions workflows to their latest versions. The changes include Python package updates and a GitHub Actions checkout action upgrade.

Changes:

  • Updated 5 Python dependencies (fish-audio-sdk, pydantic, ruff, sounddevice, ty) to newer versions
  • Updated GitHub Actions checkout action from v5 to v6 across all workflow jobs

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
uv.lock Updated dependency versions with new package hashes and metadata for fish-audio-sdk (1.1.1→1.2.0), pydantic (2.12.4→2.12.5), ruff (0.14.8→0.14.13), sounddevice (0.5.3→0.5.4), and ty (0.0.8→0.0.13)
.github/workflows/python.yml Upgraded actions/checkout from v5 to v6 across all workflow jobs (lint, type-check, test, integration, build, publish)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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