From cd1dc69294a814dc9164ed4da8c624c9bf2942b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:45:40 +0000 Subject: [PATCH] chore(deps-dev): bump xenon from 0.8.0 to 0.9.0 Bumps [xenon](https://github.com/rubik/xenon) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/rubik/xenon/releases) - [Changelog](https://github.com/rubik/xenon/blob/master/CHANGELOG) - [Commits](https://github.com/rubik/xenon/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: xenon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43922e2b89e..7d2dab8dc11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1027,14 +1027,14 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [[package]] name = "xenon" -version = "0.8.0" +version = "0.9.0" description = "Monitor code metrics for Python on your CI server" category = "dev" optional = false python-versions = "*" [package.dependencies] -PyYAML = ">=4.2b1,<6.0" +PyYAML = ">=4.2b1,<7.0" radon = ">=4,<6" requests = ">=2.0,<3.0" @@ -1056,7 +1056,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "cc5db7165ea118a9f4f3999ddb380839d16d10765d869ec2565cff6d8c78e616" +content-hash = "b7d0237452cc3c7fbdbff8211c77f674716a87eb1279a8f28bbe935760249250" [metadata.files] atomicwrites = [ @@ -1712,8 +1712,8 @@ wrapt = [ {file = "wrapt-1.13.3.tar.gz", hash = "sha256:1fea9cd438686e6682271d36f3481a9f3636195578bab9ca3382e2f5f01fc185"}, ] xenon = [ - {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"}, ] zipp = [ {file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"}, diff --git a/pyproject.toml b/pyproject.toml index 32fbbe195f5..fdd2244ed9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pdoc3 = "^0.10.0" pytest-asyncio = "^0.16.0" bandit = "^1.7.1" radon = "^5.1.0" -xenon = "^0.8.0" +xenon = "^0.9.0" flake8-eradicate = "^1.2.0" flake8-bugbear = "^22.1.11" mkdocs-git-revision-date-plugin = "^0.3.1"