diff --git a/poetry.lock b/poetry.lock index 7cf0754bfb3b8608641d79a94f91e427350ba58c..142232d2ff664b16fc93ecb98c3bf738bf1c9030 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.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.dev275+3cb93ee" +version = "0.0.1.dev277+63fe73b" 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.dev275+3cb93ee-py3-none-any.whl", hash = "sha256:c060c696c409a5f2339013b3c124f604b02af7a53ddb04fe573f805119bcf263"}, + {file = "beekeepy-0.0.1.dev277+63fe73b-py3-none-any.whl", hash = "sha256:62c2cd2f2cb98dc640bfa9546cdc54b8d8b97e4f232d95a29207fa78c358de19"}, ] [package.dependencies] -helpy = "0.0.1.dev275+3cb93ee" +helpy = "0.0.1.dev277+63fe73b" [package.source] type = "legacy" @@ -458,12 +458,12 @@ hyperframe = ">=6.0,<7" [[package]] name = "helpy" -version = "0.0.1.dev275+3cb93ee" +version = "0.0.1.dev277+63fe73b" description = "Easily interact with the Hive blockchain using Python." optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "helpy-0.0.1.dev275+3cb93ee-py3-none-any.whl", hash = "sha256:3fad1b663fbb17f28c2d765bcc6d9d47241789f6659ba4c0c9ac84ef17fc6477"}, + {file = "helpy-0.0.1.dev277+63fe73b-py3-none-any.whl", hash = "sha256:7c34ad28ff22cc103e8fee50446a98242e8e27204ab3f1d2c5c1df5a02c91288"}, ] [package.dependencies] @@ -472,7 +472,7 @@ httpx = {version = "0.23.3", extras = ["http2"]} loguru = "0.7.2" python-dateutil = "2.8.2" requests = "2.27.1" -schemas = "0.0.1.dev323+e5a1ba1" +schemas = "0.0.1.dev326+002eabb" wax = "0.3.10.dev321+1384595" [package.source] @@ -1131,12 +1131,12 @@ files = [ [[package]] name = "schemas" -version = "0.0.1.dev323+e5a1ba1" +version = "0.0.1.dev326+002eabb" description = "Tools for checking if message fits expected format" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "schemas-0.0.1.dev323+e5a1ba1-py3-none-any.whl", hash = "sha256:b97546f24f54f58d71fade176e3fdfa8e113c040d35f56f04e5a567b0fa63d5f"}, + {file = "schemas-0.0.1.dev326+002eabb-py3-none-any.whl", hash = "sha256:b88d4bcd072245d5ded6712dffe559160de9a09bb01b015b2a516ca9c0592d14"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "37254506753c971903eaf13d6f4dc19208cc934f5188178f8f3f6bb3b967365c" +content-hash = "988cba307d5b9dfc1a6b6cb63169cf865cbcbf7d009f296064d7afaf21d28234" diff --git a/pyproject.toml b/pyproject.toml index e47c866e1c9802c2ed50a9c0f03ce76f10958d99..bfdbd18bd4a6dc61814c6aab971cf10bd96c21ed 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.dev275+3cb93ee" +beekeepy = "0.0.1.dev277+63fe73b" [tool.poetry.group.dev.dependencies]