diff --git a/deps/k_release b/deps/k_release index 01b99c554..3f313895f 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -7.1.165 +7.1.166 diff --git a/flake.lock b/flake.lock index fd041eb77..b3e3be2cd 100644 --- a/flake.lock +++ b/flake.lock @@ -120,16 +120,16 @@ ] }, "locked": { - "lastModified": 1729686641, - "narHash": "sha256-LuhI4IRoAMFGVeoPobegWRV7lRu/W2CLzTSB3jMnp0o=", + "lastModified": 1729715336, + "narHash": "sha256-e4515vXk5qzIITnYvcUK3kbC37S8S0PMbqv56ld5OAU=", "owner": "runtimeverification", "repo": "k", - "rev": "516dbf2c181e21534cf98c3c7c7be916ad5088ce", + "rev": "5d1ccd5a2585cbec970c68f8530ddbf2b27fe574", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v7.1.165", + "ref": "v7.1.166", "repo": "k", "type": "github" } diff --git a/flake.nix b/flake.nix index 3ccaf1b82..e6aa079c9 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "mir-semantics - "; inputs = { - k-framework.url = "github:runtimeverification/k/v7.1.165"; + k-framework.url = "github:runtimeverification/k/v7.1.166"; nixpkgs.follows = "k-framework/nixpkgs"; flake-utils.follows = "k-framework/flake-utils"; rv-utils.follows = "k-framework/rv-utils"; diff --git a/kmir/poetry.lock b/kmir/poetry.lock index fd93d7759..f8ad13361 100644 --- a/kmir/poetry.lock +++ b/kmir/poetry.lock @@ -404,14 +404,14 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve [[package]] name = "hypothesis" -version = "6.115.3" +version = "6.115.4" description = "A library for property-based testing" category = "main" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.115.3-py3-none-any.whl", hash = "sha256:d2770b0db08ad666fe6ff36027910039ab681084d13bcf9c057449c2e27099c4"}, - {file = "hypothesis-6.115.3.tar.gz", hash = "sha256:d4efc8c7371bd4ec906d2777f1f18fee5539e47b3d7c7cdc93d1026ad35d9b33"}, + {file = "hypothesis-6.115.4-py3-none-any.whl", hash = "sha256:8a6e1715b55664d6400387e36a40831b1646121eae5c0e829ae95a8d29782c83"}, + {file = "hypothesis-6.115.4.tar.gz", hash = "sha256:e5bc1aad1eccd0fd929176376a1a57ef7685259efba9f6d2ba034493f95a113f"}, ] [package.dependencies] @@ -489,14 +489,14 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.165" +version = "7.1.166" description = "" category = "main" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.165-py3-none-any.whl", hash = "sha256:a22e3cd3a3abc29d379f2022cba2cdecc553986bb582777317aa9f41ce164c11"}, - {file = "kframework-7.1.165.tar.gz", hash = "sha256:145dd780ecb1bc38492ed6190a9a4caa13741e0a6d81e4ea6fcf4b8bfdbbbeb7"}, + {file = "kframework-7.1.166-py3-none-any.whl", hash = "sha256:a040ac35a29c06fe7abec2d305dbc4b632a037a6a4047992605326a5078c8565"}, + {file = "kframework-7.1.166.tar.gz", hash = "sha256:cf57661f081e1a4309dd639e6bbf71ad38df080111b6e5f793f65e8c5848e69f"}, ] [package.dependencies] @@ -1119,4 +1119,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "551269e7e2ffe202f7cc7be78bbc7b1d99fb09f54e6bf85f6ca1005c79acff36" +content-hash = "a44eb8a23f016d89bc1bb9a4390ac8a5bac2f4b4c9beed1f45968844b95695bc" diff --git a/kmir/pyproject.toml b/kmir/pyproject.toml index 40cfeeddc..60ac654b7 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.3.54" +version = "0.3.55" description = "" authors = [ "Runtime Verification, Inc. ", @@ -23,7 +23,7 @@ pytest-kmir = "kmir.testing.fixtures" [tool.poetry.dependencies] python = "^3.10" -kframework = "7.1.165" +kframework = "7.1.166" [tool.poetry.group.dev.dependencies] autoflake = "*" diff --git a/kmir/src/kmir/__init__.py b/kmir/src/kmir/__init__.py index c47ae4d5f..c3e7e4a16 100644 --- a/kmir/src/kmir/__init__.py +++ b/kmir/src/kmir/__init__.py @@ -1,3 +1,3 @@ from typing import Final -VERSION: Final = '0.3.54' +VERSION: Final = '0.3.55' diff --git a/package/version b/package/version index aeb62e238..f7759c4f8 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.3.54 +0.3.55