Skip to content
Snippets Groups Projects
Commit 94ff917d authored by Radosław Masłowski's avatar Radosław Masłowski
Browse files

Bump poetry

parent accc3b61
No related branches found
No related tags found
1 merge request!237Pack of beekeeper wallet improvements
Pipeline #110702 passed
# 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]] [[package]]
name = "abstractcp" name = "abstractcp"
...@@ -183,16 +183,16 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte ...@@ -183,16 +183,16 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte
[[package]] [[package]]
name = "beekeepy" 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." description = "All in one package for beekeeper interaction via Python interface."
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ 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] [package.dependencies]
helpy = "0.0.1.dev270+b417818" helpy = "0.0.1.dev272+d7b7d5c"
[package.source] [package.source]
type = "legacy" type = "legacy"
...@@ -458,12 +458,12 @@ hyperframe = ">=6.0,<7" ...@@ -458,12 +458,12 @@ hyperframe = ">=6.0,<7"
[[package]] [[package]]
name = "helpy" name = "helpy"
version = "0.0.1.dev270+b417818" version = "0.0.1.dev272+d7b7d5c"
description = "Easily interact with the Hive blockchain using Python." description = "Easily interact with the Hive blockchain using Python."
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ 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] [package.dependencies]
...@@ -472,7 +472,7 @@ httpx = {version = "0.23.3", extras = ["http2"]} ...@@ -472,7 +472,7 @@ httpx = {version = "0.23.3", extras = ["http2"]}
loguru = "0.7.2" loguru = "0.7.2"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
requests = "2.27.1" requests = "2.27.1"
schemas = "0.0.1.dev320+f4fdcfe" schemas = "0.0.1.dev323+e5a1ba1"
wax = "0.3.10.dev227+a000255" wax = "0.3.10.dev227+a000255"
[package.source] [package.source]
...@@ -1131,12 +1131,12 @@ files = [ ...@@ -1131,12 +1131,12 @@ files = [
[[package]] [[package]]
name = "schemas" name = "schemas"
version = "0.0.1.dev320+f4fdcfe" version = "0.0.1.dev323+e5a1ba1"
description = "Tools for checking if message fits expected format" description = "Tools for checking if message fits expected format"
optional = false optional = false
python-versions = ">=3.10,<4.0" python-versions = ">=3.10,<4.0"
files = [ 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] [package.dependencies]
...@@ -1376,4 +1376,4 @@ multidict = ">=4.0" ...@@ -1376,4 +1376,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "aa39ee03f76f2c4c82598e3498c5010a4c12cc4213e98e9f91a0da1581545fc1" content-hash = "a4830166c74d73498033dd257769caabb4ff63da43301f41b5a5bb782d864ce0"
...@@ -27,7 +27,7 @@ requests = "2.27.1" ...@@ -27,7 +27,7 @@ requests = "2.27.1"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
abstractcp = "0.9.9" abstractcp = "0.9.9"
loguru = "0.7.2" loguru = "0.7.2"
beekeepy = "0.0.1.dev270+b417818" beekeepy = "0.0.1.dev272+d7b7d5c"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment