From 26bc9d12ee1f641d858128ce31f34fa1d883d5df Mon Sep 17 00:00:00 2001 From: devops Date: Fri, 3 Nov 2023 08:41:02 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.491 --- 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 db388a768..d804a8aa8 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -882,7 +882,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.490" +version = "0.1.491" 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.490" -resolved_reference = "9428c92fa077a905df99c3215fb7f83427a78292" +reference = "v0.1.491" +resolved_reference = "11ec5230566ec2b8336000e636a5d814a4dc56d1" [[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 = "54ddb223fb5af4a7707e32331daae54f22312978cbb467914db659aeb8cb187a" +content-hash = "452ceb64703a5ed0b3dc1072adc1938e4bb4bb54ae03dfa461fe1f0e772f229a" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 74e3c4cce..d4e66111d 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.490" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.491" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.0-alpha.0.tar.gz"} [tool.poetry.group.dev.dependencies]