diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index 44964fc69d..6f57d1bd31 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -360,13 +360,13 @@ flake8 = "*" [[package]] name = "graphviz" -version = "0.20.2" +version = "0.20.3" description = "Simple Python interface for Graphviz" optional = false python-versions = ">=3.8" files = [ - {file = "graphviz-0.20.2-py3-none-any.whl", hash = "sha256:63d1ae75f1ca60f980e1cd3a61a678eef8de645ef8427736b2bb9bdd035ca44b"}, - {file = "graphviz-0.20.2.zip", hash = "sha256:d29ca3aadbe5d6e6c584045b7ec4fc1c15af2448dc1c0211b5e94344833243da"}, + {file = "graphviz-0.20.3-py3-none-any.whl", hash = "sha256:81f848f2904515d8cd359cc611faba817598d2feaac4027b266aa3eda7b3dde5"}, + {file = "graphviz-0.20.3.zip", hash = "sha256:09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d"}, ] [package.extras] @@ -814,7 +814,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.728" +version = "0.1.729" 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.728" -resolved_reference = "8336f5228d263fa1157da3712cf2337779251a2a" +reference = "v0.1.729" +resolved_reference = "1e1e885ee801644866e50c0fb2b58f43cd53d63a" [[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 = "dbf03b6bf24868dd6e3fdde337889c5b3cd821f1c52f2f94e0021d066f4e93b1" +content-hash = "7f86c5c930ff9a8465c5062b8207c09840c58650069fb006d96ce1d3681c1ee6" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 7e06137429..63d4f6d741 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.728" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.729" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]