Skip to content

Commit 3da41eb

Browse files
Update dependency: deps/k_release (#2429)
* deps/k_release: Set Version 7.0.70 * Set Version: 1.0.558 * kevm-pyk/: sync poetry files pyk version v7.0.70 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
1 parent ddef90a commit 3da41eb

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

deps/k_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.69
1+
7.0.70

flake.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
description = "A flake for the KEVM Semantics";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v7.0.69";
5+
k-framework.url = "github:runtimeverification/k/v7.0.70";
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";
9-
pyk.url = "github:runtimeverification/k/v7.0.69?dir=pyk";
9+
pyk.url = "github:runtimeverification/k/v7.0.70?dir=pyk";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
blockchain-k-plugin = {

kevm-pyk/poetry.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kevm-pyk/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.557"
7+
version = "1.0.558"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
pathos = "*"
16-
pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.69", subdirectory = "pyk" }
16+
pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.70", subdirectory = "pyk" }
1717
tomlkit = "^0.11.6"
1818

1919
[tool.poetry.group.dev.dependencies]

kevm-pyk/src/kevm_pyk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.557'
8+
VERSION: Final = '1.0.558'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.557
1+
1.0.558

0 commit comments

Comments
 (0)