From 76ab3ea0d71a9cffb725bdb905438442897803cb Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 30 Oct 2023 12:04:58 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.485 --- 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 f5cf8211d..58828ec8b 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -882,7 +882,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.484" +version = "0.1.485" description = "" category = "main" optional = false @@ -903,8 +903,8 @@ tomli = "^2.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.484" -resolved_reference = "979a559048b5b766cf9f525c474a1311e23e2d8e" +reference = "v0.1.485" +resolved_reference = "85fe2ca89270c72a6ff38c980f7f3ceb5a1f0777" [[package]] name = "pyperclip" @@ -1132,4 +1132,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "34c67e8dfa389e6ae7b14240fd4e391001c0180d7826f12d0e4bff60650357d1" +content-hash = "4135469708b92d39dae57e3ba2a3da4c64f921db2d098f2d83202806cd03c7f4" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 07e3b94fb..9ce013f05 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.484" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.485" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.0-alpha.0.tar.gz"} [tool.poetry.group.dev.dependencies]