Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: updated boa-zksync to 0.2.7 #160

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.