From ef0243dafc3478a55df2daeb7329ef5c5549897e Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 22 May 2024 16:19:22 +0000 Subject: [PATCH] kevm-pyk/: sync poetry files pyk version v7.0.85 --- kevm-pyk/poetry.lock | 8 ++++---- kevm-pyk/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index 748662d102..3f05576998 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -814,7 +814,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.84" +version = "7.0.85" description = "" optional = false python-versions = "^3.10" @@ -835,8 +835,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.84" -resolved_reference = "ea6850df7eb4cb73c60d430be7c355575a9ecb04" +reference = "v7.0.85" +resolved_reference = "af40d82ed362d29d568ca10393589f760dbbd565" subdirectory = "pyk" [[package]] @@ -1116,4 +1116,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8563cc2118a7ad42079aa067e2fed8b9c6c605813b236964d8fd5547df79e494" +content-hash = "7bc06d324af40ec744ff0967de97448ab6da9ce0d4ed4d3f6e0182cca53246b3" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 9dc585f2af..3bc02a2e6f 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.84", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.85", subdirectory = "pyk" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]