Skip to content

Commit 8de9f8d

Browse files
Update rootcanal to 1.10.0
1 parent 14f9eed commit 8de9f8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/avatar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install
8080
run: |
8181
pip install --upgrade pip
82-
pip install rootcanal==1.9.0
82+
pip install rootcanal==1.10.0
8383
pip install .
8484
- name: Rootcanal
8585
run: nohup python -m rootcanal > rootcanal.log &

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ avatar = "avatar:main"
2525

2626
[project.optional-dependencies]
2727
dev = [
28-
"rootcanal>=1.9.0",
28+
"rootcanal==1.10.0",
2929
"grpcio-tools>=1.57",
3030
"pyright==1.1.298",
3131
"mypy==1.5.1",

0 commit comments

Comments
 (0)