From a1c1da6d92d502197b924656b7a0621af6a7c808 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 16 Jan 2025 11:28:18 -0700 Subject: [PATCH] Update dependency: deps/kevm_release (#930) * deps/kevm_release: Set Version 1.0.772 * Sync Poetry files: kevm-pyk version 1.0.772 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops --- deps/kevm_release | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deps/kevm_release b/deps/kevm_release index 18560a59c..bdc7906b8 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.771 +1.0.772 diff --git a/flake.lock b/flake.lock index af7ac3360..d6247d736 100644 --- a/flake.lock +++ b/flake.lock @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1736872070, - "narHash": "sha256-uRJAWv/JlUAQnE+XYevE9tI24RlET8tS6Y3uRVAV4gg=", + "lastModified": 1737029435, + "narHash": "sha256-8/CBnb2yvk3r5q5b1/78bAFfNRnktbrpHnwcNUpLUWI=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "be0d5178b925393e4c7547e5642bf0a0a802a833", + "rev": "6c2526b17a8ef85f4050feee3ffc787b14af5955", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.771", + "ref": "v1.0.772", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 14461bbab..2200a580d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.771"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.772"; 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 961ac696c..fd933a34a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -656,14 +656,14 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve [[package]] name = "hypothesis" -version = "6.123.17" +version = "6.124.0" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.123.17-py3-none-any.whl", hash = "sha256:5c949fb44935e32c61c64abfcc3975eec41f8205ade2223073ba074c1e078ead"}, - {file = "hypothesis-6.123.17.tar.gz", hash = "sha256:5850893975b4f08e893ddc10f1d468bc7e011d59703f70fe06a10161e426e602"}, + {file = "hypothesis-6.124.0-py3-none-any.whl", hash = "sha256:8d642bee278f933c2b3c41db69cbb001f89a7eed03c6a9cc37f6c59396b30815"}, + {file = "hypothesis-6.124.0.tar.gz", hash = "sha256:397a740af269646d87915c59d4299f58ef68ba89c213653d899aa533df76a03a"}, ] [package.dependencies] @@ -741,7 +741,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.771" +version = "1.0.772" description = "" optional = false python-versions = "^3.10" @@ -757,8 +757,8 @@ tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.771" -resolved_reference = "be0d5178b925393e4c7547e5642bf0a0a802a833" +reference = "v1.0.772" +resolved_reference = "6c2526b17a8ef85f4050feee3ffc787b14af5955" subdirectory = "kevm-pyk" [[package]] @@ -1606,4 +1606,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "aee80909581f817ab6c3e175fc5184ef57eea0411db6058e7041478371e36573" +content-hash = "2a8aebe82c1015d5790b889025af2f0cb7f3bfe6602b8fca3b949d1849e0ba3f" diff --git a/pyproject.toml b/pyproject.toml index 9f64b539d..8c76689e1 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.771", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.772", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0" pyevmasm = "^0.2.3"