From 568ab358a5c9f82ba774d1ee36dcbbfa7653041d Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 16 Jan 2024 14:38:50 +0000 Subject: [PATCH] pykwasm/: sync poetry files v0.1.576 --- pykwasm/poetry.lock | 14 +++++++------- pykwasm/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 065468a3f..2bfe75ca7 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -394,14 +394,14 @@ pyflakes = ">=3.2.0,<3.3.0" [[package]] name = "flake8-bugbear" -version = "24.1.15" +version = "24.1.16" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-bugbear-24.1.15.tar.gz", hash = "sha256:5f927884f6879999a9370341b2004feff97d4b551dcbd0a9376edc33b2693331"}, - {file = "flake8_bugbear-24.1.15-py3-none-any.whl", hash = "sha256:5ae5bbe3cd1fa695919fb66291d5e329429d2c004082b91d074b99d958596c79"}, + {file = "flake8-bugbear-24.1.16.tar.gz", hash = "sha256:e94514b1f866270663ce047d23dea731025c24ebacb4ce5999d8959076027504"}, + {file = "flake8_bugbear-24.1.16-py3-none-any.whl", hash = "sha256:1648f4a433d11da8fb4e148cbaa845692ff51379f3f598e3225010e3b9a667b7"}, ] [package.dependencies] @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.575" +version = "0.1.576" description = "" category = "main" optional = false @@ -920,8 +920,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.575" -resolved_reference = "74d25f8e64aab61062aae3ace0605ce753a11c22" +reference = "v0.1.576" +resolved_reference = "3b7515e4c5c3d7969bc1582a7a0533ca9cacdeb9" [[package]] name = "pyperclip" @@ -1161,4 +1161,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "17b52bab4e08d2c974f21c5a4b5ef5f48801d72928f96f95a75b6541eed52823" +content-hash = "7d854774c33fdaa01467fc13754a5f4424ad320f207a4aae6a19a12d19c43862" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 96152e338..cf21eed56 100644 --- a/pykwasm/pyproject.toml +++ b/pykwasm/pyproject.toml @@ -14,7 +14,7 @@ authors = [ python = "^3.10" cytoolz = "^0.12.1" numpy = "^1.24.2" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.575" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.576" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]