diff --git a/deps/k_release b/deps/k_release index 81c95b2f68..1dd611da1e 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.108 +7.1.111 diff --git a/flake.lock b/flake.lock index 961cadb2bd..547341660e 100644 --- a/flake.lock +++ b/flake.lock @@ -370,16 +370,16 @@ ] }, "locked": { - "lastModified": 1723662167, - "narHash": "sha256-0v0d0NRVnCGpC0j9v4ysE4X/cPiTiaH5PvC3PsngIno=", + "lastModified": 1723826727, + "narHash": "sha256-Z5P9Ki+Qw4dcg9c5XvYSKPgLuWIDlOyrJTok+xaFA+U=", "owner": "runtimeverification", "repo": "k", - "rev": "af833cab5788c1320f1e106f542447bb05e8a7b1", + "rev": "3692aa781186422363be7a49f6a157714caf84d7", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.108", + "ref": "v7.1.111", "repo": "k", "type": "github" } @@ -711,17 +711,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1723662167, - "narHash": "sha256-0v0d0NRVnCGpC0j9v4ysE4X/cPiTiaH5PvC3PsngIno=", + "lastModified": 1723826727, + "narHash": "sha256-Z5P9Ki+Qw4dcg9c5XvYSKPgLuWIDlOyrJTok+xaFA+U=", "owner": "runtimeverification", "repo": "k", - "rev": "af833cab5788c1320f1e106f542447bb05e8a7b1", + "rev": "3692aa781186422363be7a49f6a157714caf84d7", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.108", + "ref": "v7.1.111", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 0e5518326e..d4d8b9eb16 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = "A flake for the KEVM Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.108"; + k-framework.url = "github:runtimeverification/k/v7.1.111"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/k/v7.1.108?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.1.111?dir=pyk"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; blockchain-k-plugin = { diff --git a/kevm-pyk/poetry.lock b/kevm-pyk/poetry.lock index 9880a67101..103054419e 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.111.0" +version = "6.111.1" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.111.0-py3-none-any.whl", hash = "sha256:7a51f678da3719a04a3ef61cd241384dd93b49f35d7cce22833745c66ac1d507"}, - {file = "hypothesis-6.111.0.tar.gz", hash = "sha256:04d0703621d9fdd61c079a4dda07babbe7ebf6d34eee6ad9484a2af0ee721801"}, + {file = "hypothesis-6.111.1-py3-none-any.whl", hash = "sha256:9422adbac4b2104f6cf92dc6604b5c9df975efc08ffc7145ecc39bc617243835"}, + {file = "hypothesis-6.111.1.tar.gz", hash = "sha256:6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"}, ] [package.dependencies] @@ -501,13 +501,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.108" +version = "7.1.111" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.108-py3-none-any.whl", hash = "sha256:f6f1f55e155af4574a019a117ab5f94d377fc81918fe851887f39feb3a92c7d4"}, - {file = "kframework-7.1.108.tar.gz", hash = "sha256:8033b0ccaab0d5f0c505f9a97883413df51b0ce26b77dd14fd0ff6dc5f1a8aa4"}, + {file = "kframework-7.1.111-py3-none-any.whl", hash = "sha256:456ef27c7fcb830947c34f5286c9ecdab4bedd6475a33c95bc39793d9dee1ad1"}, + {file = "kframework-7.1.111.tar.gz", hash = "sha256:e9651b8df38fbf975e6eb82e7d0097d0c3461d442b4a9f38d587029a47143663"}, ] [package.dependencies] @@ -1178,4 +1178,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5690e81ce638334efb51ab67daa74d5d06589e99ddd4b451a9ef196ff9b989ec" +content-hash = "864ae8fe639baee8fbeaa7b42c7767a688d2c0883a623a65021d0673e3f2e674" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 6a6b2536f7..3487a8795e 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.108" +kframework = "7.1.111" tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies]