Skip to content

Commit 1bee678

Browse files
chore: Lock file maintenance
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 6de6e84 commit 1bee678

3 files changed

Lines changed: 145 additions & 145 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Setup uv
59-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
59+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6060
- name: Run Tox
6161
run: |
6262
uvx --with=tox-uv tox -e ${{ matrix.python-version }}
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
python-version: 3.x
7373
- name: Setup uv
74-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
74+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7575
- name: Run Tox
7676
run: |
7777
uvx --with=tox-uv tox -e typing

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ repos:
2626
- id: check-meltano
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.15.10
29+
rev: v0.15.12
3030
hooks:
3131
- id: ruff-check
3232
- id: ruff-format
3333

3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.11.6
35+
rev: 0.11.8
3636
hooks:
3737
- id: uv-lock
3838
- id: uv-sync

0 commit comments

Comments
 (0)