diff --git a/deps/k_release b/deps/k_release index 8a8198b5f..d0ecc0005 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -6.1.61 +6.1.65 diff --git a/deps/pyk_release b/deps/pyk_release index e2881205f..22cbdf53b 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.552 +v0.1.555 diff --git a/flake.lock b/flake.lock index 79c5fedac..fe236972b 100644 --- a/flake.lock +++ b/flake.lock @@ -18,17 +18,17 @@ ] }, "locked": { - "lastModified": 1702465848, - "narHash": "sha256-pikJMY8bJqbO+kTKGZiPRzspHcGJ6lFk/JytCUrm1yk=", + "lastModified": 1702904670, + "narHash": "sha256-L8xllWqD72JUF/0YTgmSFA0voI2PLbWVGcX8JjOfTJc=", "owner": "runtimeverification", "repo": "hs-backend-booster", - "rev": "6e29375d4cbcfdeddf99e98f2ba7577db0cbf963", + "rev": "ad469900f0551af07c7a5dc64ac5c9297012fb2c", "type": "github" }, "original": { "owner": "runtimeverification", "repo": "hs-backend-booster", - "rev": "6e29375d4cbcfdeddf99e98f2ba7577db0cbf963", + "rev": "ad469900f0551af07c7a5dc64ac5c9297012fb2c", "type": "github" } }, @@ -137,16 +137,16 @@ "rv-utils": "rv-utils" }, "locked": { - "lastModified": 1702663415, - "narHash": "sha256-a2rrEMILCLDgbYFE9kekEvXw9yk5iBRoe51IigkDUfw=", + "lastModified": 1702914165, + "narHash": "sha256-9Km69fLlw/8c2qIv+cWyOBmfFw27l76pR0eEYZ+XwYs=", "owner": "runtimeverification", "repo": "k", - "rev": "8859fab8e60198b0c628e1a01a378304c8af6d12", + "rev": "fa0d83550106554622fd2eccf0fbe21d47dd810c", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v6.1.61", + "ref": "v6.1.65", "repo": "k", "type": "github" } @@ -169,11 +169,11 @@ ] }, "locked": { - "lastModified": 1702393410, - "narHash": "sha256-YbfXAIj/qax/o9G5dhGAiJOvvOQrtMPoi3KDCfOPOms=", + "lastModified": 1702895257, + "narHash": "sha256-SwuiumeGZxIZRBzilglrsZLrC16RHPJPNVJeEMr2BKA=", "owner": "runtimeverification", "repo": "llvm-backend", - "rev": "14c372e93bf6133b2c780868dcda8bb2abbe6d8b", + "rev": "fc3845d20e911c10193092fea59f17c7d0aba7f4", "type": "github" }, "original": { @@ -321,16 +321,16 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1702920405, - "narHash": "sha256-tUltXpav+N0Jji2XVQOfWbP5lE+YQJ/Ny3LSzIPrOcQ=", + "lastModified": 1702931128, + "narHash": "sha256-r/LB5Qe/FtDscdiZ1CR4itp6nJK6vVlEFVysklEasvY=", "owner": "runtimeverification", "repo": "pyk", - "rev": "439c1162e7a227d933bf48dc99ff04eb62e8b905", + "rev": "f9c0c63d2e25ba22ec54e08bed6e16f25e16025d", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v0.1.552", + "ref": "v0.1.555", "repo": "pyk", "type": "github" } diff --git a/flake.nix b/flake.nix index 4aaac2f3f..8a586a576 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,11 @@ description = " A flake for KMIR Semantics"; inputs = { - k-framework.url = "github:runtimeverification/k/v6.1.61"; + k-framework.url = "github:runtimeverification/k/v6.1.65"; 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.552"; + pyk.url = "github:runtimeverification/pyk/v0.1.555"; nixpkgs-pyk.follows = "pyk/nixpkgs"; poetry2nix.follows = "pyk/poetry2nix"; }; diff --git a/kmir/poetry.lock b/kmir/poetry.lock index af1358987..b0b0a1c35 100644 --- a/kmir/poetry.lock +++ b/kmir/poetry.lock @@ -647,7 +647,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.552" +version = "0.1.555" description = "" category = "main" optional = false @@ -669,8 +669,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.552" -resolved_reference = "439c1162e7a227d933bf48dc99ff04eb62e8b905" +reference = "v0.1.555" +resolved_reference = "f9c0c63d2e25ba22ec54e08bed6e16f25e16025d" [[package]] name = "pyperclip" @@ -894,4 +894,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4ba1f5c721a211d3e1bfee347bfbc326752a30c50bd377f80af1cbe59b63d7da" +content-hash = "f7b7b3c229ba48fd7e2e7cfc590708ba9446aceb69afe861e25af94ded7e2b6b" diff --git a/kmir/pyproject.toml b/kmir/pyproject.toml index b2ea46532..c2f325b70 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.11" +version = "0.2.12" 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.552" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.555" } 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 cab639c52..10b30f87b 100644 --- a/kmir/src/kmir/__init__.py +++ b/kmir/src/kmir/__init__.py @@ -2,4 +2,4 @@ from .kmir import KMIR -VERSION: Final = '0.2.11' +VERSION: Final = '0.2.12' diff --git a/package/version b/package/version index d3b5ba4bf..f2722b133 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.2.11 +0.2.12