From 509a92289de83c951f7c840e65f191f382e533ce Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 18 Oct 2023 19:01:25 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.471 --- 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 08c78c260..5d321b800 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -884,7 +884,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.470" +version = "0.1.471" description = "" category = "main" optional = false @@ -905,8 +905,8 @@ tomli = "^2.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.470" -resolved_reference = "2d745013c6a92a49ec745345768bc95a74836235" +reference = "v0.1.471" +resolved_reference = "962f4aa6a93780a75ede63ff5f8ead82043f20da" [[package]] name = "pyperclip" @@ -1134,4 +1134,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "335afca50f9276564abe9392176a3dc4c6651cf94dbb4973e8d8247545e6848d" +content-hash = "c63fc77586d4b667f8a08a2e9618312759834e45d9f05036f6aee8f153722702" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index b8fdaf6cf..73228e71d 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.470" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.471" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.0-alpha.0.tar.gz"} [tool.poetry.group.dev.dependencies]