diff --git a/poetry.lock b/poetry.lock index f52eff4..8d762e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "attrs" @@ -21,17 +21,18 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "beiboot" -version = "0.11.1" +version = "1.3.1" description = "Getdeck Beiboot client project." category = "main" optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "beiboot-0.11.1-py3-none-any.whl", hash = "sha256:45f9b64dd4277ee0cfdfed1bc04f0ba9ae7c382aa7b446d6825c02e9de345ddd"}, - {file = "beiboot-0.11.1.tar.gz", hash = "sha256:1a982cc5bf7db73ce6d4a7d147b924eadb2eefcf916f6bf02ac7314b09b23166"}, + {file = "beiboot-1.3.1-py3-none-any.whl", hash = "sha256:19664cd33e8496cbeeb4871eed1e891095f616f1b863c400d93c78483e7f7af5"}, + {file = "beiboot-1.3.1.tar.gz", hash = "sha256:c5996f88c73e163412a50ae635bebe9640db0f128bc0c323aa8a3781f420105b"}, ] [package.dependencies] +chardet = ">=5.1.0,<6.0.0" docker = ">=6.0.0,<7.0.0" kubernetes = ">=23.3.0,<24.0.0" @@ -94,6 +95,18 @@ files = [ {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, ] +[[package]] +name = "chardet" +version = "5.1.0" +description = "Universal encoding detector for Python 3" +category = "main" +optional = false +python-versions = ">=3.7" +files = [ + {file = "chardet-5.1.0-py3-none-any.whl", hash = "sha256:362777fb014af596ad31334fde1e8c327dfdb076e1960d1694662d46a6917ab9"}, + {file = "chardet-5.1.0.tar.gz", hash = "sha256:0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5"}, +] + [[package]] name = "charset-normalizer" version = "3.1.0" @@ -1095,4 +1108,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ae75420061d5d593e6552477597c8e9a984f7cd49ccdefa09aecbd256e959c4b" +content-hash = "9acd0dea97dc4caf6b47d371336ed78e34583fee0c342ed49b0fc5c9be1eaaf3" diff --git a/pyproject.toml b/pyproject.toml index 6eb534a..2a63d64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ semantic-version = "^2.9.0" GitPython = "^3.1.27" PyYAML = "^6.0" python-hosts = "^1.0.3" -beiboot = "^0.11" +beiboot = ">=0.11,<1.4" cli-tracker = "^0.3.0"