diff --git a/poetry.lock b/poetry.lock index 7a73402a..2e70dfab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.67" +version = "7.0.68" 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.67" -resolved_reference = "8c5e00d10e600132f51f2958d4f624bc86669cbf" +reference = "v7.0.68" +resolved_reference = "5f318317d689a43f2f0aa75d6f031ece9ec341df" 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 = "8c998ef127083ba4cb29f09b8d544d918a390bc70209cbac89fe78c76af2833e" +content-hash = "ae8dd08903be3bfe29b1398e2efd019b66d347b336fe909f18aaeae74e772f72" diff --git a/pyproject.toml b/pyproject.toml index d2d5b3fb..b0cee5f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ riscv-semantics = "kriscv.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.67", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.68", subdirectory = "pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*"