Skip to content

Commit a6a29d6

Browse files
committed
Dependencies update
1 parent 12d2da3 commit a6a29d6

File tree

5 files changed

+275
-270
lines changed

5 files changed

+275
-270
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.3
19+
UV_VERSION: 0.8.8
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.3
20+
UV_VERSION: 0.8.8
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.3
17+
UV_VERSION: 0.8.8
1818

1919
jobs:
2020
debug:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
- id: check-added-large-files
1212
- repo: https://github.com/astral-sh/uv-pre-commit
1313
# uv version.
14-
rev: 0.8.3
14+
rev: 0.8.8
1515
hooks:
1616
- id: uv-lock
1717
- repo: https://github.com/charliermarsh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.12.5
19+
rev: v0.12.8
2020
hooks:
2121
# Linter
2222
- id: ruff
2323
# Formatter
2424
- id: ruff-format
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.17.0
26+
rev: v1.17.1
2727
hooks:
2828
- id: mypy
2929
files: ^modernrpc

0 commit comments

Comments
 (0)