Skip to content

Commit 05e5eae

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.8 (#1180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3ef005 commit 05e5eae

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: astral-sh/setup-uv@v5
1818
with:
1919
# It is considered best practice to pin to a specific uv version.
20-
version: "0.8.6"
20+
version: "0.9.8"
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install the project

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: astral-sh/setup-uv@v5
1818
with:
1919
# It is considered best practice to pin to a specific uv version.
20-
version: "0.8.6"
20+
version: "0.9.8"
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Build package

.github/workflows/run-codspeed-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: astral-sh/setup-uv@v5
4747
with:
4848
# It is considered best practice to pin to a specific uv version.
49-
version: "0.8.6"
49+
version: "0.9.8"
5050

5151
- name: Install the project
5252
# --all-extras: [project.optional-dependencies]

.github/workflows/run-linting-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v5
2929
with:
3030
# It is considered best practice to pin to a specific uv version.
31-
version: "0.8.6"
31+
version: "0.9.8"
3232
python-version: ${{ matrix.python-version }}
3333

3434
- name: Install the project

.github/workflows/run-mkdocs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: astral-sh/setup-uv@v5
1818
with:
1919
# It is considered best practice to pin to a specific uv version.
20-
version: "0.8.6"
20+
version: "0.9.8"
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install the project

.github/workflows/run-pytest-celery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: astral-sh/setup-uv@v5
5555
with:
5656
# It is considered best practice to pin to a specific uv version.
57-
version: "0.7.13"
57+
version: "0.9.8"
5858
python-version: ${{ matrix.python-version }}
5959

6060
- name: Install project and dependencies

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: astral-sh/setup-uv@v5
5050
with:
5151
# It is considered best practice to pin to a specific uv version.
52-
version: "0.8.6"
52+
version: "0.9.8"
5353
python-version: ${{ matrix.python-version }}
5454

5555
- name: Install the project

0 commit comments

Comments
 (0)