File tree Expand file tree Collapse file tree
actions/combine-coverages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 python-version-file : " pyproject.toml"
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
27+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
2828 with :
2929 enable-cache : true
3030
Original file line number Diff line number Diff line change 2020 with :
2121 python-version-file : " pyproject.toml"
2222 - name : Install uv
23- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
23+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
2424 with :
2525 enable-cache : true
2626 - name : Run linter for pyspec
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 python-version-file : " pyproject.toml"
110110 - name : Install uv
111- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
111+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
112112 with :
113113 enable-cache : true
114114 - name : Run pyspec tests for ${{ matrix.fork }}
@@ -134,7 +134,7 @@ jobs:
134134 with :
135135 python-version-file : " pyproject.toml"
136136 - name : Install uv
137- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
137+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
138138 with :
139139 enable-cache : true
140140 # Group slicing is round robin, so a 1/40 slice of the tiny config still
@@ -160,7 +160,7 @@ jobs:
160160 with :
161161 python-version-file : " pyproject.toml"
162162 - name : Install uv
163- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
163+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
164164 with :
165165 enable-cache : true
166166 - name : Build website
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234234 python-version-file : " pyproject.toml"
235235
236236 - name : Install uv
237- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
237+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
238238 with :
239239 enable-cache : true
240240
Original file line number Diff line number Diff line change 6969 python-version-file : " pyproject.toml"
7070
7171 - name : Install uv
72- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
72+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
7373 with :
7474 enable-cache : true
7575
@@ -135,7 +135,7 @@ jobs:
135135 python-version-file : " pyproject.toml"
136136
137137 - name : Install uv
138- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
138+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
139139 with :
140140 enable-cache : true
141141
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 python-version-file : " pyproject.toml"
155155
156156 - name : Install uv
157- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
157+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
158158 with :
159159 enable-cache : true
160160
Original file line number Diff line number Diff line change 2929 python-version-file : " pyproject.toml"
3030
3131 - name : Install uv
32- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
32+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10 .0.1
3333 with :
3434 enable-cache : true
3535
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies = [
1616 " eth-utils==6.0.0" ,
1717 " frozendict==2.4.7" ,
1818 " lru-dict==1.4.1" ,
19- " marko==2.2.3 " ,
19+ " marko==2.2.4 " ,
2020 " py_arkworks_bls12381==0.5.0" ,
2121 " ruamel.yaml==0.19.1" ,
2222 " setuptools==84.0.0" ,
@@ -44,12 +44,12 @@ lint = [
4444 " mdformat-gfm==1.0.0" ,
4545 " mdformat-toc==0.5.0" ,
4646 " mdformat==1.0.0" ,
47- " mypy==2.3.0 " ,
47+ " mypy==2.3.1 " ,
4848 " ruff-md==0.16.2" ,
4949]
5050docs = [
5151 " mdx-truly-sane-lists==1.3" ,
52- " zensical==0.0.53 " ,
52+ " zensical==0.0.55 " ,
5353]
5454
5555[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments