diff --git a/deps/pyk_release b/deps/pyk_release index 367a7fcc0..b6c468705 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.525 +v0.1.536 diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index c878d46f1..7c7360d48 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -896,7 +896,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.525" +version = "0.1.536" description = "" category = "main" optional = false @@ -918,8 +918,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.525" -resolved_reference = "4a1a2c990078361259bbdaaaac41dd85c0cf1802" +reference = "v0.1.536" +resolved_reference = "5e6d04b44c4da70c1d0d3d17facaf3c2d8af7fb5" [[package]] name = "pyperclip" @@ -1159,4 +1159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a0ce3a950a898240701ae125d54db6ac68923487bf5e0e8a5430ab47b924ac7f" +content-hash = "bb91d2687de52ef5f920e3c0b1ce163a106e09b6f607ba24df135810545b7f8b" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index d601bfde0..b87479f87 100644 --- a/pykwasm/pyproject.toml +++ b/pykwasm/pyproject.toml @@ -14,7 +14,7 @@ authors = [ python = "^3.10" cytoolz = "^0.12.1" numpy = "^1.24.2" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.525" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.536" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]