From 703aaa56ca7574590567b4ad640916e7382cee6e Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Wed, 15 May 2024 02:26:14 -0600 Subject: [PATCH] Update dependency: deps/kwasm_release (#5) * deps/kwasm_release: Set Version 0.1.50 * Set Version: 0.1.2 * Sync Poetry files 0.1.50 * deps/k_release: sync release file version 7.0.56 * Sync Poetry files 0.1.50 --------- Co-authored-by: devops --- deps/k_release | 2 +- deps/kwasm_release | 2 +- package/version | 2 +- poetry.lock | 28 ++++++++++++++-------------- pyproject.toml | 4 ++-- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/deps/k_release b/deps/k_release index 02ea36c..c383cbf 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.0.52 +7.0.56 diff --git a/deps/kwasm_release b/deps/kwasm_release index 5946feb..0665a48 100644 --- a/deps/kwasm_release +++ b/deps/kwasm_release @@ -1 +1 @@ -0.1.48 +0.1.50 diff --git a/package/version b/package/version index 17e51c3..d917d3e 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/poetry.lock b/poetry.lock index 56d0090..203ebb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -595,13 +595,13 @@ files = [ [[package]] name = "mdit-py-plugins" -version = "0.4.0" +version = "0.4.1" description = "Collection of plugins for markdown-it-py" optional = false python-versions = ">=3.8" files = [ - {file = "mdit_py_plugins-0.4.0-py3-none-any.whl", hash = "sha256:b51b3bb70691f57f974e257e367107857a93b36f322a9e6d44ca5bf28ec2def9"}, - {file = "mdit_py_plugins-0.4.0.tar.gz", hash = "sha256:d8ab27e9aed6c38aa716819fedfde15ca275715955f8a185a8e1cf90fb1d2c1b"}, + {file = "mdit_py_plugins-0.4.1-py3-none-any.whl", hash = "sha256:1020dfe4e6bfc2c79fb49ae4e3f5b297f5ccd20f010187acc52af2921e27dc6a"}, + {file = "mdit_py_plugins-0.4.1.tar.gz", hash = "sha256:834b8ac23d1cd60cec703646ffd22ae97b7955a6d596eb1d304be1e251ae499c"}, ] [package.dependencies] @@ -764,13 +764,13 @@ flake8 = ">=5.0.0" [[package]] name = "platformdirs" -version = "4.2.1" +version = "4.2.2" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." optional = false python-versions = ">=3.8" files = [ - {file = "platformdirs-4.2.1-py3-none-any.whl", hash = "sha256:17d5a1161b3fd67b390023cb2d3b026bbd40abde6fdb052dfbd3a29c3ba22ee1"}, - {file = "platformdirs-4.2.1.tar.gz", hash = "sha256:031cd18d4ec63ec53e82dceaac0417d218a6863f7745dfcc9efe7793b7039bdf"}, + {file = "platformdirs-4.2.2-py3-none-any.whl", hash = "sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee"}, + {file = "platformdirs-4.2.2.tar.gz", hash = "sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3"}, ] [package.extras] @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.52" +version = "7.0.56" description = "" optional = false python-versions = "^3.10" @@ -919,13 +919,13 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.52" -resolved_reference = "0c8355930f56b2a6dff68756b1cedc0a9c333103" +reference = "v7.0.56" +resolved_reference = "5e0c6e00d4925d0c0eab3b579fe378dc14ef2878" subdirectory = "pyk" [[package]] name = "pykwasm" -version = "0.1.48" +version = "0.1.50" description = "" optional = false python-versions = "^3.10" @@ -936,13 +936,13 @@ develop = false cytoolz = "^0.12.1" numpy = "^1.24.2" py-wasm = {git = "https://github.com/runtimeverification/py-wasm.git", tag = "0.2.1"} -pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.52", subdirectory = "pyk"} +pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.56", subdirectory = "pyk"} [package.source] type = "git" url = "https://github.com/runtimeverification/wasm-semantics.git" -reference = "v0.1.48" -resolved_reference = "6c46531268f254695b92fd8c19e8b48aba717777" +reference = "v0.1.50" +resolved_reference = "d52eabe8190a244fd799751f3c54d66f4c80ba14" subdirectory = "pykwasm" [[package]] @@ -1209,4 +1209,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2e52f0b9e97cbd6c31666d5157c005ca40a209c42ea87be7cf3bc19f3cdafdd1" +content-hash = "f760682ce346014943da1e52f8efec213ed995c73f2c936eb3a3182e64bba1b6" diff --git a/pyproject.toml b/pyproject.toml index 7a5083f..a75ff68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ksoroban" -version = "0.1.1" +version = "0.1.2" description = "K tooling for the Soroban platform" authors = [ "Runtime Verification, Inc. ", @@ -15,7 +15,7 @@ soroban-semantics = "ksoroban.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.48", subdirectory = "pykwasm" } +pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.50", subdirectory = "pykwasm" } [tool.poetry.group.dev.dependencies] autoflake = "*"