From 0a0748e80ded1b03392daecda17e65efbce265dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:59:55 +0200 Subject: [PATCH] Bump starknet-devnet from 0.5.3 to 0.5.4 (#2128) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [starknet-devnet](https://github.com/0xSpaceShard/starknet-devnet) from 0.5.3 to 0.5.4.
Release notes

Sourced from starknet-devnet's releases.

v0.5.4

Usage related changes

Merged PRs

Full Changelog: https://github.com/0xSpaceShard/starknet-devnet/compare/v0.5.3...v0.5.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starknet-devnet&package-manager=pip&previous-version=0.5.3&new-version=0.5.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a174cd7c..2973c10ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2954,13 +2954,13 @@ test = ["pytest"] [[package]] name = "starknet-devnet" -version = "0.5.3" +version = "0.5.4" description = "A local testnet for Starknet" optional = false python-versions = ">=3.9,<3.10" files = [ - {file = "starknet_devnet-0.5.3-py3-none-any.whl", hash = "sha256:c7517a996c0e83a10e325b81070f6bfbf09d934b88b46681a30e8fcc911ed974"}, - {file = "starknet_devnet-0.5.3.tar.gz", hash = "sha256:25ca6fb40e5545daffe04b103c0694b9366ce72d3d8300e7a948ab99f4b80a24"}, + {file = "starknet_devnet-0.5.4-py3-none-any.whl", hash = "sha256:cd22efa4ab222057dd602aee23b0bc37d979d7aceb038937eb17b64ae6fb9117"}, + {file = "starknet_devnet-0.5.4.tar.gz", hash = "sha256:b76cc9c128f3625b48e57c6d8f0e8a189fc894c628d458ad25b904831828ae46"}, ] [package.dependencies] @@ -3474,4 +3474,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "fa62502a54c8727648d9d0d6cc11dd227a5e8f314bc2bf79a81377bb1cb4e9f5" +content-hash = "3f4cd9e91a39f38f5c03385899d5ead75f7ba0379aaadaed0b78ee78ca61ab39" diff --git a/pyproject.toml b/pyproject.toml index bc6b9331f..14f328ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tqdm = "^4.65.0" typing-extensions = "^4.3.0" tomlkit = "^0.11.8" maturin = "^1.1.0" -starknet-devnet = "0.5.3" +starknet-devnet = "0.5.4" [tool.poetry.dev-dependencies] GitPython = "^3.1.31" @@ -45,7 +45,7 @@ pytest-timeout = "^2.1.0" pytest-xdist = "^3.3.1" re-assert = "^1.1.0" snakeviz = "^2.2.0" -starknet-devnet = "0.5.3" +starknet-devnet = "0.5.4" pytest-random-order = "^1.1.0" [tool.poe.tasks]