Skip to content

Commit 68fbdaf

Browse files
rv-jenkinsrv-auditorStephen Skeirik
authored
Update dependency: deps/k_release (#354)
* deps/k_release: Set Version 7.0.13 * Set Version: 0.2.52 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations * !!! Enable debug logging * deps/k_release: Set Version 7.0.14 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Stephen Skeirik <[email protected]>
1 parent b88328c commit 68fbdaf

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
K_VERSION=$(cat ./deps/k_release)
2828
cd kmir
2929
sed -i 's!pyk = { git = "https://github.com/runtimeverification/k.git", tag = "[v0-9\.]*", subdirectory = "pyk" }!pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v'${K_VERSION}'", subdirectory = "pyk" }!' pyproject.toml
30-
poetry update
30+
poetry update -vvv
3131
git add pyproject.toml poetry.lock
3232
git commit -m 'kmir/{pyproject.toml,poetry.lock}: sync Poetry files' || true
3333
- name: 'Update Nix flake inputs'

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.12
1+
7.0.14

flake.lock

Lines changed: 8 additions & 8 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/v7.0.12";
5+
k-framework.url = "github:runtimeverification/k/v7.0.14";
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.12?dir=pyk";
9+
pyk.url = "github:runtimeverification/k/v7.0.14?dir=pyk";
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.51"
7+
version = "0.2.52"
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/k.git", tag = "v7.0.12", subdirectory = "pyk" }
16+
pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.14", subdirectory = "pyk" }
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.51'
5+
VERSION: Final = '0.2.52'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.51
1+
0.2.52

0 commit comments

Comments
 (0)