diff --git a/poetry.lock b/poetry.lock index a00522c4485..89acccbb374 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2898,18 +2898,18 @@ files = [ [[package]] name = "xenon" -version = "0.9.0" +version = "0.9.1" description = "Monitor code metrics for Python on your CI server" 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.9.1-py2.py3-none-any.whl", hash = "sha256:b2888a5764ebd57a1f9f1624fde86e8303cb30c686e492f19d98867c458f7870"}, + {file = "xenon-0.9.1.tar.gz", hash = "sha256:d6745111c3e258b749a4fd424b1b899d99ea183cea232365ee2f88fe7d80c03b"}, ] [package.dependencies] PyYAML = ">=4.2b1,<7.0" -radon = ">=4,<6" +radon = ">=4,<7" requests = ">=2.0,<3.0" [[package]] @@ -2949,4 +2949,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "d99019198a55e402af3251eb826136b743dcced7df7faa84c1b920f009dd4dbf" +content-hash = "0d10a97be8e144737d6e0b2b9fafedafde51e709304e3cc21ce5be31afb0b317" diff --git a/pyproject.toml b/pyproject.toml index 04998e0da56..1fb310ff78a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pdoc3 = "^0.10.0" pytest-asyncio = "^0.21.1" bandit = "^1.7.5" radon = "^5.1.0" -xenon = "^0.9.0" +xenon = "^0.9.1" mkdocs-git-revision-date-plugin = "^0.3.2" mike = "^1.1.2" pytest-xdist = "^3.3.1"