diff --git a/deps/k_release b/deps/k_release index 0fc5d288c..67639f4f2 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.145 +7.1.142 diff --git a/deps/kevm_release b/deps/kevm_release index 6afafdddf..c4df533fc 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.727 +1.0.723 diff --git a/flake.lock b/flake.lock index cc6b32833..9ed52669c 100644 --- a/flake.lock +++ b/flake.lock @@ -390,16 +390,16 @@ ] }, "locked": { - "lastModified": 1726685098, - "narHash": "sha256-FVCrOS4IAlA08ZiYlmaSdrLoYFmSd7UFiJem/Zg2C8o=", + "lastModified": 1726170219, + "narHash": "sha256-pQG1D9oDG24h7I/ekTI96IGZ7ikWrip0m4o1uDFIBZc=", "owner": "runtimeverification", "repo": "k", - "rev": "c418935015dba62f29b9ada1a55b710126385ab6", + "rev": "6e23a83e5380f9eae45a73e3956776f2e666da35", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.145", + "ref": "v7.1.142", "repo": "k", "type": "github" } @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1726723597, - "narHash": "sha256-2+Q0LXkbvuwV9PxQIDqHsscY/Ksj7Y3dVXuOgRTEhHU=", + "lastModified": 1726604805, + "narHash": "sha256-H06AV6n/sfsothCSR4xcATdF80eein9BIvgeXhPBaOg=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "2e0cae45e73e50c8e0a114f748dcf4d11234d107", + "rev": "754283ad0997e37c4fdf86b712004e5c720c9f0a", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.727", + "ref": "v1.0.723", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 2751a9a4f..7138b31db 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.727"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.723"; nixpkgs.follows = "kevm/nixpkgs"; k-framework.follows = "kevm/k-framework"; flake-utils.follows = "kevm/flake-utils"; diff --git a/poetry.lock b/poetry.lock index 6283c34c5..ce4f807a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -680,7 +680,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.727" +version = "1.0.723" description = "" optional = false python-versions = "^3.10" @@ -688,26 +688,26 @@ files = [] develop = false [package.dependencies] -kframework = "7.1.145" +kframework = "7.1.142" pathos = "*" tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.727" -resolved_reference = "2e0cae45e73e50c8e0a114f748dcf4d11234d107" +reference = "v1.0.723" +resolved_reference = "754283ad0997e37c4fdf86b712004e5c720c9f0a" subdirectory = "kevm-pyk" [[package]] name = "kframework" -version = "7.1.145" +version = "7.1.142" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.145-py3-none-any.whl", hash = "sha256:a9107a75d25906200db2510ccb931358b8b50eb5bbd0f60680d50ace994baa19"}, - {file = "kframework-7.1.145.tar.gz", hash = "sha256:2e6254450247ab79227fef430d3824076a377a8ec2a7648b8274c2e403d91938"}, + {file = "kframework-7.1.142-py3-none-any.whl", hash = "sha256:41dc2f26ea3acff1d79fd6e87519cedba94f3a9de8e313066a7fbb7654710c4c"}, + {file = "kframework-7.1.142.tar.gz", hash = "sha256:e55b516f8c5ecf0b1d166b89f3845b4207f07b86fa5843d8f0aab4cb9a9888ef"}, ] [package.dependencies] @@ -1449,4 +1449,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "007fe7af0702634f18b3dc804b5441add4d9b2ad5a4cd558862151cc2122dc97" +content-hash = "2fe6255734668aa3d17cb08e46045ff34cc83a6ed63bae44300ae8e1a4a9e769" diff --git a/pyproject.toml b/pyproject.toml index f2913bb84..eb09cf1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.727", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.723", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0" pyevmasm = "^0.2.3"