diff --git a/deps/k_release b/deps/k_release index bde92e26df..747e2b8013 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -6.1.41 +6.1.42 diff --git a/deps/pyk_release b/deps/pyk_release index 708d59be46..fc05b3511a 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.530 +v0.1.533 diff --git a/flake.lock b/flake.lock index 5991e4069d..ef24ce4a8e 100644 --- a/flake.lock +++ b/flake.lock @@ -254,16 +254,16 @@ "rv-utils": "rv-utils" }, "locked": { - "lastModified": 1701793707, - "narHash": "sha256-zYW7hB/BuRPoLUqBZRJkSbXYj7XwIi4b2XfunMRwaXc=", + "lastModified": 1701826328, + "narHash": "sha256-/mBffmg4jy+BfvSn+7NznN5myR69iMP+bPIUY8YJ6aE=", "owner": "runtimeverification", "repo": "k", - "rev": "2c4429696d1e053d80c8bfa69b0d9e85d78cc822", + "rev": "d95999edbfde902a998d2bf56aa4883307d8f347", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v6.1.41", + "ref": "v6.1.42", "repo": "k", "type": "github" } @@ -455,16 +455,16 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1701805413, - "narHash": "sha256-LmFRU+vTM87uHcMny1fBRaQSirbO3gu3hH3Vm3QXPO8=", + "lastModified": 1701872820, + "narHash": "sha256-WvcgtD0f7c7TQQ7a9yPKtV7c9ijTWQTaJThgIVlzbZ4=", "owner": "runtimeverification", "repo": "pyk", - "rev": "00e07a30cf0049a33ae1df1c28c6d3f95792e2ab", + "rev": "e29f8cd30c0779e42db8873a5f8d9170030aaee4", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.530", + "ref": "v0.1.533", "repo": "pyk", "type": "github" } diff --git a/flake.nix b/flake.nix index 43a129396d..c33c1f8265 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/v6.1.41"; + k-framework.url = "github:runtimeverification/k/v6.1.42"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/pyk/v0.1.530"; + pyk.url = "github:runtimeverification/pyk/v0.1.533"; 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 1f9e9b60ef..0f729f55d8 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 = "0.1.530" +version = "0.1.533" 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/pyk.git" -reference = "v0.1.530" -resolved_reference = "00e07a30cf0049a33ae1df1c28c6d3f95792e2ab" +reference = "v0.1.533" +resolved_reference = "e29f8cd30c0779e42db8873a5f8d9170030aaee4" [[package]] name = "pyperclip" @@ -1100,4 +1100,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ad2831fc2aa85060c6681776e3de2675a2811bebbbdeea87a22ee5920c47a98e" +content-hash = "56380556c18d1a9bf48ecc9f5cfbe18bac79f782387d25895139ccd2613d2236" diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 18109ac4a8..381ec2068c 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.386" +version = "1.0.387" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" pathos = "*" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.530" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.533" } 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 a8bbce188b..1c817ee396 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -VERSION: Final = '1.0.386' +VERSION: Final = '1.0.387' diff --git a/package/version b/package/version index 00d2c97993..1251751b76 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.386 +1.0.387