diff --git a/poetry.lock b/poetry.lock index 9adf7f2ea45e8786df8194f6768b9794fd5ddab4..e3ced95755526d977d97d5e63574651be7fbf140 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 b6f25e8c0477a2b4e3ff5925da87f69f411fa074..88a180cd0da4d2b12cc0b955dfb7275b34d49a3f 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]