diff --git a/poetry.lock b/poetry.lock index 4fbd6171..8932acae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.75" +version = "7.0.76" 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.75" -resolved_reference = "8d02ef56bd33a35279f2bb4250214b678fe6f373" +reference = "v7.0.76" +resolved_reference = "9704088bed7f1dbaa4e5c7361fd7e559b5e4cf07" subdirectory = "pyk" [[package]] @@ -984,4 +984,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2348fb1e755f4581732ac9ee6a07c95c906ede5b41c310efea677a936700fd33" +content-hash = "f79375e1da62fc81af9d466d4d199cc36ff7cec6f6a5d7378e8f4c907fe50331" diff --git a/pyproject.toml b/pyproject.toml index 2ffb6170..14df5611 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.75", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.76", subdirectory = "pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*"