Skip to content

Commit 4f64884

Browse files
committed
Dependencies update
1 parent a6a29d6 commit 4f64884

File tree

5 files changed

+267
-224
lines changed

5 files changed

+267
-224
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_dispatch:
1717

1818
env:
19-
UV_VERSION: 0.8.8
19+
UV_VERSION: 0.8.12
2020

2121
jobs:
2222
generate-jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- test.pypi.org
1818

1919
env:
20-
UV_VERSION: 0.8.8
20+
UV_VERSION: 0.8.12
2121

2222
jobs:
2323
publish:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- cron: '55 2 */7 * *'
1515

1616
env:
17-
UV_VERSION: 0.8.8
17+
UV_VERSION: 0.8.12
1818

1919
jobs:
2020
debug:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/uv-pre-commit
1313
# uv version.
14-
rev: 0.8.8
14+
rev: 0.8.12
1515
hooks:
1616
- id: uv-lock
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.12.8
19+
rev: v0.12.9
2020
hooks:
2121
# Linter
2222
- id: ruff

0 commit comments

Comments
 (0)