Skip to content

Commit 2e60308

Browse files
committed
bump dependencies
1 parent 33ba4cb commit 2e60308

File tree

3 files changed

+66
-64
lines changed

3 files changed

+66
-64
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
UV_VERSION: 0.8.15
10+
UV_VERSION: 0.8.22
1111
UV_NO_SYNC: 1
1212
UV_LOCKED: 1
1313
PY_COLORS: 1
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- name: Setup uv
23-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
23+
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
2424
with:
2525
version: ${{ env.UV_VERSION }}
2626
- name: Environment

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies = [
2323

2424
[dependency-groups]
2525
dev = [
26-
"ruff==0.13.0",
27-
"basedpyright==1.31.4",
26+
"ruff==0.13.3",
27+
"basedpyright==1.31.6",
2828
"taplo==0.9.3",
29-
"pytest==8.4.1",
30-
"hypothesis==6.138.16",
29+
"pytest==8.4.2",
30+
"hypothesis==6.140.2",
3131
"anyio==4.11.0",
3232
]
3333

0 commit comments

Comments
 (0)