Skip to content

Commit 41c2a6a

Browse files
Update dependency: deps/pyk_release (#302)
* deps/pyk_release: Set Version v0.1.558 * Set Version: 0.2.17 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.67 * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.559 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.69 * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.560 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * deps/k_release: sync release file version 6.1.71 * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.561 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations * deps/pyk_release: Set Version v0.1.562 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
1 parent cf2e3bc commit 41c2a6a

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.66
1+
6.1.71

deps/pyk_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.557
1+
v0.1.562

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
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.66";
5+
k-framework.url = "github:runtimeverification/k/v6.1.71";
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.557";
9+
pyk.url = "github:runtimeverification/pyk/v0.1.562";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
};

kmir/poetry.lock

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

kmir/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kmir"
7-
version = "0.2.16"
7+
version = "0.2.17"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -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.557" }
16+
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.562" }
1717
pytest-timeout = "2.1.0"
1818

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

kmir/src/kmir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .kmir import KMIR
44

5-
VERSION: Final = '0.2.16'
5+
VERSION: Final = '0.2.17'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.16
1+
0.2.17

0 commit comments

Comments
 (0)