Skip to content

Commit 5445db7

Browse files
committed
version bumps
1 parent d1e11cf commit 5445db7

File tree

4 files changed

+501
-517
lines changed

4 files changed

+501
-517
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
# https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
4949
# It is considered best practice to pin to a specific uv version
50-
version: "0.8.23"
50+
version: "0.9.5"
5151
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
5252
enable-cache: true
5353
cache-dependency-glob: uv.lock
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
# https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
106106
# It is considered best practice to pin to a specific uv version
107-
version: "0.8.23"
107+
version: "0.9.5"
108108
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
109109
enable-cache: true
110110
cache-dependency-glob: uv.lock

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
# https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
3030
# It is considered best practice to pin to a specific uv version
31-
version: "0.8.23"
31+
version: "0.9.5"
3232
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
3333
enable-cache: true
3434
cache-dependency-glob: uv.lock
@@ -73,7 +73,7 @@ jobs:
7373
python-version: ${{ matrix.python-version }}
7474
# https://docs.astral.sh/uv/guides/integration/github/#using-uv-in-github-actions
7575
# It is considered best practice to pin to a specific uv version
76-
version: "0.8.23"
76+
version: "0.9.5"
7777
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#enable-caching
7878
enable-cache: true
7979
cache-dependency-glob: uv.lock

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.13.3
8+
rev: v0.14.2
99
hooks:
1010
- id: ruff-check
1111
types_or: [ python, pyi ]
@@ -21,7 +21,7 @@ repos:
2121
- tomli
2222
- repo: https://github.com/astral-sh/uv-pre-commit
2323
# uv version.
24-
rev: 0.8.23
24+
rev: 0.9.5
2525
hooks:
2626
# Update the uv lockfile
2727
- id: uv-lock

0 commit comments

Comments
 (0)