Skip to content

Commit b5a6103

Browse files
authored
Merge branch 'main' into fix/verbose-put-last-response-capture
2 parents a7c7ef0 + 113ad63 commit b5a6103

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5555
- name: Install uv
56-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
56+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5757
with:
5858
enable-cache: true
5959
python-version: "3.13"
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
fetch-depth: 0
9393
- name: Install uv
94-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
94+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
9595
with:
9696
enable-cache: true
9797
python-version: ${{ matrix.py }}
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
persist-credentials: false
159159
- name: Install uv
160-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
160+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
161161
with:
162162
enable-cache: true
163163
python-version: "3.13"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ needs.release-please.outputs.tag_name }}
4646

4747
- name: Install uv
48-
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
48+
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4949
with:
5050
enable-cache: true
5151
python-version: "3.13"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/uv-pre-commit
13-
rev: 0.11.30
13+
rev: 0.11.31
1414
hooks:
1515
- id: uv-lock
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -20,7 +20,7 @@ repos:
2020
args: [--fix]
2121
- id: ruff-format
2222
- repo: https://github.com/pre-commit/pre-commit
23-
rev: v4.6.0
23+
rev: v4.6.1
2424
hooks:
2525
- id: validate_manifest
2626
- repo: https://github.com/gitleaks/gitleaks

0 commit comments

Comments
 (0)