diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 99b4c3a77..551a52fd8 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.16" +version = "24.1.17" 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.16.tar.gz", hash = "sha256:e94514b1f866270663ce047d23dea731025c24ebacb4ce5999d8959076027504"}, - {file = "flake8_bugbear-24.1.16-py3-none-any.whl", hash = "sha256:1648f4a433d11da8fb4e148cbaa845692ff51379f3f598e3225010e3b9a667b7"}, + {file = "flake8-bugbear-24.1.17.tar.gz", hash = "sha256:bcb388a4f3b516258749b1e690ee394c082eff742f44595e3754cf5c7781c2c7"}, + {file = "flake8_bugbear-24.1.17-py3-none-any.whl", hash = "sha256:46cc840ddaed26507cd0ada530d1526418b717ee76c9b5dfdbd238b5eab34139"}, ] [package.dependencies] @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.579" +version = "0.1.580" 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.579" -resolved_reference = "04d95c9c94ed1ec04f8d1e4867f097c5a5d07cf8" +reference = "v0.1.580" +resolved_reference = "8fe63a9e1577206d7a2e655ba5b8b368636be720" [[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 = "0ea0a1b42b94d8135abbb26598b45fdb26754eb0a3fc6d55a77df49c4871ddf8" +content-hash = "32c4e8e04982fcc6cae4790d72786869bd8886457e66c96dd4a1b3bd5eb95f2b" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index e8106b9b3..ed07428cd 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.579" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.580" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.1.1.tar.gz"} [tool.poetry.group.dev.dependencies]