Skip to content

Commit 6d28a97

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

3 files changed

Lines changed: 66 additions & 61 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
- "3.14"
2828
- "3.15"
2929
steps:
30-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
31-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3232
id: setup-python
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
allow-prereleases: true
3636
- name: Install uv
37-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3
37+
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
3838
with:
3939
version: ">=0.9.0"
4040
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.10
16+
rev: v0.14.13
1717
hooks:
1818
- id: ruff
1919
args: [ --fix ]

0 commit comments

Comments
 (0)