diff --git a/krypto/poetry.lock b/krypto/poetry.lock index e14e3e031..70cccc587 100644 --- a/krypto/poetry.lock +++ b/krypto/poetry.lock @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.51" +version = "7.0.52" 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.51" -resolved_reference = "f61e05bda8d85a20fc5e30ce9b54dc5176db2543" +reference = "v7.0.52" +resolved_reference = "0c8355930f56b2a6dff68756b1cedc0a9c333103" subdirectory = "pyk" [[package]] @@ -985,4 +985,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7c3c9c7c610b49deee22a9628784f387fb8245b31bdae989f2f7fb87a9594c0e" +content-hash = "c3bcbcbaf5bb44f1c9d5eaafbc9d0a318149aab15d54c82cfc5db460396f7ddc" diff --git a/krypto/pyproject.toml b/krypto/pyproject.toml index 68efc2cc3..8568242d6 100644 --- a/krypto/pyproject.toml +++ b/krypto/pyproject.toml @@ -29,7 +29,7 @@ pytest-cov = "*" pytest-mock = "*" pytest-xdist = "*" pyupgrade = "*" -pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.51", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.52", subdirectory = "pyk" } [tool.isort] profile = "black"