-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: deps/k_release (#47)
* deps/k_release: Set Version 7.1.150 * Set Version: 0.1.38 * pyproject.toml: sync pyk version 7.1.150 --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
cd57385
commit 33ed84b
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.1.149 | ||
7.1.150 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.37 | ||
0.1.38 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kriscv" | ||
version = "0.1.37" | ||
version = "0.1.38" | ||
description = "K tooling for the RISC-V architecture" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -18,7 +18,7 @@ riscv-semantics = "kriscv.kdist.plugin" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
kframework = "7.1.149" | ||
kframework = "7.1.150" | ||
pyyaml = "^6.0.1" | ||
types-pyyaml = "^6.0.12.20240311" | ||
filelock = "^3.14.0" | ||
|