From 5334f862abe59cd63e7e666b5a17fb79f2b0eaae Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 23 May 2024 11:13:59 +0000 Subject: [PATCH] pyproject.toml: sync pyk version 7.0.86 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e32c51f0..fc3b335c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.85" +version = "7.0.86" description = "" optional = false python-versions = "^3.10" @@ -728,8 +728,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.85" -resolved_reference = "af40d82ed362d29d568ca10393589f760dbbd565" +reference = "v7.0.86" +resolved_reference = "3aefbbb102d4ff2ee54a967d8b4dde91c94da72b" subdirectory = "pyk" [[package]] @@ -984,4 +984,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "33b272e73505d6b785001d5526c96fcaa68e2cbcde7c6fbf86862296c3ccb504" +content-hash = "bc95735744b44a513962f398caded72069b520cade333d0729223caa06f1475f" diff --git a/pyproject.toml b/pyproject.toml index c01c76e2..af822f02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ riscv-semantics = "kriscv.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.85", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.86", subdirectory = "pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*"