From d7291edb94f26d0fea30ab3223c6c2eb08ce6f29 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 13 Jun 2024 06:29:47 +0000 Subject: [PATCH] Sync Poetry files 0.1.62 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42896b6..90dbdea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -926,7 +926,7 @@ subdirectory = "pyk" [[package]] name = "pykwasm" -version = "0.1.61" +version = "0.1.62" description = "" optional = false python-versions = "^3.10" @@ -942,8 +942,8 @@ pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.120", s [package.source] type = "git" url = "https://github.com/runtimeverification/wasm-semantics.git" -reference = "v0.1.61" -resolved_reference = "41a08da238884a2a03db851159145fee3c62be20" +reference = "v0.1.62" +resolved_reference = "1cd40684278953bbf617a0896c931bc4f8f32834" subdirectory = "pykwasm" [[package]] @@ -1209,4 +1209,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9dd062d24be96883a4c0e86c175fc70b26a11ae000aba2f3f44305dd9ec7e079" +content-hash = "a07829ca6d29caadb7e0284ca87ca55bb415234fab176debf8c3d7418da24f5e" diff --git a/pyproject.toml b/pyproject.toml index 5c5edd5..8ca4fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.61", subdirectory = "pykwasm" } +pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.62", subdirectory = "pykwasm" } [tool.poetry.group.dev.dependencies] autoflake = "*"