From 7587f91ae7221b73f18a817d75e05b8eb3ee5b8f Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 26 Nov 2024 12:23:23 -0700 Subject: [PATCH] Update dependency: deps/kevm_release (#895) * deps/kevm_release: Set Version 1.0.755 * Sync Poetry files: kevm-pyk version 1.0.755 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops --- deps/kevm_release | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/deps/kevm_release b/deps/kevm_release index 99d13dca3..2e9f5e752 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.754 +1.0.755 diff --git a/flake.lock b/flake.lock index 8062165d7..e6aaa83d8 100644 --- a/flake.lock +++ b/flake.lock @@ -435,16 +435,16 @@ ] }, "locked": { - "lastModified": 1732608040, - "narHash": "sha256-Vs6b+K9kISbQ3sXpRt6NBJ0IGdyCDJLadfztiix62eU=", + "lastModified": 1732642207, + "narHash": "sha256-3OpSc9rhC28YHLa2Bsq0YTxFeo9hi6wiTJliulA/hs4=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "39eecdccafba666ef5e26c6c5dd3ff686210259a", + "rev": "47e9ce6d8f94c84e22576722d794987595f15532", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.754", + "ref": "v1.0.755", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 1ecf1241c..926cdca3b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.754"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.755"; 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 819839019..fc98e3631 100644 --- a/poetry.lock +++ b/poetry.lock @@ -693,7 +693,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.754" +version = "1.0.755" description = "" optional = false python-versions = "^3.10" @@ -708,8 +708,8 @@ tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.754" -resolved_reference = "39eecdccafba666ef5e26c6c5dd3ff686210259a" +reference = "v1.0.755" +resolved_reference = "47e9ce6d8f94c84e22576722d794987595f15532" subdirectory = "kevm-pyk" [[package]] @@ -1473,4 +1473,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "424605c74a5200bfbc4f5cca134a164c2df760e06b30ec78f8e14473b4a9dc27" +content-hash = "eec391d4877784e03b8a056b3d7f52bdd985be853b4009239e9136619e47a042" diff --git a/pyproject.toml b/pyproject.toml index 30d2fbb09..9992882d9 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.754", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.755", subdirectory = "kevm-pyk" } eth-utils = "^4.1.1" pycryptodome = "^3.20.0" pyevmasm = "^0.2.3"