Skip to content

Commit

Permalink
wip: use newer devnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Sep 12, 2022
1 parent a24ee37 commit bd752cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
30 changes: 17 additions & 13 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packaging = "^21.3"
pytest-datadir = "^1.3.1"
python = ">=3.9.13, <3.10"
requests = "^2.27.1"
starknet-py = "^0.5.2a0"
starknet-py = "^0.5.1a0"
tomli = "<2.0.0"
tomli-w = "^1.0.0"
tqdm = "^4.64.1"
Expand All @@ -41,7 +41,7 @@ pytest-datadir = "^1.3.1"
pytest-mock = "^3.7.0"
pytest-timeout = "^2.1.0"
snakeviz = "^2.1.1"
starknet-devnet = "^0.3.0"
starknet-devnet = { git = "https://github.com/Shard-Labs/starknet-devnet.git", branch = "master" }
pytest-benchmark = "^3.4.1"
freezegun = "^1.2.1"

Expand Down

0 comments on commit bd752cd

Please sign in to comment.