From 2934774e82e98e7ec3e4ad527cce8f548ea5a412 Mon Sep 17 00:00:00 2001 From: devops Date: Mon, 6 May 2024 19:26:01 +0000 Subject: [PATCH] krypto/: sync poetry files pyk version v7.0.44 --- krypto/poetry.lock | 8 ++++---- krypto/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/krypto/poetry.lock b/krypto/poetry.lock index 20aac99b8..0fb084bbc 100644 --- a/krypto/poetry.lock +++ b/krypto/poetry.lock @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.43" +version = "7.0.44" description = "" optional = false python-versions = "^3.10" @@ -728,8 +728,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.43" -resolved_reference = "a5620e5fcfa7ba20681d7e38514bde7e1bf412bd" +reference = "v7.0.44" +resolved_reference = "cb1e4a406a873b09463154f5844d45748c4f1fee" subdirectory = "pyk" [[package]] @@ -985,4 +985,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "00f395b8c3a7d9fc1d0a0f472f6e30ea3d9a6e11de89da57dbe6188c3957a36b" +content-hash = "4c39a56de88538bf5b3f802b5c08998c4c8a840ab42bccc5852a2c8ec8976ca8" diff --git a/krypto/pyproject.toml b/krypto/pyproject.toml index 4ed1ecf3d..bcfbb6057 100644 --- a/krypto/pyproject.toml +++ b/krypto/pyproject.toml @@ -29,7 +29,7 @@ pytest-cov = "*" pytest-mock = "*" pytest-xdist = "*" pyupgrade = "*" -pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.43", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag="v7.0.44", subdirectory = "pyk" } [tool.isort] profile = "black"