From e42af56b05901bac78fde114b585278fcae80f06 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 25 Jan 2024 09:00:48 +0000 Subject: [PATCH] poetry: sync poetry files pyk version v0.1.596 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 418c5c977..0d12f45c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -749,7 +749,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.595" +version = "0.1.596" description = "" optional = false python-versions = "^3.10" @@ -770,8 +770,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.595" -resolved_reference = "afb5306f1bcf135bf148c06ca2bdb639fa0d44ce" +reference = "v0.1.596" +resolved_reference = "35a4241e1e1503a2f58acfcdff3ae4e8428d5315" [[package]] name = "pyperclip" @@ -1113,4 +1113,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b1a7ed954cec577c43d9fd6b4ce6931d84d1ccc0b54cf482ed3c50a5edccb64c" +content-hash = "3f55f9c8abb0c69fb967689831187bf9119167e286322c53e65c3fd26ae86d47" diff --git a/pyproject.toml b/pyproject.toml index 4ea7ed91d..b0f4c1ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" pyyaml = "^6.0" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.595" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.596" } schema = "^0.7.5" z3-solver = "^4.12.1.0" lark = "^1.1.5"