diff --git a/deps/k_release b/deps/k_release index 49672789e7..260db422d6 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.0.119 +7.0.120 diff --git a/flake.lock b/flake.lock index 6775461bb7..5b96951e8e 100644 --- a/flake.lock +++ b/flake.lock @@ -208,16 +208,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1717694753, - "narHash": "sha256-CCLIlYVNu09HtAxNPBVLe4JkdV6azkPyqaGL6g1UVo8=", + "lastModified": 1717703773, + "narHash": "sha256-3eIJw8y8COwUCAqGNyv+Q0juud4F/rdIIAAioC/J2f4=", "owner": "runtimeverification", "repo": "k", - "rev": "f512f333f79e6066d1eb6a66db76acd554e92c55", + "rev": "e070a2048b7e6ce45748426c4868d593113af050", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.119", + "ref": "v7.0.120", "repo": "k", "type": "github" } @@ -413,17 +413,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1717694753, - "narHash": "sha256-CCLIlYVNu09HtAxNPBVLe4JkdV6azkPyqaGL6g1UVo8=", + "lastModified": 1717703773, + "narHash": "sha256-3eIJw8y8COwUCAqGNyv+Q0juud4F/rdIIAAioC/J2f4=", "owner": "runtimeverification", "repo": "k", - "rev": "f512f333f79e6066d1eb6a66db76acd554e92c55", + "rev": "e070a2048b7e6ce45748426c4868d593113af050", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.119", + "ref": "v7.0.120", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index d5350b2066..be44497b9f 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.119"; + k-framework.url = "github:runtimeverification/k/v7.0.120"; 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.119?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.120?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 fdeb8e3e29..1607f9d618 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.119" +version = "7.0.120" description = "" optional = false python-versions = "^3.10" @@ -828,6 +828,7 @@ filelock = "^3.9.0" graphviz = "^0.20.1" psutil = "5.9.5" pybind11 = "^2.10.3" +pytest = "*" textual = "^0.27.0" tomli = "^2.0.1" xdg-base-dirs = "^6.0.1" @@ -835,8 +836,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.119" -resolved_reference = "f512f333f79e6066d1eb6a66db76acd554e92c55" +reference = "v7.0.120" +resolved_reference = "e070a2048b7e6ce45748426c4868d593113af050" subdirectory = "pyk" [[package]] @@ -1116,4 +1117,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3c47463cd7a88cc3197be9d65d65d47382767a873d78e13f0a78771eb0653190" +content-hash = "8daebd62b4c46d4f9d035ad51fb344353836518412244106023ff6765535deb9" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 3073acd506..453b5ca9ee 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.592" +version = "1.0.593" 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.119", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.120", 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 3fd0e5c549..2357e11990 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.592' +VERSION: Final = '1.0.593' diff --git a/package/version b/package/version index c5ff8f6597..c6e0a65a06 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.592 +1.0.593