diff --git a/deps/k_release b/deps/k_release index 1f27fc8fcf..34608b0aab 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.42 +7.1.43 diff --git a/flake.lock b/flake.lock index a3bd8006ce..516e7af068 100644 --- a/flake.lock +++ b/flake.lock @@ -208,16 +208,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1719970437, - "narHash": "sha256-YW38i6CMJet8upcpfF/rPpRIiqvm/SCoBgwYZcK6bcA=", + "lastModified": 1720044168, + "narHash": "sha256-8svEi4ktV7+F/XwAR5luj1VCAEAHFym+IeRUnIs88vw=", "owner": "runtimeverification", "repo": "k", - "rev": "8cfa50843e0789e990e391e1e7517803a2f0f03a", + "rev": "51ef86a0a30be24034555ac63330ec507478a368", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.42", + "ref": "v7.1.43", "repo": "k", "type": "github" } @@ -419,17 +419,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1719970437, - "narHash": "sha256-YW38i6CMJet8upcpfF/rPpRIiqvm/SCoBgwYZcK6bcA=", + "lastModified": 1720044168, + "narHash": "sha256-8svEi4ktV7+F/XwAR5luj1VCAEAHFym+IeRUnIs88vw=", "owner": "runtimeverification", "repo": "k", - "rev": "8cfa50843e0789e990e391e1e7517803a2f0f03a", + "rev": "51ef86a0a30be24034555ac63330ec507478a368", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.42", + "ref": "v7.1.43", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 59af00703c..249c2a8844 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.42"; + k-framework.url = "github:runtimeverification/k/v7.1.43"; 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.42?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.1.43?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 397ca4d911..b95df7a60a 100644 --- a/kevm-pyk/poetry.lock +++ b/kevm-pyk/poetry.lock @@ -481,13 +481,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.42" +version = "7.1.43" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.42-py3-none-any.whl", hash = "sha256:fa018ccf74114dedd2e94595c9fb88d5eae015a98fee671d6efbec869e82c6c4"}, - {file = "kframework-7.1.42.tar.gz", hash = "sha256:141a049a415f9f6eaee13fb12a9124805bd3001316afd6caf5a0772db184cf92"}, + {file = "kframework-7.1.43-py3-none-any.whl", hash = "sha256:a9f18c575cfc12a7cf725011f81d1a9ecd8f39f853a9f5005d01dda42680c387"}, + {file = "kframework-7.1.43.tar.gz", hash = "sha256:2ca4b2319285e87f25fe973ce285c994efe1f6382a394126e6443262cc6c7a39"}, ] [package.dependencies] @@ -1157,4 +1157,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e8cf5fe8dc0ea11f7961e828877e4702cd3f195fc31467d6a646eb4416a0c6c5" +content-hash = "5c777f5298dbdcf32327a6d3cd2684f51d362197415dffe94db3cc61776ab8cf" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 8b722d2ab1..c39f806bbe 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.629" +version = "1.0.630" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -kframework = "7.1.42" +kframework = "7.1.43" 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 4e276e85eb..9687c2a843 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.629' +VERSION: Final = '1.0.630' diff --git a/package/version b/package/version index fef1892294..f3c74e8559 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.629 +1.0.630