From ba5207cc12d3f7b283115e06790c4b599367c5a2 Mon Sep 17 00:00:00 2001 From: devops Date: Sat, 18 May 2024 22:54:22 +0000 Subject: [PATCH] pyproject.toml: sync pyk version 7.0.71 --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 261530c1..72258b03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -586,13 +586,13 @@ files = [ [[package]] name = "pep8-naming" -version = "0.13.3" +version = "0.14.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pep8-naming-0.13.3.tar.gz", hash = "sha256:1705f046dfcd851378aac3be1cd1551c7c1e5ff363bacad707d43007877fa971"}, - {file = "pep8_naming-0.13.3-py3-none-any.whl", hash = "sha256:1a86b8c71a03337c97181917e2b472f0f5e4ccb06844a0d6f0a33522549e7a80"}, + {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, + {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, ] [package.dependencies] @@ -707,7 +707,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.70" +version = "7.0.71" 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.70" -resolved_reference = "b8ec37891c2e3e68afe5c5a0c14e2d2d17ef2daf" +reference = "v7.0.71" +resolved_reference = "4741d8b4793002a210757d04f68d861511b3eeb5" subdirectory = "pyk" [[package]] @@ -985,4 +985,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b68983d3fe55cae32fb2379293ec041dcef73722a8954c66a017848288a0016c" +content-hash = "3a2fff0303136dc7a28b0f1cabd9bd35f6b3004f1a3f21b34176186a33de531a" diff --git a/pyproject.toml b/pyproject.toml index 14d65cc5..df062fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ riscv-semantics = "kriscv.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.70", subdirectory = "pyk" } +pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.71", subdirectory = "pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*"