File tree Expand file tree Collapse file tree 3 files changed +66
-64
lines changed Expand file tree Collapse file tree 3 files changed +66
-64
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
9
9
env :
10
- UV_VERSION : 0.8.15
10
+ UV_VERSION : 0.8.22
11
11
UV_NO_SYNC : 1
12
12
UV_LOCKED : 1
13
13
PY_COLORS : 1
20
20
- name : Checkout code
21
21
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
22
- name : Setup uv
23
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
23
+ uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
24
24
with :
25
25
version : ${{ env.UV_VERSION }}
26
26
- name : Environment
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ dependencies = [
23
23
24
24
[dependency-groups ]
25
25
dev = [
26
- " ruff==0.13.0 " ,
27
- " basedpyright==1.31.4 " ,
26
+ " ruff==0.13.3 " ,
27
+ " basedpyright==1.31.6 " ,
28
28
" taplo==0.9.3" ,
29
- " pytest==8.4.1 " ,
30
- " hypothesis==6.138.16 " ,
29
+ " pytest==8.4.2 " ,
30
+ " hypothesis==6.140.2 " ,
31
31
" anyio==4.11.0" ,
32
32
]
33
33
You can’t perform that action at this time.
0 commit comments