From e9da7ab81d9eefe6d282976c4b116e9378f3ef39 Mon Sep 17 00:00:00 2001 From: devops Date: Fri, 10 Nov 2023 15:54:47 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.496 --- 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 f01fb2d0c..9041f5733 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -882,7 +882,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.495" +version = "0.1.496" 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.495" -resolved_reference = "6a54f056a54b076d47b86606995aded8a5694c06" +reference = "v0.1.496" +resolved_reference = "dd40fd825827736036b98c534acc7c953d117a0f" [[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 = "3b50a3b9a0c84984fcf3c40ef70aa286ae8292216d8edf5112399c26b485ee7f" +content-hash = "9ff5bfd551426a50b1629e96643d5b68b4a16cbe37fcffe434a6ab61c848ca73" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 227a5477c..ac5035c60 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.495" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.496" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.0-alpha.0.tar.gz"} [tool.poetry.group.dev.dependencies]