Skip to content

Commit

Permalink
Update dependency: deps/pyk_release (#2149)
Browse files Browse the repository at this point in the history
* deps/pyk_release: Set Version v0.1.488

* Set Version: 1.0.333

* kevm-pyk/: sync poetry files pyk version v0.1.488

* deps/k_release: sync release file version 6.0.186

* flake.{nix,lock}: update Nix derivations

* deps/pyk_release: Set Version v0.1.489

* kevm-pyk/: sync poetry files pyk version v0.1.489

* deps/k_release: sync release file version 6.0.187

* flake.{nix,lock}: update Nix derivations

* Set Version: 1.0.334

* deps/pyk_release: Set Version v0.1.490

* kevm-pyk/: sync poetry files pyk version v0.1.490

* deps/k_release: sync release file version 6.0.189

* flake.{nix,lock}: update Nix derivations

* Set Version: 1.0.336

* deps/pyk_release: Set Version v0.1.491

* kevm-pyk/: sync poetry files pyk version v0.1.491

* deps/k_release: sync release file version 6.0.190

* flake.{nix,lock}: update Nix derivations

* Set Version: 1.0.338

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Andrei Văcaru <[email protected]>
Co-authored-by: Everett Hildenbrandt <[email protected]>
  • Loading branch information
4 people authored Nov 7, 2023
1 parent ad4a3d3 commit a02ce93
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.174
6.0.190
2 changes: 1 addition & 1 deletion deps/pyk_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.486
v0.1.491
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "A flake for the KEVM Semantics";

inputs = {
k-framework.url = "github:runtimeverification/k/v6.0.174";
k-framework.url = "github:runtimeverification/k/v6.0.190";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
pyk.url = "github:runtimeverification/pyk/v0.1.486";
pyk.url = "github:runtimeverification/pyk/v0.1.491";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
blockchain-k-plugin = {
Expand Down
20 changes: 10 additions & 10 deletions kevm-pyk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.337"
version = "1.0.338"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -17,7 +17,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
pathos = "*"
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.486" }
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.491" }
tomlkit = "^0.11.6"
xdg-base-dirs = "^6.0.0"

Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.337'
VERSION: Final = '1.0.338'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.337
1.0.338

0 comments on commit a02ce93

Please sign in to comment.