From e37c9e75b0915559812c1c2fadfe246a3b4f644d Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 17 Jan 2024 09:50:09 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.578 --- 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 2fcc3f7ae..47cdff362 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.577" +version = "0.1.578" description = "" category = "main" optional = false @@ -920,8 +920,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.577" -resolved_reference = "5c625925da8408d691a962f20ef416750b3aebdb" +reference = "v0.1.578" +resolved_reference = "62dc56ce9fd451ec8e065e4bee9b808392de20d0" [[package]] name = "pyperclip" @@ -1161,4 +1161,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3e232690d65a45e7610c1554555f08e9de41c8cfeb43956d0131b7c7105ddab6" +content-hash = "675b8579b3ec16c72f1b315b58e4c4b1c46712a79361a9a66fc32eca7478f6eb" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index f176b20f1..d97298bfd 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.577" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.578" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]