diff --git a/deps/pyk_release b/deps/pyk_release index e73f2d827..f1b82777f 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.718 +v0.1.720 diff --git a/flake.lock b/flake.lock index cb4821b38..d77ab6da5 100644 --- a/flake.lock +++ b/flake.lock @@ -361,16 +361,16 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1710777763, - "narHash": "sha256-PA151NQY8n59C5kO8eOa2TN1DudJ1ra2qlM6BWaxCDA=", + "lastModified": 1710803022, + "narHash": "sha256-kIiqZKXGbAGt8Hisv6HozrVP4S+bUn+duzyE+fRxljA=", "owner": "runtimeverification", "repo": "pyk", - "rev": "d0f2f62f0c2b4e970cc9e146eb7da3b649dddee2", + "rev": "15cd2efc455d3014060c81f89b7757f3246d963f", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.718", + "ref": "v0.1.720", "repo": "pyk", "type": "github" } diff --git a/flake.nix b/flake.nix index 90b66de4e..dd45c3af2 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; - pyk.url = "github:runtimeverification/pyk/v0.1.718"; + pyk.url = "github:runtimeverification/pyk/v0.1.720"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; }; diff --git a/kmir/poetry.lock b/kmir/poetry.lock index d0ca1054a..0a79a4797 100644 --- a/kmir/poetry.lock +++ b/kmir/poetry.lock @@ -649,7 +649,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.718" +version = "0.1.720" description = "" category = "main" optional = false @@ -671,8 +671,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.718" -resolved_reference = "d0f2f62f0c2b4e970cc9e146eb7da3b649dddee2" +reference = "v0.1.720" +resolved_reference = "15cd2efc455d3014060c81f89b7757f3246d963f" [[package]] name = "pyperclip" @@ -913,4 +913,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a59ac8ac693e6ac9640c5d46f7b28a7fc63310d77f2250ceead226758b71c035" +content-hash = "2fca0f1964243c9eace72def320af462e92e0f55fac0973197695aa26b0b014a" diff --git a/kmir/pyproject.toml b/kmir/pyproject.toml index dcf0b1d89..08b080bdc 100644 --- a/kmir/pyproject.toml +++ b/kmir/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kmir" -version = "0.2.40" +version = "0.2.41" description = "" authors = [ "Runtime Verification, Inc. ", @@ -13,7 +13,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" filelock = "3.9.0" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.718" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.720" } pytest-timeout = "2.1.0" [tool.poetry.group.dev.dependencies] diff --git a/kmir/src/kmir/__init__.py b/kmir/src/kmir/__init__.py index c7473cec4..fa3e4d38d 100644 --- a/kmir/src/kmir/__init__.py +++ b/kmir/src/kmir/__init__.py @@ -5,4 +5,4 @@ from .prove import prove, show_proof, view_proof from .run import run -VERSION: Final = '0.2.40' +VERSION: Final = '0.2.41' diff --git a/package/version b/package/version index 655b3ef46..c1e088e61 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.2.40 +0.2.41