Skip to content

Commit d906300

Browse files
committed
Bump deps
1 parent 410c208 commit d906300

File tree

5 files changed

+315
-263
lines changed

5 files changed

+315
-263
lines changed

.github/workflows/bump_cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Cached Release Cycle
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 9 1 1,4,7,10 *"
6+
- cron: "0 9 14 1,4,7,10 *"
77

88
jobs:
99
bump-cache:
@@ -21,9 +21,9 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.8.x"
26+
version: "0.9.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

.github/workflows/lint_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
python-version-file: "pyproject.toml"
2222

2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v7
2525
with:
26-
version: "0.8.x"
26+
version: "0.9.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
python-version: ["3.11", "3.12", "3.13", "3.14-dev"]
41+
python-version: ["3.11", "3.12", "3.13", "3.14"]
4242
fail-fast: false
4343

4444
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v5
1616

1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
20-
version: "0.8.x"
20+
version: "0.9.x"
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"
2323

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ repos:
3636
- id: python-check-blanket-type-ignore
3737
- id: python-use-type-annotations
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.13.3
39+
rev: v0.14.0
4040
hooks:
4141
- id: ruff-check

0 commit comments

Comments
 (0)