diff --git a/deps/k_release b/deps/k_release index edec366f36..5a9ae259ff 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.74 +7.1.76 diff --git a/flake.lock b/flake.lock index 7875b4ed82..ecaacc326d 100644 --- a/flake.lock +++ b/flake.lock @@ -220,16 +220,16 @@ ] }, "locked": { - "lastModified": 1721707363, - "narHash": "sha256-Jb9Vg0aLFxTTgPDNaRDe5FEytaS+vpJQQiNZfgTKxCs=", + "lastModified": 1721728967, + "narHash": "sha256-B6+8uI2l51/n9+Tfme1y7C9YvZ7vGfjP/leHxegE9NM=", "owner": "runtimeverification", "repo": "k", - "rev": "ad900804ace1cd53079b508aab590d2a4561b4e5", + "rev": "a62cd7b10d3d0648e0cb587eff374cebd4293dfb", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.74", + "ref": "v7.1.76", "repo": "k", "type": "github" } @@ -268,16 +268,16 @@ "utils": "utils" }, "locked": { - "lastModified": 1721505758, - "narHash": "sha256-eZak/AaPOGTeiihbDWRCe4SeQfC9br1GCynx1neIL/Q=", + "lastModified": 1721723305, + "narHash": "sha256-o2fmSDY7quhyUPieiMotHVAeIdfbh0IPTD+YSzb1EjM=", "owner": "runtimeverification", "repo": "llvm-backend", - "rev": "548a54ccb12c9f3fff37914d46f0879a88f41590", + "rev": "a77c3ece39529bf3e5364719154ac60b80d17db6", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.60", + "ref": "v0.1.61", "repo": "llvm-backend", "type": "github" } @@ -445,17 +445,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1721707363, - "narHash": "sha256-Jb9Vg0aLFxTTgPDNaRDe5FEytaS+vpJQQiNZfgTKxCs=", + "lastModified": 1721728967, + "narHash": "sha256-B6+8uI2l51/n9+Tfme1y7C9YvZ7vGfjP/leHxegE9NM=", "owner": "runtimeverification", "repo": "k", - "rev": "ad900804ace1cd53079b508aab590d2a4561b4e5", + "rev": "a62cd7b10d3d0648e0cb587eff374cebd4293dfb", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.74", + "ref": "v7.1.76", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index aaf8daf39e..d7517696a6 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.74"; + k-framework.url = "github:runtimeverification/k/v7.1.76"; 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.74?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.1.76?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 a6d35d56d9..aa3eb6ff2a 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.74" +version = "7.1.76" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.74-py3-none-any.whl", hash = "sha256:14a193eb676d863ec86c36d7e0ee594172e050f5d0946566afe797efc9daa6fe"}, - {file = "kframework-7.1.74.tar.gz", hash = "sha256:829534b868ccdd9a784ad072e48fbbb6e4f6039bcc90c6862c9b90fe0e81ebef"}, + {file = "kframework-7.1.76-py3-none-any.whl", hash = "sha256:f2864e7f6e96caa8e768205b59c94eb2457ccc8eae98a813a61152e2be19866e"}, + {file = "kframework-7.1.76.tar.gz", hash = "sha256:f78c93b0a36457f6e6c58483bb76aed9186a7a49ba51aabad0e4f33e3e30c493"}, ] [package.dependencies] @@ -1158,4 +1158,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0c38c89a21908c60a0281ff72f4a34ffc3443f66ed5689c110f3d18648c9e380" +content-hash = "d8ee7fe781c8311ff66464a5a8dfe14052bc91c5dbdbd1a653d577db1d77fe58" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index c7fcb21d72..7dc8e1640d 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.648" +version = "1.0.649" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -kframework = "7.1.74" +kframework = "7.1.76" 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 ed3cc2f3f0..f47b08df06 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.648' +VERSION: Final = '1.0.649' diff --git a/package/version b/package/version index fbd6c7554f..e0f40f85e6 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.648 +1.0.649