Skip to content

Commit 156033f

Browse files
rv-jenkinsrv-auditorjuliankuners
authored
Update dependency: deps/k_release (#2803)
* deps/k_release: Set Version 7.1.296 * kevm-pyk/: sync uv files pyk version 7.1.296 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.297 * adapt `requires-python` from `~"` to `>=` in `pyproject.toml` * kevm-pyk/: sync uv files pyk version 7.1.297 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Julian Kuners <julian.kuners@gmail.com>
1 parent 4ce9744 commit 156033f

File tree

5 files changed

+113
-99
lines changed

5 files changed

+113
-99
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.289
1+
7.1.297

flake.lock

Lines changed: 41 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/854d4f05ea78547d46e807b414faad64cea10ae4";
66
nixpkgs.follows = "rv-nix-tools/nixpkgs";
77

8-
k-framework.url = "github:runtimeverification/k/v7.1.289";
8+
k-framework.url = "github:runtimeverification/k/v7.1.297";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010
flake-utils.follows = "k-framework/flake-utils";
1111
blockchain-k-plugin = {

kevm-pyk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name = "kevm-pyk"
77
version = "1.0.678"
88
description = ""
99
readme = "README.md"
10-
requires-python = "~=3.10"
10+
requires-python = ">=3.10"
1111
dependencies = [
1212
"frozendict>=2.4.6,<3",
13-
"kframework==7.1.289",
13+
"kframework==7.1.297",
1414
"pathos",
1515
"tomlkit>=0.11.6",
1616
]

0 commit comments

Comments
 (0)