From 2af29de2342dbd77956badb9f35906a0dd325870 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 20 Jul 2023 14:55:04 +0000 Subject: [PATCH] kevm-pyk/: sync poetry files pyk version v0.1.375 --- 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 e865c76420..bc84d2a545 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -794,7 +794,7 @@ plugins = ["importlib-metadata"] [[package]] name = "pyk" -version = "0.1.374" +version = "0.1.375" description = "" optional = false python-versions = "^3.10" @@ -814,8 +814,8 @@ tomli = "^2.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.374" -resolved_reference = "2d818808292cd02c572e95766a917fe7ab7c562e" +reference = "v0.1.375" +resolved_reference = "d97c4c547e48303f49da6c28fd9124f6e03aefb5" [[package]] name = "pyperclip" @@ -1054,4 +1054,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8ac3c69149dacda49259937781c27dd5feaec9557574a0694bc2c28cd5e06be7" +content-hash = "4d6b30e439fb3636e8538b34b003b161a3a76492fdfde8dba9c68b4162185490" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index f433a1258f..1aed903348 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/pyk.git", tag="v0.1.374" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.375" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]