diff --git a/deps/k_release b/deps/k_release index 6cd5af0c09..ee77e2b299 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.0.68 +7.0.69 diff --git a/flake.lock b/flake.lock index 9055766d58..022b62756a 100644 --- a/flake.lock +++ b/flake.lock @@ -242,16 +242,16 @@ "rv-utils": "rv-utils_3" }, "locked": { - "lastModified": 1715788970, - "narHash": "sha256-5prwWYJnYTxZmEk8gzlFkGFhLtLXbjXge/fjR/JcRLw=", + "lastModified": 1715804761, + "narHash": "sha256-qm4m85o9rnbk23WjroVdcolNKXtgbJXE3jHk5le1CIY=", "owner": "runtimeverification", "repo": "k", - "rev": "5f318317d689a43f2f0aa75d6f031ece9ec341df", + "rev": "f0c56430ebf0b0d01840d1c3b3910cccf36d0054", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.0.68", + "ref": "v7.0.69", "repo": "k", "type": "github" } @@ -447,17 +447,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1715788970, - "narHash": "sha256-5prwWYJnYTxZmEk8gzlFkGFhLtLXbjXge/fjR/JcRLw=", + "lastModified": 1715804761, + "narHash": "sha256-qm4m85o9rnbk23WjroVdcolNKXtgbJXE3jHk5le1CIY=", "owner": "runtimeverification", "repo": "k", - "rev": "5f318317d689a43f2f0aa75d6f031ece9ec341df", + "rev": "f0c56430ebf0b0d01840d1c3b3910cccf36d0054", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.0.68", + "ref": "v7.0.69", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 192f77a22a..695658d770 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.68"; + k-framework.url = "github:runtimeverification/k/v7.0.69"; 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.68?dir=pyk"; + pyk.url = "github:runtimeverification/k/v7.0.69?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 c59dc265f1..2147e1391c 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.68" +version = "7.0.69" 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.68" -resolved_reference = "5f318317d689a43f2f0aa75d6f031ece9ec341df" +reference = "v7.0.69" +resolved_reference = "f0c56430ebf0b0d01840d1c3b3910cccf36d0054" subdirectory = "pyk" [[package]] @@ -1117,4 +1117,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "257e4ad29922010aef3f6feb9097c672f722f10d3b61afe93fa9644cb8336773" +content-hash = "1abba08544662adef466ddf5fe2753df9d04a9a29eb581703dc10339d2ba925b" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index df7e10a724..fd5289ba09 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.556" +version = "1.0.557" 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.68", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.69", 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 b2d8ec069a..502ee7dc16 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.556' +VERSION: Final = '1.0.557' diff --git a/package/version b/package/version index 9d615cbf9e..2acb95f821 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.556 +1.0.557