Skip to content

Commit 386b887

Browse files
chore: bump deps (#95)
* chore(deps): bump actions/checkout from 5 to 6 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> * chore(deps-dev): bump ruff from 0.14.8 to 0.14.13 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> * chore(deps-dev): bump ty from 0.0.8 to 0.0.13 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> * chore(deps): bump sounddevice from 0.5.3 to 0.5.4 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> * chore(deps): bump pydantic from 2.12.4 to 2.12.5 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f70c82 commit 386b887

2 files changed

Lines changed: 59 additions & 59 deletions

File tree

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Lint & Format
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Install uv
1616
uses: astral-sh/setup-uv@v7
@@ -25,7 +25,7 @@ jobs:
2525
name: Type Check
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v7
3131
with:
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3"]
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: Install uv
4747
uses: astral-sh/setup-uv@v7
4848
with:
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
needs: [test]
6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767

6868
- name: Install uv
6969
uses: astral-sh/setup-uv@v7
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
needs: [lint, type-check, test, integration]
9292
steps:
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494
- name: Install uv
9595
uses: astral-sh/setup-uv@v7
9696
- name: Build package
@@ -112,7 +112,7 @@ jobs:
112112
permissions:
113113
id-token: write
114114
steps:
115-
- uses: actions/checkout@v5
115+
- uses: actions/checkout@v6
116116
- name: Install uv
117117
uses: astral-sh/setup-uv@v7
118118
- name: Build package

0 commit comments

Comments
 (0)