From 1792d3ae5c076bd278ca41230007d4356f086215 Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 31 Oct 2024 03:48:44 +0000 Subject: [PATCH] krypto/: sync poetry files pyk version 7.1.169 --- krypto/poetry.lock | 14 +++++++------- krypto/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/krypto/poetry.lock b/krypto/poetry.lock index c3307af95..088a9ca31 100644 --- a/krypto/poetry.lock +++ b/krypto/poetry.lock @@ -385,13 +385,13 @@ pyreadline3 = {version = "*", markers = "sys_platform == \"win32\" and python_ve [[package]] name = "hypothesis" -version = "6.115.5" +version = "6.115.6" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.115.5-py3-none-any.whl", hash = "sha256:b7733459ae9a93020fac3b91b41473c9b85e975139a152a70d88f3a5caa3fa3f"}, - {file = "hypothesis-6.115.5.tar.gz", hash = "sha256:4768c5fb426b305462ed31032d6e216a31daaefb1dc3134fdf2795b7961d7cb3"}, + {file = "hypothesis-6.115.6-py3-none-any.whl", hash = "sha256:d7b7173934753b9624680b38a85749de4fce367c44acb36c08b62765cc0a7a19"}, + {file = "hypothesis-6.115.6.tar.gz", hash = "sha256:d4db48eef183591085676783967e943bb89fef4d596f78c3e4116c61fcc63a6b"}, ] [package.dependencies] @@ -466,13 +466,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kframework" -version = "7.1.167" +version = "7.1.169" description = "" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "kframework-7.1.167-py3-none-any.whl", hash = "sha256:c6229b45f6af74cb605dd46d9f9625c7b3696f445300393f594d5b76c2d33a31"}, - {file = "kframework-7.1.167.tar.gz", hash = "sha256:b79d11a0e71650a14e8ae08b8cc38f766a4aea536066d1ab019b043acf02a712"}, + {file = "kframework-7.1.169-py3-none-any.whl", hash = "sha256:af0419d93285834568f2727bb66af4188736faf625a3bdfc331d9294ade1ea95"}, + {file = "kframework-7.1.169.tar.gz", hash = "sha256:e8e432466fc0a99fff230d4db826a0f2296899ff4dbd4f1226ab07fded3ce884"}, ] [package.dependencies] @@ -1060,4 +1060,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "91fbed617627bba8f0b637bd030b6c6e0ae2fedb12de548af990f31ac74806c5" +content-hash = "31f6a3a14ddaa16f8e8a2d236c7a7878ca21e3ccc75ac9e2db06ec217218f1a9" diff --git a/krypto/pyproject.toml b/krypto/pyproject.toml index 350858901..d897c2a65 100644 --- a/krypto/pyproject.toml +++ b/krypto/pyproject.toml @@ -29,7 +29,7 @@ pytest-cov = "*" pytest-mock = "*" pytest-xdist = "*" pyupgrade = "*" -kframework = "7.1.167" +kframework = "7.1.169" [tool.isort] profile = "black"