From d4365cd3252dbefd878d5c8c9a5837f0a7b4e77f Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 16 Jan 2024 20:37:22 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.577 --- 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 2bfe75ca7..2fcc3f7ae 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.576" +version = "0.1.577" 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.576" -resolved_reference = "3b7515e4c5c3d7969bc1582a7a0533ca9cacdeb9" +reference = "v0.1.577" +resolved_reference = "5c625925da8408d691a962f20ef416750b3aebdb" [[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 = "7d854774c33fdaa01467fc13754a5f4424ad320f207a4aae6a19a12d19c43862" +content-hash = "3e232690d65a45e7610c1554555f08e9de41c8cfeb43956d0131b7c7105ddab6" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index cf21eed56..f176b20f1 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.576" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.577" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]