diff --git a/deps/kevm_release b/deps/kevm_release index 7a7992a7f..42ac1162b 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.317 +1.0.318 diff --git a/flake.lock b/flake.lock index 552d7b896..d7a12db09 100644 --- a/flake.lock +++ b/flake.lock @@ -1080,16 +1080,16 @@ "solc": "solc" }, "locked": { - "lastModified": 1697648535, - "narHash": "sha256-qGq3MTBxoYHAnAkjgaYR0sakvNgYx1GI55fIfo7jcHk=", + "lastModified": 1697717056, + "narHash": "sha256-WH8sI5onjX1yFHmh11Qk0JUuFfu9nR09pgxisF9wv1s=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "552498722954e779d655d162f37fa421e0444624", + "rev": "95f02e00f4fb92ec97a21d9d12373b521fc1c27b", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.317", + "ref": "v1.0.318", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index ce6280735..c8b07c532 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.317"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.318"; nixpkgs.follows = "kevm/nixpkgs"; k-framework.follows = "kevm/k-framework"; k-framework.inputs.nixpkgs.follows = "nixpkgs"; diff --git a/package/version b/package/version index 9dd179330..23e5f1854 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.34 +0.1.34 \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 758568f77..a3fcf65d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -430,7 +430,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "kevm-pyk" -version = "1.0.317" +version = "1.0.318" description = "" optional = false python-versions = "^3.10" @@ -446,8 +446,8 @@ xdg-base-dirs = "^6.0.0" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.317" -resolved_reference = "552498722954e779d655d162f37fa421e0444624" +reference = "v1.0.318" +resolved_reference = "95f02e00f4fb92ec97a21d9d12373b521fc1c27b" subdirectory = "kevm-pyk" [[package]] @@ -1081,4 +1081,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b8c46b25dd6112f6c05ef6420daf334feea8a1a526bcdfa3d41df8e9f75fddf1" +content-hash = "2782b1c8b1682bb01b697c966e4741fe449b349255737d066bf038ee68584cb2" diff --git a/pyproject.toml b/pyproject.toml index 41dd71160..947bf64d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ kontrol = "kontrol.__main__:main" [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.317", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.318", subdirectory = "kevm-pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*"