From 58487ff3c15aade2339f428c7e8ae9c640559f96 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 15 May 2024 17:36:13 +0000 Subject: [PATCH] Sync Poetry files 0.1.51 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 203ebb3..4c180b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -835,7 +835,7 @@ numpy = ">=1.16.0,<2" toolz = {version = ">0.9.0,<1", markers = "implementation_name == \"pypy\""} [package.extras] -dev = ["Sphinx (>=1.6.5,<2)", "bumpversion (>=0.5.3,<1)", "flake8 (==3.6.0)", "hypothesis (>=6.88.1,<7)", "ipython", "isort (>=4.3.9,<5)", "mypy (==1.6.1)", "pytest (>=7.4.3,<8)", "pytest-watch (>=4.1.0,<5)", "pytest-watch (>=4.2.0,<5)", "pytest-xdist (>=3.2.0,<4)", "sphinx_rtd_theme (>=0.1.9)", "tox (>=4.11.3,<5)", "twine", "wheel"] +dev = ["bumpversion (>=0.5.3,<1)", "ipython", "pytest-watch (>=4.1.0,<5)", "twine", "wheel"] doc = ["Sphinx (>=1.6.5,<2)", "sphinx_rtd_theme (>=0.1.9)"] lint = ["flake8 (==3.6.0)", "isort (>=4.3.9,<5)", "mypy (==1.6.1)"] test = ["hypothesis (>=6.88.1,<7)", "pytest (>=7.4.3,<8)", "pytest-watch (>=4.2.0,<5)", "pytest-xdist (>=3.2.0,<4)", "tox (>=4.11.3,<5)"] @@ -898,7 +898,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "7.0.56" +version = "7.0.67" description = "" optional = false python-versions = "^3.10" @@ -919,13 +919,13 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/k.git" -reference = "v7.0.56" -resolved_reference = "5e0c6e00d4925d0c0eab3b579fe378dc14ef2878" +reference = "v7.0.67" +resolved_reference = "8c5e00d10e600132f51f2958d4f624bc86669cbf" subdirectory = "pyk" [[package]] name = "pykwasm" -version = "0.1.50" +version = "0.1.51" description = "" optional = false python-versions = "^3.10" @@ -936,13 +936,13 @@ develop = false cytoolz = "^0.12.1" numpy = "^1.24.2" py-wasm = {git = "https://github.com/runtimeverification/py-wasm.git", tag = "0.2.1"} -pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.56", subdirectory = "pyk"} +pyk = {git = "https://github.com/runtimeverification/k.git", tag = "v7.0.67", subdirectory = "pyk"} [package.source] type = "git" url = "https://github.com/runtimeverification/wasm-semantics.git" -reference = "v0.1.50" -resolved_reference = "d52eabe8190a244fd799751f3c54d66f4c80ba14" +reference = "v0.1.51" +resolved_reference = "954bdbc9f041c90479430262b47ddb3b1fe0fbe2" subdirectory = "pykwasm" [[package]] @@ -1209,4 +1209,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f760682ce346014943da1e52f8efec213ed995c73f2c936eb3a3182e64bba1b6" +content-hash = "44c517846244039abf1d21e452a982353e4f71512dff8c9749bf6a5868462e4b" diff --git a/pyproject.toml b/pyproject.toml index 999a371..17dee0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ soroban-semantics = "ksoroban.kdist.plugin" [tool.poetry.dependencies] python = "^3.10" -pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.50", subdirectory = "pykwasm" } +pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.51", subdirectory = "pykwasm" } [tool.poetry.group.dev.dependencies] autoflake = "*"