From 93dd4c44d33c51e543df82954f9067c7c2f53922 Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Mon, 9 Dec 2024 17:12:30 +0100 Subject: [PATCH] update version of beekeepy/helpy --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9adf7f2ea..e3ced9575 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "abstractcp" @@ -183,16 +183,16 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte [[package]] name = "beekeepy" -version = "0.0.1.dev272+d7b7d5c" +version = "0.0.1.dev273+cbab620" description = "All in one package for beekeeper interaction via Python interface." optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "beekeepy-0.0.1.dev272+d7b7d5c-py3-none-any.whl", hash = "sha256:bd762b2392002a8b2b3044481240baa0cc7dfb7544505678c653f070e5858805"}, + {file = "beekeepy-0.0.1.dev273+cbab620-py3-none-any.whl", hash = "sha256:3b396e281d682bdd974a513835a62e0a2cd62ea496884737cbefad15e8aac392"}, ] [package.dependencies] -helpy = "0.0.1.dev272+d7b7d5c" +helpy = "0.0.1.dev273+cbab620" [package.source] type = "legacy" @@ -458,12 +458,12 @@ hyperframe = ">=6.0,<7" [[package]] name = "helpy" -version = "0.0.1.dev272+d7b7d5c" +version = "0.0.1.dev273+cbab620" description = "Easily interact with the Hive blockchain using Python." optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "helpy-0.0.1.dev272+d7b7d5c-py3-none-any.whl", hash = "sha256:735f331bbeaf698f0809f05dbd33571d4c742f67a4ba007621fd2f16d6d5e18b"}, + {file = "helpy-0.0.1.dev273+cbab620-py3-none-any.whl", hash = "sha256:389b26016359699e261f2abe79205077efd20b576162e3b5ffbc5629b8960e93"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a4830166c74d73498033dd257769caabb4ff63da43301f41b5a5bb782d864ce0" +content-hash = "7a9c691dff156deb66c5ee5eba5167614213a2fbdfd70ceb2b08fbb1dbda58f6" diff --git a/pyproject.toml b/pyproject.toml index b6f25e8c0..88a180cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requests = "2.27.1" python-dateutil = "2.8.2" abstractcp = "0.9.9" loguru = "0.7.2" -beekeepy = "0.0.1.dev272+d7b7d5c" +beekeepy = "0.0.1.dev273+cbab620" [tool.poetry.group.dev.dependencies] -- GitLab