diff --git a/poetry.lock b/poetry.lock index 1353c6f..6cb678b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "astroid" @@ -567,17 +567,6 @@ TOMLi = {version = "*", markers = "python_version < \"3.11\""} [package.extras] dev = ["pyTest", "pyTest-cov"] -[[package]] -name = "future" -version = "0.18.3" -description = "Clean single-source support for Python 3 and 2" -category = "dev" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, -] - [[package]] name = "gitdb" version = "4.0.10" @@ -1673,20 +1662,22 @@ files = [ [[package]] name = "radon" -version = "5.1.0" +version = "6.0.1" description = "Code Metrics in Python" category = "dev" optional = false python-versions = "*" files = [ - {file = "radon-5.1.0-py2.py3-none-any.whl", hash = "sha256:fa74e018197f1fcb54578af0f675d8b8e2342bd8e0b72bef8197bc4c9e645f36"}, - {file = "radon-5.1.0.tar.gz", hash = "sha256:cb1d8752e5f862fb9e20d82b5f758cbc4fb1237c92c9a66450ea0ea7bf29aeee"}, + {file = "radon-6.0.1-py2.py3-none-any.whl", hash = "sha256:632cc032364a6f8bb1010a2f6a12d0f14bc7e5ede76585ef29dc0cecf4cd8859"}, + {file = "radon-6.0.1.tar.gz", hash = "sha256:d1ac0053943a893878940fedc8b19ace70386fc9c9bf0a09229a44125ebf45b5"}, ] [package.dependencies] colorama = {version = ">=0.4.1", markers = "python_version > \"3.4\""} -future = "*" -mando = ">=0.6,<0.7" +mando = ">=0.6,<0.8" + +[package.extras] +toml = ["tomli (>=2.0.1)"] [[package]] name = "requests" @@ -2159,20 +2150,18 @@ files = [ [[package]] name = "xenon" -version = "0.9.0" +version = "0.1" description = "Monitor code metrics for Python on your CI server" category = "dev" optional = false python-versions = "*" files = [ - {file = "xenon-0.9.0-py2.py3-none-any.whl", hash = "sha256:994c80c7f1c6d40596b600b93734d85a5739208f31895ef99f1e4d362caf9e35"}, - {file = "xenon-0.9.0.tar.gz", hash = "sha256:d2b9cb6c6260f771a432c1e588e51fddb17858f88f73ef641e7532f7a5f58fb8"}, + {file = "xenon-0.1-py2.py3-none-any.whl", hash = "sha256:ecea2f2a7e143fc507d7a44bd41040265a38448d79e167a86d1daca444553001"}, + {file = "xenon-0.1.tar.gz", hash = "sha256:6a8f4e3466e186104f23450ba5e878400f9cabf798ca19c44a43862b0b49a829"}, ] [package.dependencies] -PyYAML = ">=4.2b1,<7.0" -radon = ">=4,<6" -requests = ">=2.0,<3.0" +radon = ">=0.5" [[package]] name = "zipp"