Skip to content

Commit

Permalink
refactor: bump avotes-parser to 0.5.5 to support holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Nov 21, 2023
1 parent 41e8e53 commit 50dc54d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![python ~3.10](https://img.shields.io/badge/python->=3.10,<3.11-blue)
![poetry 1.5.0](https://img.shields.io/badge/poetry-1.5.0-blue)
![eth_brownie 1.19.3](https://img.shields.io/badge/eth__brownie-1.19.3-brown)
![AVotesParser 0.5.4](https://img.shields.io/badge/AVotesParser-0.5.4-brown)
![AVotesParser 0.5.5](https://img.shields.io/badge/AVotesParser-0.5.5-brown)
![Ganache ~7.6.0](https://img.shields.io/badge/ganache-7.6.0-orange)
![license MIT](https://img.shields.io/badge/license-MIT-brightgreen)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://mainnet.lido.fi"
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
eth-brownie = "~1.19.3"
avotes-parser-core = "~0.5.4"
avotes-parser-core = "~0.5.5"
setuptools = "~65.5.1"
hexbytes = "0.2.3"
ipfs-cid = "^1.0.0"
Expand Down

0 comments on commit 50dc54d

Please sign in to comment.