Skip to content

Commit f329cc9

Browse files
authored
chore: update dependency (doocs#2422)
1 parent 79aba16 commit f329cc9

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
with:
2020
ref: docs
2121
path: mkdocs
22-
- run: mv mkdocs/* .
22+
- run: |
23+
mv mkdocs/* .
24+
mv -f mkdocs/requirements.txt .
2325
- name: Configure Git Credentials
2426
run: |
2527
git config user.name github-actions[bot]

requirements.txt

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
black==23.12.1
2-
Requests==2.31.0
3-
sortedcontainers==2.4.0
4-
urllib3==1.26.18
5-
mkdocs-git-committers-plugin-2==2.2.3
6-
mkdocs-material==9.5.7
7-
jieba==0.42.1
1+
black==24.2.0
2+
Requests==2.31.0

0 commit comments

Comments
 (0)