From 345791b073bb5b87fb5d5f0c870a081f29187a79 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 23 May 2024 14:49:09 +0000 Subject: [PATCH] kevm-pyk/: sync poetry files pyk version v7.0.88 --- 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 f48c3becfc..7c4b6ba6c5 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.87" +version = "7.0.88" 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.87" -resolved_reference = "d63f22726b5a6ed052840a33d2865233f08a3b0d" +reference = "v7.0.88" +resolved_reference = "f96245d1fe97055ce76ce55bac50a8841e2655e6" 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 = "23680d5c0e829541c64f6ac73e62145e4e3f2d2c6da45b9314da4f2c1383bee3" +content-hash = "c02996c0d96863a6f2bd8b962d76c4ecdc4f030561107d39778b0c68d57eb368" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index ec64aa5e9e..c5dbbba2bd 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.87", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.88", subdirectory = "pyk" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]