Skip to content

Commit a83392a

Browse files
committed
升级依赖
1 parent db39d52 commit a83392a

5 files changed

Lines changed: 72 additions & 81 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v6.0.2
10+
uses: actions/checkout@v6.0.3
1111
- name: Setup uv
1212
uses: astral-sh/setup-uv@v8.1.0
1313
- name: Install dependencies

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v6.0.3
2323
- name: Setup uv
2424
uses: astral-sh/setup-uv@v8.1.0
2525
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121
- name: Setup uv
2222
uses: astral-sh/setup-uv@v8.1.0
2323
- name: Install dependencies

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ version = "0.0.0"
44
requires-python = ">=3.14"
55

66
dependencies = [
7-
"pixel-font-builder==0.0.48",
7+
"pixel-font-builder==0.0.49",
88
"pixel-font-knife==0.0.23",
9-
"fonttools[woff]==4.62.1",
9+
"fonttools[woff]==4.63.0",
1010
"unicodedata2==17.0.1",
11-
"unidata-blocks==0.0.24",
11+
"unidata-blocks==0.0.25",
1212
"character-encoding-utils==0.0.12",
1313
"pyyaml==6.0.3",
1414
"pillow==12.2.0",
@@ -17,5 +17,5 @@ dependencies = [
1717
"httpx[http2]==0.28.1",
1818
"tqdm==4.67.3",
1919
"loguru==0.7.3",
20-
"cyclopts==4.11.2",
20+
"cyclopts==4.16.1",
2121
]

0 commit comments

Comments
 (0)