Skip to content

Commit

Permalink
Update rootcanal to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLawson committed Mar 29, 2024
1 parent 14f9eed commit 8de9f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/avatar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install
run: |
pip install --upgrade pip
pip install rootcanal==1.9.0
pip install rootcanal==1.10.0
pip install .
- name: Rootcanal
run: nohup python -m rootcanal > rootcanal.log &
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ avatar = "avatar:main"

[project.optional-dependencies]
dev = [
"rootcanal>=1.9.0",
"rootcanal==1.10.0",
"grpcio-tools>=1.57",
"pyright==1.1.298",
"mypy==1.5.1",
Expand Down

0 comments on commit 8de9f8d

Please sign in to comment.