diff --git a/deps/k_release b/deps/k_release index 1c944b9863..c2336bbd2d 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.0.93 +7.0.96 diff --git a/flake.lock b/flake.lock index 7ce7ce9964..ab32a8916b 100644 --- a/flake.lock +++ b/flake.lock @@ -208,16 +208,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1716796928, - "narHash": "sha256-DhZ42IiqIz9HXVkrjbuvZtJBuLgd5/dpjoo8PNUOAQ0=", + "lastModified": 1716823645, + "narHash": "sha256-xAJN6K7XAJ1BlGvi8OYwQHEQFuSC7UTkZ1quzmbPIWs=", "owner": "runtimeverification", "repo": "k", - "rev": "f95134e561cce5f447954db595426fa31fd63af2", + "rev": "304517d219c25a55e2c57b207b7b8ca4af4c1ad6", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.93", + "ref": "v7.0.96", "repo": "k", "type": "github" } @@ -413,17 +413,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1716796928, - "narHash": "sha256-DhZ42IiqIz9HXVkrjbuvZtJBuLgd5/dpjoo8PNUOAQ0=", + "lastModified": 1716823645, + "narHash": "sha256-xAJN6K7XAJ1BlGvi8OYwQHEQFuSC7UTkZ1quzmbPIWs=", "owner": "runtimeverification", "repo": "k", - "rev": "f95134e561cce5f447954db595426fa31fd63af2", + "rev": "304517d219c25a55e2c57b207b7b8ca4af4c1ad6", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.93", + "ref": "v7.0.96", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index abc3bc7000..e3bdb86c28 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.0.93"; + k-framework.url = "github:runtimeverification/k/v7.0.96"; 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.0.93?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.96?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 dec7cac9ee..2f14ca7f9f 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -814,7 +814,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.93" +version = "7.0.96" description = "" optional = false python-versions = "^3.10" @@ -835,8 +835,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.93" -resolved_reference = "f95134e561cce5f447954db595426fa31fd63af2" +reference = "v7.0.96" +resolved_reference = "304517d219c25a55e2c57b207b7b8ca4af4c1ad6" subdirectory = "pyk" [[package]] @@ -1116,4 +1116,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "be90fd7e256879aa896a99a9cd14fee3a9f3d709c749e40d3e3c1a2ce8a5fff1" +content-hash = "6dd73ef16dfb409f66bfb674955a267015ed193c819109515d6f9bd3eb0c8dbc" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 10bd3ff787..cfbbf52197 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.573" +version = "1.0.574" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.93", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.96", subdirectory = "pyk" } tomlkit = "^0.11.6" [tool.poetry.group.dev.dependencies] diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index 24dbf5e740..af936ed297 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.573' +VERSION: Final = '1.0.574' diff --git a/package/version b/package/version index d26a8eaf77..51587d04c9 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.573 +1.0.574