diff --git a/deps/k_release b/deps/k_release index e85246a8e..4578ffe50 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.123 +7.1.125 diff --git a/deps/kevm_release b/deps/kevm_release index 6bd35f476..9bfdbd4b9 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.704 +1.0.705 diff --git a/flake.lock b/flake.lock index 9749b2069..b64b7d590 100644 --- a/flake.lock +++ b/flake.lock @@ -408,16 +408,16 @@ ] }, "locked": { - "lastModified": 1724866053, - "narHash": "sha256-NtHMCcG5pRszS7+vSrwGDE8B3QoW7+JxbVYaxxwZ+Zw=", + "lastModified": 1724947368, + "narHash": "sha256-lJfhlPjI515NJnV8621tVSD1tOeAOKn1G4bDgO4szcs=", "owner": "runtimeverification", "repo": "k", - "rev": "85c8bcbea25dcef0945ed3ece01bdd8bb7a946a5", + "rev": "fd1ebee32b51b25a5008fe4daee28ec816927856", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.123", + "ref": "v7.1.125", "repo": "k", "type": "github" } @@ -459,16 +459,16 @@ ] }, "locked": { - "lastModified": 1724934566, - "narHash": "sha256-O9Fz8tH490FARnKelQ1dfDVzUHhVxUlCUkpZmyzCj60=", + "lastModified": 1725017006, + "narHash": "sha256-jI2R+EX1kdNUY3m/ChZ5xyfoAghYtIlzrjGOCF4FpKg=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "63dd054daedb9508454e8d0297bd35278fa3b693", + "rev": "d0204ee50d85f9858984de4847cb5560bfa25929", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.704", + "ref": "v1.0.705", "repo": "evm-semantics", "type": "github" } @@ -810,17 +810,17 @@ }, "locked": { "dir": "pyk", - "lastModified": 1724866053, - "narHash": "sha256-NtHMCcG5pRszS7+vSrwGDE8B3QoW7+JxbVYaxxwZ+Zw=", + "lastModified": 1724947368, + "narHash": "sha256-lJfhlPjI515NJnV8621tVSD1tOeAOKn1G4bDgO4szcs=", "owner": "runtimeverification", "repo": "k", - "rev": "85c8bcbea25dcef0945ed3ece01bdd8bb7a946a5", + "rev": "fd1ebee32b51b25a5008fe4daee28ec816927856", "type": "github" }, "original": { "dir": "pyk", "owner": "runtimeverification", - "ref": "v7.1.123", + "ref": "v7.1.125", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 2e6ce4914..e68b73f5c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.704"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.705"; nixpkgs.follows = "kevm/nixpkgs"; nixpkgs-pyk.follows = "kevm/nixpkgs-pyk"; k-framework.follows = "kevm/k-framework"; diff --git a/poetry.lock b/poetry.lock index 258fb2509..c13745c45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -665,7 +665,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.704" +version = "1.0.705" description = "" optional = false python-versions = "^3.10" @@ -673,26 +673,26 @@ files = [] develop = false [package.dependencies] -kframework = "7.1.123" +kframework = "7.1.125" pathos = "*" tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.704" -resolved_reference = "63dd054daedb9508454e8d0297bd35278fa3b693" +reference = "v1.0.705" +resolved_reference = "d0204ee50d85f9858984de4847cb5560bfa25929" subdirectory = "kevm-pyk" [[package]] name = "kframework" -version = "7.1.123" +version = "7.1.125" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.123-py3-none-any.whl", hash = "sha256:b98081331a8f1d2902df61911726c3fb80b95f7da1d330102a58dd6bd3e5c83c"}, - {file = "kframework-7.1.123.tar.gz", hash = "sha256:9174ac133734cfa0f899088f401073e4c160cc1b6b565947a474aaa89876fe0a"}, + {file = "kframework-7.1.125-py3-none-any.whl", hash = "sha256:34eb95d0fb1cf7815697a558615412eaac0a54140d828606785fea6e0ead594f"}, + {file = "kframework-7.1.125.tar.gz", hash = "sha256:4e6b4296b2beefd30662d9e401bd910e4dff713b2bfee53468f453e6769f30a3"}, ] [package.dependencies] @@ -1411,4 +1411,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7c81039f7bf63c86b6a4bade619a32b2d82a600a6d369aa5354f61f599075bb2" +content-hash = "f75f4b320c8b97e5f7cb3063b09d959b45716368541d4e4f96c350a5d5bfaf8a" diff --git a/pyproject.toml b/pyproject.toml index 05b1db353..a19cf41ce 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.704", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.705", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0"