diff --git a/deps/pyk_release b/deps/pyk_release index 0127ca151..aa58ea4f0 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.599 +v0.1.614 diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 4e66d511c..ea20bf6b5 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.599" +version = "0.1.614" 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.599" -resolved_reference = "4de42e8f8ea740c4dc89291433ee1ae150b8a043" +reference = "v0.1.614" +resolved_reference = "272bc8cbcb61b82e1e0ad4fc3669812de213a936" [[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 = "eff5107a3c5f02ac38628784cde59ad6a86ed9eb04d9f7ec6e05f7a9c2516d45" +content-hash = "b829f6fb71b929c2a904faeb9051a75ecf291a0f151e1c417be3ce0b6faef789" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 4e3632dc4..e68e96dd6 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.599" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.614" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.2.0.tar.gz"} [tool.poetry.group.dev.dependencies]