diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 427ebea73..2f6fa3994 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 = "23.12.2" +version = "24.1.15" 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-23.12.2.tar.gz", hash = "sha256:32b2903e22331ae04885dae25756a32a8c666c85142e933f43512a70f342052a"}, - {file = "flake8_bugbear-23.12.2-py3-none-any.whl", hash = "sha256:83324bad4d90fee4bf64dd69c61aff94debf8073fbd807c8b6a36eec7a2f0719"}, + {file = "flake8-bugbear-24.1.15.tar.gz", hash = "sha256:5f927884f6879999a9370341b2004feff97d4b551dcbd0a9376edc33b2693331"}, + {file = "flake8_bugbear-24.1.15-py3-none-any.whl", hash = "sha256:5ae5bbe3cd1fa695919fb66291d5e329429d2c004082b91d074b99d958596c79"}, ] [package.dependencies] @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.573" +version = "0.1.574" 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.573" -resolved_reference = "803ef1bea94c14cbd1ec48701725f56f94ad25eb" +reference = "v0.1.574" +resolved_reference = "f3cb2f2467741afcc37d72369a418eee5076611b" [[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 = "7aadd92de349430417f0cf6d0f23c669887cf3e0151f3d5a441f186f2ad347b1" +content-hash = "41a2a773bff33a36a4ad2eb41d1cd2b5b8390c737b78ad924af97b08d829202d" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index bcad5fe8b..c1231a92d 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.573" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.574" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]