Skip to content

Commit 399f3f0

Browse files
Update all dependencies (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd2d4af commit 399f3f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Set up UV
2424
id: setup-uv
25-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
25+
uses: astral-sh/setup-uv@f758a4a1ebb83e14d4816e3687e4da1f0468b45c
2626
with:
2727
python-version: ${{ matrix.python_version }}
2828

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939

4040
- name: Install the latest version of uv
41-
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6
41+
uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
4242
with:
4343
python-version: "3.13"
4444
activate-environment: true

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
8484
- urllib3==2.5.0
8585
- zipp==3.23.0 ; python_full_version < '3.10'
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
87-
rev: v0.12.2
87+
rev: v0.12.9
8888
hooks:
8989
- id: ruff
9090
args: [--fix, --unsafe-fixes, --show-fixes]
@@ -113,6 +113,6 @@ repos:
113113

114114
- repo: https://github.com/astral-sh/uv-pre-commit
115115
# uv version.
116-
rev: 0.7.19
116+
rev: 0.8.12
117117
hooks:
118118
- id: uv-lock

0 commit comments

Comments
 (0)