From 8df0c0cf0d372c6c1d60a285d9be3815583325fc Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 20 Mar 2024 15:38:20 +0000 Subject: [PATCH] kevm-pyk/: sync poetry files pyk version v0.1.725 --- 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 56ab93b9fa..638e4048f3 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 = "0.1.724" +version = "0.1.725" 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/pyk.git" -reference = "v0.1.724" -resolved_reference = "6d4ddadc7cdde6ae93430e7bf1804e63e478e4cf" +reference = "v0.1.725" +resolved_reference = "38b9aafbd80624ef497793b9b0d852834d86705c" [[package]] name = "pyperclip" @@ -1116,4 +1116,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ffe38d4446928176d9f4bae06a5721b606d4bf0bea38814159fcd51f8ad08627" +content-hash = "367cae2d8d737b3c18f535a817c8b475baec1e341f7761d5e160abe0fb605851" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 542677cb19..2aedab891f 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.724" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.725" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]