diff --git a/poetry.lock b/poetry.lock index 4c180b4..5f50a52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -925,7 +925,7 @@ subdirectory = "pyk" [[package]] name = "pykwasm" -version = "0.1.51" +version = "0.1.52" description = "" optional = false python-versions = "^3.10" @@ -941,8 +941,8 @@ pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.67", su [package.source] type = "git" url = "https://github.com/runtimeverification/wasm-semantics.git" -reference = "v0.1.51" -resolved_reference = "954bdbc9f041c90479430262b47ddb3b1fe0fbe2" +reference = "v0.1.52" +resolved_reference = "b104b92501208a293c59933f8513134be66df6b8" subdirectory = "pykwasm" [[package]] @@ -1193,20 +1193,20 @@ files = [ [[package]] name = "zipp" -version = "3.18.1" +version = "3.18.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.18.1-py3-none-any.whl", hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b"}, - {file = "zipp-3.18.1.tar.gz", hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"}, + {file = "zipp-3.18.2-py3-none-any.whl", hash = "sha256:dce197b859eb796242b0622af1b8beb0a722d52aa2f57133ead08edd5bf5374e"}, + {file = "zipp-3.18.2.tar.gz", hash = "sha256:6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "44c517846244039abf1d21e452a982353e4f71512dff8c9749bf6a5868462e4b" +content-hash = "da30c53e383458c3f7af70729aca0c7c8885b369c4397814d0b61bd63b017a59" diff --git a/pyproject.toml b/pyproject.toml index 17dee0b..3c83214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ soroban-semantics = "ksoroban.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.51", subdirectory = "pykwasm" } +pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.52", subdirectory = "pykwasm" } [tool.poetry.group.dev.dependencies] autoflake = "*"