From b3bd324efb157b559cc700a630f6e10d6b3ca380 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Fri, 8 Dec 2023 07:35:39 -0700 Subject: [PATCH] Update dependency: deps/pyk_release (#546) * deps/pyk_release: Set Version v0.1.537 * pykwasm/: sync poetry files v0.1.537 * deps/pyk_release: Set Version v0.1.538 * pykwasm/: sync poetry files v0.1.538 --------- Co-authored-by: devops --- deps/pyk_release | 2 +- pykwasm/poetry.lock | 8 ++++---- pykwasm/pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deps/pyk_release b/deps/pyk_release index b6c468705..69381aa44 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.536 +v0.1.538 diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 7c7360d48..23398613a 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -896,7 +896,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.536" +version = "0.1.538" description = "" category = "main" optional = false @@ -918,8 +918,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.536" -resolved_reference = "5e6d04b44c4da70c1d0d3d17facaf3c2d8af7fb5" +reference = "v0.1.538" +resolved_reference = "aab60ef053660a8953f8e2e72a6cffa6657a32ae" [[package]] name = "pyperclip" @@ -1159,4 +1159,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bb91d2687de52ef5f920e3c0b1ce163a106e09b6f607ba24df135810545b7f8b" +content-hash = "8c553e75de80544408af70951950c6c7ca82eec5aac534592f2cf9841188986e" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index b87479f87..4fcdcaebb 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.536" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.538" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]