diff --git a/poetry.lock b/poetry.lock index 9482860..eb83256 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1086,17 +1086,17 @@ files = [ [[package]] name = "xenon" -version = "0.8.0" +version = "0.9.0" description = "Monitor code metrics for Python on your CI server" optional = false python-versions = "*" files = [ - {file = "xenon-0.8.0-py2.py3-none-any.whl", hash = "sha256:4c3d7157d9ae058364e130c831702e4a65a1f729d4b4def912418ed09772c851"}, - {file = "xenon-0.8.0.tar.gz", hash = "sha256:cd5cad0930673d0e52609712c63fe4721a8f4c4342dc338bd7ea5fa0666b8515"}, + {file = "xenon-0.9.0-py2.py3-none-any.whl", hash = "sha256:994c80c7f1c6d40596b600b93734d85a5739208f31895ef99f1e4d362caf9e35"}, + {file = "xenon-0.9.0.tar.gz", hash = "sha256:d2b9cb6c6260f771a432c1e588e51fddb17858f88f73ef641e7532f7a5f58fb8"}, ] [package.dependencies] -PyYAML = ">=4.2b1,<6.0" +PyYAML = ">=4.2b1,<7.0" radon = ">=4,<6" requests = ">=2.0,<3.0" @@ -1118,4 +1118,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3c186a093b92f53b52d84d3d04594dd62b6d314d3759a4928f5b9c06e09ac3ab" +content-hash = "4387ee8a4bccb3d33ab051a740578e52106ce8f1f33142fe6b1f803317758524" diff --git a/pyproject.toml b/pyproject.toml index e029023..6c4d899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ toml = "^0.10.2" types-toml = "^0.10.1" twine = "^3.4.2" radon = "^5.1.0" -xenon = "^0.8.0" +xenon = "^0.9.0" [tool.poetry.scripts] report2junit = 'report2junit:main'