Skip to content

Commit 2b9490c

Browse files
committed
Bump deps
1 parent 1fd75a0 commit 2b9490c

5 files changed

Lines changed: 332 additions & 331 deletions

File tree

.github/workflows/bump_cache.yml

Lines changed: 2 additions & 2 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@v7
24+
uses: astral-sh/setup-uv@v8.0.0
2525
with:
26-
version: "0.9.x"
26+
version: "0.11.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

.github/workflows/lint_test.yml

Lines changed: 7 additions & 7 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@v7
24+
uses: astral-sh/setup-uv@v8.0.0
2525
with:
26-
version: "0.9.x"
26+
version: "0.11.x"
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"
2929

@@ -62,9 +62,9 @@ jobs:
6262
python-version: ${{ matrix.python-version }}
6363

6464
- name: Install uv
65-
uses: astral-sh/setup-uv@v7
65+
uses: astral-sh/setup-uv@v8.0.0
6666
with:
67-
version: "0.9.x"
67+
version: "0.11.x"
6868
enable-cache: true
6969
cache-dependency-glob: "uv.lock"
7070

@@ -78,7 +78,7 @@ jobs:
7878
uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080
- name: Cache coverage for ${{ matrix.python-version }}
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: cov_py${{ matrix.python-version }}
8484
path: .coverage
@@ -98,7 +98,7 @@ jobs:
9898
python-version-file: "pyproject.toml"
9999

100100
- name: Pull coverage workflow artifacts
101-
uses: actions/download-artifact@v7
101+
uses: actions/download-artifact@v8
102102
with:
103103
path: cov_cache/
104104

@@ -116,7 +116,7 @@ jobs:
116116
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118
- name: Publish cov HTML
119-
uses: actions/upload-artifact@v6
119+
uses: actions/upload-artifact@v7
120120
with:
121121
path: htmlcov/
122122
name: cov_report_html

.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@v6
1616

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ module-name = "pre_commit_python_eol"
9090
module-root = ""
9191

9292
[build-system]
93-
requires = ["uv_build"]
93+
requires = ["uv_build>=0.11.2,<0.12"]
9494
build-backend = "uv_build"

0 commit comments

Comments
 (0)