Skip to content

Commit

Permalink
feat: updated boa-zksync to 0.2.7 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC authored Nov 22, 2024
1 parent e58cb35 commit 2d0f529
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ authors = [
dependencies = [
"titanoboa>=v0.2.5b1",
"python-dotenv>=1.0.1",
"titanoboa-zksync>=0.2.6",
"titanoboa-zksync>=0.2.7",
"tqdm>=4.66.5",
"tomlkit>=0.13.2", # For preserving comments when writing to toml
"tomlkit>=0.13.2", # For preserving comments when writing to toml
"tomli-w>=1.0.0",
"pytest-cov>=5.0.0",
"uv>=0.4.15",
"pytest-xdist>=3.6.1",
"vyper==0.4.0", # We will want to get rid of this hard-coded dependency in 0.3.4 of moccasin
"vyper==0.4.0", # We will want to get rid of this hard-coded dependency in 0.3.4 of moccasin
]
readme = "README.md"
requires-python = ">= 3.11, <= 3.13"
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 2d0f529

Please sign in to comment.