From aef96ad0464bf87956bd801afa8927572fb15f03 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 20 Dec 2023 23:35:48 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.562 --- pykwasm/poetry.lock | 8 ++++---- pykwasm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 2764b4e2b..cb668d5ff 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -897,7 +897,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.561" +version = "0.1.562" description = "" category = "main" optional = false @@ -919,8 +919,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.561" -resolved_reference = "2e7f244a54dcf6e9cd7e96f1d21c887e07e8db9b" +reference = "v0.1.562" +resolved_reference = "0c3a6318f67956edcd313d379fa139ab93aeeb6f" [[package]] name = "pyperclip" @@ -1160,4 +1160,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "95a1eea6f8da88b3638f29959e8f2238a61e1824147059f8f29cef6e938eadb3" +content-hash = "42891c2163f2fdb58ef136cd2fe82fe74181f4d74e58dc462c6f473677093fcc" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 47c0a0299..ecaa76c52 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.561" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.562" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]