diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index c8a953907..7dfd827e9 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -909,7 +909,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.604" +version = "0.1.605" description = "" category = "main" optional = false @@ -931,8 +931,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.604" -resolved_reference = "ac44eb6918ba9abf0d0d3b81d3025293fa620c62" +reference = "v0.1.605" +resolved_reference = "5fae46774cadc6cf021391267f67475ce95ca5d0" [[package]] name = "pyperclip" @@ -1172,4 +1172,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "974074cba1187385ccd0e31d5e5c20d7be963b2b875aa7554b9035a6ee882f85" +content-hash = "66bea32c7f558b76ddedf8c5245f4eb6a7661cf2e9276ad96b0cb781080df18d" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 3d4335d4a..053ec3d6f 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.604" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.605" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.2.0.tar.gz"} [tool.poetry.group.dev.dependencies]