Skip to content

Commit e7d64ba

Browse files
Update dependency: deps/pyk_release (#256)
* deps/pyk_release: Set Version v0.1.498 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.8 * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.499 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.9 * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.500 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.10 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
1 parent 510c191 commit e7d64ba

File tree

6 files changed

+61
-61
lines changed

6 files changed

+61
-61
lines changed

deps/k_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.7
1+
6.1.10

deps/pyk_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.497
1+
v0.1.500

flake.lock

+49-49
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 KMIR Semantics";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v6.1.7";
5+
k-framework.url = "github:runtimeverification/k/v6.1.10";
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/pyk/v0.1.497";
9+
pyk.url = "github:runtimeverification/pyk/v0.1.500";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
};

kmir/poetry.lock

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

kmir/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
filelock = "3.9.0"
16-
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.497" }
16+
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.500" }
1717
pytest-timeout = "2.1.0"
1818

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

0 commit comments

Comments
 (0)