diff --git a/deps/k_release b/deps/k_release index 59de9d239a..f1dc680537 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.155 +7.1.156 diff --git a/flake.lock b/flake.lock index 8afc4e5c39..283ddc981a 100644 --- a/flake.lock +++ b/flake.lock @@ -352,16 +352,16 @@ ] }, "locked": { - "lastModified": 1728315803, - "narHash": "sha256-jHRF3MVcWaf/von6YGNjidg0fUCs+p5jBpsmVP3+NOM=", + "lastModified": 1728459307, + "narHash": "sha256-OgaFqZODgQyG1ufJH+xEVmEKD6eyrO7JPJb9UQfbI8M=", "owner": "runtimeverification", "repo": "k", - "rev": "4f11b18b216667aa0d8038479d876dc94b7ab7cb", + "rev": "76c534f16df17febd4560e9b492cfa024d82e9b0", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.155", + "ref": "v7.1.156", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 38594b86f7..4a6a37bd72 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.155"; + k-framework.url = "github:runtimeverification/k/v7.1.156"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index c5c3963add..f1778cf1a2 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -410,13 +410,13 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve [[package]] name = "hypothesis" -version = "6.112.4" +version = "6.113.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.112.4-py3-none-any.whl", hash = "sha256:6d3e3038968925069d1a7e7ebfa2ed0b65b22eff6800d1e88b687b3c6d2f57b5"}, - {file = "hypothesis-6.112.4.tar.gz", hash = "sha256:8fe64e4a6d0862e209e3c36b42037aee9665cb839d619d9281be45345ab7d856"}, + {file = "hypothesis-6.113.0-py3-none-any.whl", hash = "sha256:d539180eb2bb71ed28a23dfe94e67c851f9b09f3ccc4125afad43f17e32e2bad"}, + {file = "hypothesis-6.113.0.tar.gz", hash = "sha256:5556ac66fdf72a4ccd5d237810f7cf6bdcd00534a4485015ef881af26e20f7c7"}, ] [package.dependencies] @@ -505,13 +505,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.155" +version = "7.1.156" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.155-py3-none-any.whl", hash = "sha256:b686176cecd29fb1cb50b52ef06dc97a49b2e8bd24a8ecba5e2cb843966369b2"}, - {file = "kframework-7.1.155.tar.gz", hash = "sha256:71257c3da790667923b743c9c1672bdadabfc4a059cb677dab5807b9c77ee9dc"}, + {file = "kframework-7.1.156-py3-none-any.whl", hash = "sha256:3dfd7f4c27cf36f9ee07e1ff3163b436776739dd190a6a060125ed35a7671149"}, + {file = "kframework-7.1.156.tar.gz", hash = "sha256:1cec1caf7e9e1ba5837937436e961079013de355229e0d8da955db0dea65fc50"}, ] [package.dependencies] @@ -1200,4 +1200,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5cc9702dc9076db5aee3264348aaaa8900401189ebcaa3d15b7ece271b900aea" +content-hash = "6f42bfcdf4432727960d94c3922f2da4074da8969675afd756a0949171d08e22" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 9204d086d5..6ed7e6d320 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -kframework = "7.1.155" +kframework = "7.1.156" tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]