diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 8134a5869..e06ce0d1a 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -888,7 +888,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.466" +version = "0.1.467" description = "" category = "main" optional = false @@ -909,8 +909,8 @@ tomli = "^2.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.466" -resolved_reference = "ea37c367a68f74d23d8f57e24c433e4d1ad81676" +reference = "v0.1.467" +resolved_reference = "daf738ffa19d42e0485bb33c77fba49ffbddb913" [[package]] name = "pyperclip" @@ -1138,4 +1138,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8f18522a87ffe4d7440fd26e860b52f09ff8bd0b3c69b49351dff0b2e8bff982" +content-hash = "36980ff36dabf4339495bdb7cfd8438383c6c8373c6011bdf5e4ad382a62064b" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index d25867a8e..1d92571d1 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.466" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.467" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.0-alpha.0.tar.gz"} [tool.poetry.group.dev.dependencies]