From 4d4d89cb6c4158009496011e9eb1b87dfc3f75e6 Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 22 Oct 2024 13:32:09 +0000 Subject: [PATCH] kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files --- kmxwasm/poetry.lock | 8 ++++---- kmxwasm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kmxwasm/poetry.lock b/kmxwasm/poetry.lock index 8e49beb8..80f8c2a5 100644 --- a/kmxwasm/poetry.lock +++ b/kmxwasm/poetry.lock @@ -583,7 +583,7 @@ xdg-base-dirs = ">=6.0.1,<7.0.0" [[package]] name = "kmultiversx" -version = "0.1.117" +version = "0.1.118" description = "Python tools for Elrond semantics" optional = false python-versions = "^3.10" @@ -599,8 +599,8 @@ pykwasm = {git = "https://github.com/runtimeverification/wasm-semantics.git", ta [package.source] type = "git" url = "https://github.com/runtimeverification/mx-semantics.git" -reference = "v0.1.117" -resolved_reference = "0b50cb65d029bca24463380f54f97c2a2692db2f" +reference = "v0.1.118" +resolved_reference = "58ce9c6e07271d01a42d1a6bf19bbc7cc1928761" subdirectory = "kmultiversx" [[package]] @@ -1295,4 +1295,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c3f0439e3c9a8db93e48855abdc8a9b0b85a18a779f99314e4a0dc2a229b5100" +content-hash = "b4c4ff962fd71a5e73597df7e197e91c5ad9affb789a8800a0ae276e068a6c63" diff --git a/kmxwasm/pyproject.toml b/kmxwasm/pyproject.toml index 7ca8b179..b756e8ec 100644 --- a/kmxwasm/pyproject.toml +++ b/kmxwasm/pyproject.toml @@ -22,7 +22,7 @@ pytest-kmxwasm = "kmxwasm.testing.fixtures" [tool.poetry.dependencies] python = "^3.10" -kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.117", subdirectory = "kmultiversx" } +kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.118", subdirectory = "kmultiversx" } [tool.poetry.group.dev.dependencies] autoflake = "*"