diff --git a/poetry.lock b/poetry.lock index e1a921a..e8c292c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -569,13 +569,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "kframework" -version = "7.1.159" +version = "7.1.160" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.159-py3-none-any.whl", hash = "sha256:4441c9cfe5a02b20518eb976d7405f806022258e5023b4eb78b571912b0e5661"}, - {file = "kframework-7.1.159.tar.gz", hash = "sha256:8b34b00093a84b33d17123c9d58613d770936c78721bf8d56a3c329f89837968"}, + {file = "kframework-7.1.160-py3-none-any.whl", hash = "sha256:f8685b43d147f28bae11a4f403c5b4e0b3da6110f3ccb179a833b3f9a82de909"}, + {file = "kframework-7.1.160.tar.gz", hash = "sha256:9c2805131fbff3eecb7748b0b7ebab766111482bd244d3e4d124a0d1bfb6382c"}, ] [package.dependencies] @@ -1619,4 +1619,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "27c707e91a43f9cead0cd6da54f60dd8b4a6df391161fd11169503e3a73aeadd" +content-hash = "60142b6ce4505588d7d92892be70d2ba1b4fa4a11da9f3e512a58e3b01ca0a45" diff --git a/pyproject.toml b/pyproject.toml index bfe384c..8f5dc17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ riscv-semantics = "kriscv.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -kframework = "7.1.159" +kframework = "7.1.160" pyyaml = "^6.0.1" types-pyyaml = "^6.0.12.20240311" filelock = "^3.14.0"