From a24c3233d889d65bb803105d61aa2cb6273b3c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 01:34:43 +0000 Subject: [PATCH] Bump radon from 5.1.0 to 6.0.1 Bumps [radon](https://github.com/rubik/radon) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/rubik/radon/releases) - [Changelog](https://github.com/rubik/radon/blob/master/CHANGELOG) - [Commits](https://github.com/rubik/radon/compare/v5.1.0...v6.0.1) --- updated-dependencies: - dependency-name: radon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index a0d3a58d2..db933ea38 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,5 +2,5 @@ -e . # Versioning omitted (leave this up to HA-core) pytest-asyncio -radon==5.1.0 +radon==6.0.1 types-python-dateutil