From 94ff917d1fd8e0369e3081914509da12591956f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Mas=C5=82owski?= <rmaslowski@syncad.com> Date: Tue, 26 Nov 2024 07:26:39 +0100 Subject: [PATCH] Bump poetry --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 482dcb703..9adf7f2ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.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.dev270+b417818" +version = "0.0.1.dev272+d7b7d5c" 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.dev270+b417818-py3-none-any.whl", hash = "sha256:c9d8f4be0f08f2504cebd452b58d24e2bd6a19978028da2680da42110a60b6bc"}, + {file = "beekeepy-0.0.1.dev272+d7b7d5c-py3-none-any.whl", hash = "sha256:bd762b2392002a8b2b3044481240baa0cc7dfb7544505678c653f070e5858805"}, ] [package.dependencies] -helpy = "0.0.1.dev270+b417818" +helpy = "0.0.1.dev272+d7b7d5c" [package.source] type = "legacy" @@ -458,12 +458,12 @@ hyperframe = ">=6.0,<7" [[package]] name = "helpy" -version = "0.0.1.dev270+b417818" +version = "0.0.1.dev272+d7b7d5c" description = "Easily interact with the Hive blockchain using Python." optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "helpy-0.0.1.dev270+b417818-py3-none-any.whl", hash = "sha256:03d30886338893202b8ac7385b7006c3ba6b021caebb7a34f439f399a333a698"}, + {file = "helpy-0.0.1.dev272+d7b7d5c-py3-none-any.whl", hash = "sha256:735f331bbeaf698f0809f05dbd33571d4c742f67a4ba007621fd2f16d6d5e18b"}, ] [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.dev320+f4fdcfe" +schemas = "0.0.1.dev323+e5a1ba1" wax = "0.3.10.dev227+a000255" [package.source] @@ -1131,12 +1131,12 @@ files = [ [[package]] name = "schemas" -version = "0.0.1.dev320+f4fdcfe" +version = "0.0.1.dev323+e5a1ba1" description = "Tools for checking if message fits expected format" optional = false python-versions = ">=3.10,<4.0" files = [ - {file = "schemas-0.0.1.dev320+f4fdcfe-py3-none-any.whl", hash = "sha256:b2106d4f429ca7aa04e723ef1072004f4705344eeeb0737a7eb6ee0248221992"}, + {file = "schemas-0.0.1.dev323+e5a1ba1-py3-none-any.whl", hash = "sha256:b97546f24f54f58d71fade176e3fdfa8e113c040d35f56f04e5a567b0fa63d5f"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "aa39ee03f76f2c4c82598e3498c5010a4c12cc4213e98e9f91a0da1581545fc1" +content-hash = "a4830166c74d73498033dd257769caabb4ff63da43301f41b5a5bb782d864ce0" diff --git a/pyproject.toml b/pyproject.toml index d8835581a..b6f25e8c0 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.dev270+b417818" +beekeepy = "0.0.1.dev272+d7b7d5c" [tool.poetry.group.dev.dependencies] -- GitLab