From fa0df9fb2cf11e986af00cd202b6189e79792010 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Mon, 6 Nov 2023 21:02:53 -0700 Subject: [PATCH] Update dependency: deps/kevm_release (#158) * deps/kevm_release: Set Version 1.0.336 * Set Version: 0.1.52 * Sync Poetry files: kevm-pyk version 1.0.336 * flake.{nix,lock}: update Nix derivations * deps/kevm_release: Set Version 1.0.337 * Sync Poetry files: kevm-pyk version 1.0.337 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops --- deps/kevm_release | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- package/version | 2 +- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- src/kontrol/__init__.py | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/deps/kevm_release b/deps/kevm_release index f0f99b93c..1e12fc641 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.335 +1.0.337 diff --git a/flake.lock b/flake.lock index 57e0243ea..02b92c331 100644 --- a/flake.lock +++ b/flake.lock @@ -361,16 +361,16 @@ "solc": "solc" }, "locked": { - "lastModified": 1698971511, - "narHash": "sha256-HZCB6YozlUsa6cisq2ose0RqodyzGoOlfBB2eEt44SY=", + "lastModified": 1699314104, + "narHash": "sha256-grasMzHTN7PhG5M508HjZB+EJlweoxo9AdZ9hhk9VOk=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "2a3c7628df7ab5aff2165a2e1b89b52726373015", + "rev": "ad4a3d31edf210c8169838b705841d3a401616c5", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.335", + "ref": "v1.0.337", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index b23474cce..ffa398103 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.335"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.337"; nixpkgs.follows = "kevm/nixpkgs"; nixpkgs-pyk.follows = "kevm/nixpkgs-pyk"; k-framework.follows = "kevm/k-framework"; diff --git a/package/version b/package/version index c892edde5..9c4d21fb3 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.51 +0.1.52 diff --git a/poetry.lock b/poetry.lock index 7967d974d..384d9dacf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "attrs" @@ -430,7 +430,7 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "kevm-pyk" -version = "1.0.335" +version = "1.0.337" 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.335" -resolved_reference = "2a3c7628df7ab5aff2165a2e1b89b52726373015" +reference = "v1.0.337" +resolved_reference = "ad4a3d31edf210c8169838b705841d3a401616c5" subdirectory = "kevm-pyk" [[package]] @@ -1079,4 +1079,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ff5eea905a2b7de4e76e3bb14a4caaa429b00133649e51011b79ae7dee459987" +content-hash = "0b1254157fbb80d9b4241bc24956719200135699ab370ba13b7a5e15bac0b646" diff --git a/pyproject.toml b/pyproject.toml index a3aed3f5f..90be11924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.51" +version = "0.1.52" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", @@ -12,7 +12,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.335", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.337", subdirectory = "kevm-pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*" diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 48243658e..ecf45c124 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '0.1.51' +VERSION: Final = '0.1.52'