diff --git a/kmxwasm/poetry.lock b/kmxwasm/poetry.lock index 326010f7..4a700d34 100644 --- a/kmxwasm/poetry.lock +++ b/kmxwasm/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "attrs" -version = "24.1.0" +version = "24.2.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-24.1.0-py3-none-any.whl", hash = "sha256:377b47448cb61fea38533f671fba0d0f8a96fd58facd4dc518e3dac9dbea0905"}, - {file = "attrs-24.1.0.tar.gz", hash = "sha256:adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745"}, + {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"}, + {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"}, ] [package.extras] @@ -488,13 +488,13 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve [[package]] name = "hypothesis" -version = "6.108.8" +version = "6.110.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.108.8-py3-none-any.whl", hash = "sha256:33e8bbc25c2f40d931327b210e9de5639eb954743c97984bcc19bdc7ef21a625"}, - {file = "hypothesis-6.108.8.tar.gz", hash = "sha256:310eb6ce1ae7cbb34195ec76b054572c182d008564a42069883920f4ab3c80ac"}, + {file = "hypothesis-6.110.1-py3-none-any.whl", hash = "sha256:4b54a4ed3385c53b247b99e7b3c9630e7b665ef3cfdb2c557dd1c0b34d090481"}, + {file = "hypothesis-6.110.1.tar.gz", hash = "sha256:a138bfaea11aba6daadf8effd9065251a6fec1549f25b7d72ac9881a413f76b0"}, ] [package.dependencies] @@ -589,7 +589,7 @@ xdg-base-dirs = ">=6.0.1,<7.0.0" [[package]] name = "kmultiversx" -version = "0.1.107" +version = "0.1.108" description = "Python tools for Elrond semantics" optional = false python-versions = "^3.10" @@ -605,8 +605,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.107" -resolved_reference = "b96c65f2fb4bf31b110c07da8db09be2b79ae802" +reference = "v0.1.108" +resolved_reference = "2e8b3eddc1f88f5b3c4fabcb2de0caa5feedb0d0" subdirectory = "kmultiversx" [[package]] @@ -1282,4 +1282,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8135b8a49505546d2a4655e4b8f6a875e3b23722468914ab6fc15881d78502fb" +content-hash = "9eff09d99a3095efa59b01c188729bd0114ce311c760e07a37302416c4c30b16" diff --git a/kmxwasm/pyproject.toml b/kmxwasm/pyproject.toml index 988b5b6a..83df34c1 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.107", subdirectory = "kmultiversx" } +kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.108", subdirectory = "kmultiversx" } [tool.poetry.group.dev.dependencies] autoflake = "*"